summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-26 11:42:43 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-26 11:42:43 +0000
commitacb3c6bb2e1bb9b1dc258cd53db3a514f8309520 (patch)
treeb290e7e9e59abff8bd542c5ce46ab3a7bb887c36 /target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch
parentda6dd9a7ec61de4c1dd717af5b567c94681f8a81 (diff)
[brcm47xx] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17733 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch b/target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch
index 4077ebe1f..d1421332b 100644
--- a/target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch
+++ b/target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch
@@ -5,8 +5,8 @@
drivers/usb/host/ohci-ssb.c | 23 +++++
4 files changed, 247 insertions(+), 2 deletions(-)
---- linux-2.6.30.5.orig/drivers/usb/host/Kconfig
-+++ linux-2.6.30.5/drivers/usb/host/Kconfig
+--- a/drivers/usb/host/Kconfig
++++ b/drivers/usb/host/Kconfig
@@ -106,6 +106,19 @@ config USB_OXU210HP_HCD
To compile this driver as a module, choose M here: the
module will be called oxu210hp-hcd.
@@ -27,9 +27,9 @@
config USB_ISP116X_HCD
tristate "ISP116X HCD support"
depends on USB
---- linux-2.6.30.5.orig/drivers/usb/host/ehci-hcd.c
-+++ linux-2.6.30.5/drivers/usb/host/ehci-hcd.c
-@@ -1072,8 +1072,16 @@ MODULE_LICENSE ("GPL");
+--- 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
#endif
@@ -49,7 +49,7 @@
#endif
--- /dev/null
-+++ linux-2.6.30.5/drivers/usb/host/ehci-ssb.c
++++ b/drivers/usb/host/ehci-ssb.c
@@ -0,0 +1,201 @@
+/*
+ * Sonics Silicon Backplane
@@ -252,8 +252,8 @@
+ SSB_DEVTABLE_END
+};
+MODULE_DEVICE_TABLE(ssb, ssb_ehci_table);
---- linux-2.6.30.5.orig/drivers/usb/host/ohci-ssb.c
-+++ linux-2.6.30.5/drivers/usb/host/ohci-ssb.c
+--- a/drivers/usb/host/ohci-ssb.c
++++ b/drivers/usb/host/ohci-ssb.c
@@ -17,6 +17,8 @@
*/
#include <linux/ssb/ssb.h>