diff options
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
-rw-r--r-- | drivers/usb/class/cdc-acm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index b32ccb461019..f2a120eea9d4 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c | |||
@@ -1664,6 +1664,7 @@ static struct usb_driver acm_driver = { | |||
1664 | #ifdef CONFIG_PM | 1664 | #ifdef CONFIG_PM |
1665 | .supports_autosuspend = 1, | 1665 | .supports_autosuspend = 1, |
1666 | #endif | 1666 | #endif |
1667 | .disable_hub_initiated_lpm = 1, | ||
1667 | }; | 1668 | }; |
1668 | 1669 | ||
1669 | /* | 1670 | /* |