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 <hector.palacios@digi.com>
This commit is contained in:
parent
1e888be133
commit
3c3aac2628
|
|
@ -1201,7 +1201,7 @@ CONFIG_USB=y
|
||||||
CONFIG_USB_DEVICEFS=y
|
CONFIG_USB_DEVICEFS=y
|
||||||
CONFIG_USB_DEVICE_CLASS=y
|
CONFIG_USB_DEVICE_CLASS=y
|
||||||
# CONFIG_USB_DYNAMIC_MINORS is not set
|
# CONFIG_USB_DYNAMIC_MINORS is not set
|
||||||
# CONFIG_USB_SUSPEND is not set
|
CONFIG_USB_SUSPEND=y
|
||||||
CONFIG_USB_OTG=y
|
CONFIG_USB_OTG=y
|
||||||
# CONFIG_USB_OTG_WHITELIST is not set
|
# CONFIG_USB_OTG_WHITELIST is not set
|
||||||
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
|
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue