--- zzzz-none-000/linux-4.9.276/drivers/usb/storage/usb.h 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/drivers/usb/storage/usb.h 2023-04-05 08:19:02.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;