--- zzzz-none-000/linux-5.4.213/drivers/usb/storage/usb.h 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/drivers/usb/storage/usb.h 2024-05-29 11:20:02.000000000 +0000 @@ -144,6 +144,11 @@ pm_hook suspend_resume_hook; #endif +#ifdef CONFIG_AVM_USB_PM + 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;