summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.33/003-ar71xx_usb_host.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-03 09:40:17 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-03 09:40:17 +0000
commit58ec1289d9dfdb8dde4761e4e3c42c9c4bc140e7 (patch)
treec4e6e254251ef1832c686264d05afb412eaaa86f /target/linux/ar71xx/patches-2.6.33/003-ar71xx_usb_host.patch
parent111ae3e04b422caf594e78bdcb291fcfebd242b1 (diff)
downloadmaster-31e0f0ae-58ec1289d9dfdb8dde4761e4e3c42c9c4bc140e7.tar.gz
master-31e0f0ae-58ec1289d9dfdb8dde4761e4e3c42c9c4bc140e7.tar.bz2
master-31e0f0ae-58ec1289d9dfdb8dde4761e4e3c42c9c4bc140e7.zip
ar71xx: refresh 2.6.33 patches
SVN-Revision: 19960
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.33/003-ar71xx_usb_host.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.33/003-ar71xx_usb_host.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar71xx/patches-2.6.33/003-ar71xx_usb_host.patch b/target/linux/ar71xx/patches-2.6.33/003-ar71xx_usb_host.patch
index 0a428c78fe..238a79c9b9 100644
--- a/target/linux/ar71xx/patches-2.6.33/003-ar71xx_usb_host.patch
+++ b/target/linux/ar71xx/patches-2.6.33/003-ar71xx_usb_host.patch
@@ -1,8 +1,8 @@
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
-@@ -98,6 +98,13 @@ config USB_EHCI_BIG_ENDIAN_DESC
- depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX)
- default y
+@@ -109,6 +109,13 @@ config XPS_USB_HCD_XILINX
+ support both high speed and full speed devices, or high speed
+ devices only.
+config USB_EHCI_AR71XX
+ bool "USB EHCI support for AR71xx"
@@ -14,7 +14,7 @@
config USB_EHCI_FSL
bool "Support for Freescale on-chip EHCI USB controller"
depends on USB_EHCI_HCD && FSL_SOC
-@@ -189,6 +196,13 @@ config USB_OHCI_HCD
+@@ -207,6 +214,13 @@ config USB_OHCI_HCD
To compile this driver as a module, choose M here: the
module will be called ohci-hcd.
@@ -30,7 +30,7 @@
depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
-@@ -1141,6 +1141,11 @@ MODULE_LICENSE ("GPL");
+@@ -1158,6 +1158,11 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ehci_atmel_driver
#endif