summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-06-07 17:40:45 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 16:59:08 -0400
commit53905d1610fa91835a7f048a8647eb5c4d057ca4 (patch)
treedbcadb57cb55a77bbbec8b7fee5f44254e3d84a7
parent03092005396f548c401ebbea5bf670c31614992a (diff)
downloadmeta-ti-53905d1610fa91835a7f048a8647eb5c4d057ca4.tar.gz
linux-ti33x-psp 3.2: turn on CONFIG_USB_SUSPEND to fix usb mass storage
Many thanks to Arkadiusz Karas <arkkar13@googlemail.com> for figuring that out and sharing the info. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig2
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
index f88be143..692d71ac 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
@@ -2569,7 +2569,7 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
2569CONFIG_USB_DEVICEFS=y 2569CONFIG_USB_DEVICEFS=y
2570CONFIG_USB_DEVICE_CLASS=y 2570CONFIG_USB_DEVICE_CLASS=y
2571# CONFIG_USB_DYNAMIC_MINORS is not set 2571# CONFIG_USB_DYNAMIC_MINORS is not set
2572# CONFIG_USB_SUSPEND is not set 2572CONFIG_USB_SUSPEND=y
2573# CONFIG_USB_OTG_WHITELIST is not set 2573# CONFIG_USB_OTG_WHITELIST is not set
2574# CONFIG_USB_OTG_BLACKLIST_HUB is not set 2574# CONFIG_USB_OTG_BLACKLIST_HUB is not set
2575# CONFIG_USB_DWC3 is not set 2575# CONFIG_USB_DWC3 is not set
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
index e51de2af..3243998e 100644
--- a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
+++ b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
@@ -15,7 +15,7 @@ PV = "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "3.2", "3.2.18", d)}"
15 15
16BRANCH = "v3.2-staging" 16BRANCH = "v3.2-staging"
17SRCREV = "720e07b4c1f687b61b147b31c698cb6816d72f01" 17SRCREV = "720e07b4c1f687b61b147b31c698cb6816d72f01"
18MACHINE_KERNEL_PR_append = "h+gitr${SRCREV}" 18MACHINE_KERNEL_PR_append = "i+gitr${SRCREV}"
19 19
20COMPATIBLE_MACHINE = "(ti33x)" 20COMPATIBLE_MACHINE = "(ti33x)"
21 21