--- zzzz-none-000/linux-4.9.231/drivers/usb/storage/usb.h 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/drivers/usb/storage/usb.h 2022-03-30 12:03:35.000000000 +0000 @@ -160,6 +160,11 @@ pm_hook suspend_resume_hook; #endif +#ifdef CONFIG_AVM_USB_SUSPEND + unsigned long resume_start; + unsigned int max_spinup_ms; +#endif + /* hacks for READ CAPACITY bug handling */ int use_last_sector_hacks; int last_sector_retries;