aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.32/270-ehci-ssb.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2010-02-20 19:31:13 +0000
committerHauke Mehrtens <hauke@openwrt.org>2010-02-20 19:31:13 +0000
commitfde6b95e15552bbe3e387d1b66bc11a762efffa4 (patch)
tree0ec39aad865da4f5bfe5ea404199055adde552d1 /target/linux/brcm47xx/patches-2.6.32/270-ehci-ssb.patch
parent92b5bec118673c40e9abbf5f9620fb3609735fb7 (diff)
downloadmaster-187ad058-fde6b95e15552bbe3e387d1b66bc11a762efffa4.tar.gz
master-187ad058-fde6b95e15552bbe3e387d1b66bc11a762efffa4.tar.bz2
master-187ad058-fde6b95e15552bbe3e387d1b66bc11a762efffa4.zip
[brcm47xx] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19781 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.32/270-ehci-ssb.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.32/270-ehci-ssb.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.32/270-ehci-ssb.patch b/target/linux/brcm47xx/patches-2.6.32/270-ehci-ssb.patch
index d1421332bf..8316b98400 100644
--- a/target/linux/brcm47xx/patches-2.6.32/270-ehci-ssb.patch
+++ b/target/linux/brcm47xx/patches-2.6.32/270-ehci-ssb.patch
@@ -7,7 +7,7 @@
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
-@@ -106,6 +106,19 @@ config USB_OXU210HP_HCD
+@@ -132,6 +132,19 @@ config USB_OXU210HP_HCD
To compile this driver as a module, choose M here: the
module will be called oxu210hp-hcd.
@@ -29,8 +29,8 @@
depends on USB
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
-@@ -1075,8 +1075,16 @@ MODULE_LICENSE ("GPL");
- #define PLATFORM_DRIVER ixp4xx_ehci_driver
+@@ -1141,8 +1141,16 @@ MODULE_LICENSE ("GPL");
+ #define PLATFORM_DRIVER ehci_atmel_driver
#endif
-#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \