Skip to content

Commit d612f5e

Browse files
committed
linux-mainline 3.8: disable USB suspend for beaglebone
Signed-off-by: Koen Kooi <[email protected]>
1 parent e56a2e9 commit d612f5e

File tree

1 file changed

+3
-4
lines changed
  • common-bsp/recipes-kernel/linux/linux-mainline-3.8/beaglebone

1 file changed

+3
-4
lines changed

common-bsp/recipes-kernel/linux/linux-mainline-3.8/beaglebone/defconfig

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,9 +3065,8 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
30653065
#
30663066
# Miscellaneous USB options
30673067
#
3068-
# CONFIG_USB_DYNAMIC_MINORS is not set
3069-
CONFIG_USB_SUSPEND=y
3070-
# CONFIG_USB_OTG is not set
3068+
CONFIG_USB_DYNAMIC_MINORS=y
3069+
# CONFIG_USB_SUSPEND is not set
30713070
# CONFIG_USB_OTG_WHITELIST is not set
30723071
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
30733072
# CONFIG_USB_DWC3 is not set
@@ -3221,7 +3220,7 @@ CONFIG_USB_CYPRESS_CY7C63=m
32213220
CONFIG_USB_CYTHERM=m
32223221
CONFIG_USB_IDMOUSE=m
32233222
CONFIG_USB_FTDI_ELAN=m
3224-
CONFIG_USB_APPLEDISPLAY=m
3223+
# CONFIG_USB_APPLEDISPLAY is not set
32253224
# CONFIG_USB_SISUSBVGA is not set
32263225
CONFIG_USB_LD=m
32273226
CONFIG_USB_TRANCEVIBRATOR=m

0 commit comments

Comments
 (0)