From 3c3aac2628ec15969d03d1aefec64e5e6eb9329f Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Tue, 19 Feb 2013 11:23:46 +0100 Subject: [PATCH] ccardxmx28/config: enable USB suspend by default Wakeup interrupts were not happening upon USB stick plug events during normal work. This had the effect of the interrupt happenign when going to suspend and usually when the driver is not able to handle it, causing a nobody cared message from the kernel. https://jira.digi.com/browse/CCIMX28-326 Signed-off-by: Hector Palacios --- .../linux/linux-imx_2.6.35.3/ccardimx28js/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3/ccardimx28js/defconfig b/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3/ccardimx28js/defconfig index 57a3b6662..2921fa3ec 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3/ccardimx28js/defconfig +++ b/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3/ccardimx28js/defconfig @@ -1201,7 +1201,7 @@ CONFIG_USB=y CONFIG_USB_DEVICEFS=y CONFIG_USB_DEVICE_CLASS=y # CONFIG_USB_DYNAMIC_MINORS is not set -# CONFIG_USB_SUSPEND is not set +CONFIG_USB_SUSPEND=y CONFIG_USB_OTG=y # CONFIG_USB_OTG_WHITELIST is not set # CONFIG_USB_OTG_BLACKLIST_HUB is not set