From 169d68c98c6d9c7df824bed5b4d5bc7c39129666 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 15 Aug 2011 14:11:55 +0000 Subject: ramips: rt305x: add dwc_otg driver Based on a patch by Layne Edwards SVN-Revision: 27997 --- target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch (limited to 'target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch') diff --git a/target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch b/target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch new file mode 100644 index 0000000000..583202c528 --- /dev/null +++ b/target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch @@ -0,0 +1,16 @@ +--- a/drivers/usb/Kconfig ++++ b/drivers/usb/Kconfig +@@ -163,4 +163,6 @@ + + source "drivers/usb/otg/Kconfig" + ++source "drivers/usb/dwc_otg/Kconfig" ++ + endif # USB_SUPPORT +--- a/drivers/usb/Makefile ++++ b/drivers/usb/Makefile +@@ -45,3 +45,4 @@ + + obj-$(CONFIG_USB_ATM) += atm/ + obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ ++obj-$(CONFIG_DWC_OTG) += dwc_otg/ -- cgit v1.2.3