diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-04 16:19:18 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-04 16:19:18 +0000 |
commit | 822ee5053e4f1e8064ab1733548d8a3db689b50b (patch) | |
tree | 52772c16b018ad4a69bf5d080b789b4c4ff39927 /target/linux/cns3xxx/patches-3.3 | |
parent | fd0729f35cae8dd0f237d892403b39290d7468ce (diff) | |
download | upstream-822ee5053e4f1e8064ab1733548d8a3db689b50b.tar.gz upstream-822ee5053e4f1e8064ab1733548d8a3db689b50b.tar.bz2 upstream-822ee5053e4f1e8064ab1733548d8a3db689b50b.zip |
cns3xxx: fix dwc_otg driver compat with udc-core
function. This removes those from the dwc_otg driver and removes the patch
that comments out the linkage of udc-core so that the dwc_otg driver can
co-exist happily with other USB Device Controllers.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34475
Diffstat (limited to 'target/linux/cns3xxx/patches-3.3')
-rw-r--r-- | target/linux/cns3xxx/patches-3.3/200-dwc_otg_support.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/200-dwc_otg_support.patch b/target/linux/cns3xxx/patches-3.3/200-dwc_otg_support.patch index ce15f7ccd8..361c08ae40 100644 --- a/target/linux/cns3xxx/patches-3.3/200-dwc_otg_support.patch +++ b/target/linux/cns3xxx/patches-3.3/200-dwc_otg_support.patch @@ -56,14 +56,3 @@ help A USB device uses a controller to talk to its host. Systems should have only one such upstream link. ---- a/drivers/usb/gadget/Makefile -+++ b/drivers/usb/gadget/Makefile -@@ -3,7 +3,7 @@ - # - ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG - --obj-$(CONFIG_USB_GADGET) += udc-core.o -+#obj-$(CONFIG_USB_GADGET) += udc-core.o - obj-$(CONFIG_USB_DUMMY_HCD) += dummy_hcd.o - obj-$(CONFIG_USB_NET2272) += net2272.o - obj-$(CONFIG_USB_NET2280) += net2280.o |