aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/821-usb-dwc2-dualrole.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-04-19 11:38:46 +0000
committerJonas Gorski <jogo@openwrt.org>2015-04-19 11:38:46 +0000
commit0dfba24e9a20b7891f0e18b8c222cba302354057 (patch)
tree0284cc1a2c2c6c8cbbc79f143fea9d0aeca8c1cc /target/linux/generic/patches-3.18/821-usb-dwc2-dualrole.patch
parent681eb8c3de00d485a2553be20d6acb8fe94a85a3 (diff)
downloadupstream-0dfba24e9a20b7891f0e18b8c222cba302354057.tar.gz
upstream-0dfba24e9a20b7891f0e18b8c222cba302354057.tar.bz2
upstream-0dfba24e9a20b7891f0e18b8c222cba302354057.zip
kernel: refresh generic patches
Refresh patches to remove the trailing whitespaces caused by an old diffutils version on osx. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45506
Diffstat (limited to 'target/linux/generic/patches-3.18/821-usb-dwc2-dualrole.patch')
-rw-r--r--target/linux/generic/patches-3.18/821-usb-dwc2-dualrole.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/generic/patches-3.18/821-usb-dwc2-dualrole.patch b/target/linux/generic/patches-3.18/821-usb-dwc2-dualrole.patch
index 71a0cb20b0..9e841cb642 100644
--- a/target/linux/generic/patches-3.18/821-usb-dwc2-dualrole.patch
+++ b/target/linux/generic/patches-3.18/821-usb-dwc2-dualrole.patch
@@ -50,10 +50,7 @@
+config USB_DWC2_PERIPHERAL
+ bool "Gadget only mode"
+ depends on USB_GADGET=y || USB_GADGET=USB_DWC2
- help
-- The Designware USB2.0 platform interface module for
-- controllers directly connected to the CPU. This is only
-- used for host mode.
++ help
+ The Designware USB2.0 high-speed gadget controller
+ integrated into many SoCs. Select this option if you want the
+ driver to operate in Peripheral-only mode. This option requires
@@ -62,7 +59,10 @@
+config USB_DWC2_DUAL_ROLE
+ bool "Dual Role mode"
+ depends on (USB=y || USB=USB_DWC2) && (USB_GADGET=y || USB_GADGET=USB_DWC2)
-+ help
+ help
+- The Designware USB2.0 platform interface module for
+- controllers directly connected to the CPU. This is only
+- used for host mode.
+ Select this option if you want the driver to work in a dual-role
+ mode. In this mode both host and gadget features are enabled, and
+ the role will be determined by the cable that gets plugged-in. This