--- zzzz-none-000/linux-5.4.213/drivers/usb/core/Kconfig 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/drivers/usb/core/Kconfig 2024-05-29 11:20:02.000000000 +0000 @@ -17,6 +17,13 @@ comment "Miscellaneous USB options" +config AVM_USB_PM + bool "Enable AVM USB power management feature" + depends on PM + default n + help + Say Y here if you need AVM USB power management + config USB_DEFAULT_PERSIST bool "Enable USB persist by default" default y @@ -94,7 +101,8 @@ config USB_AUTOSUSPEND_DELAY int "Default autosuspend delay" depends on USB - default 2 + default 60 if AVM_USB_PM + default 2 if !AVM_USB_PM help The default autosuspend delay in seconds. Can be overridden with the usbcore.autosuspend command line or module parameter.