1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[brcm47xx] refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17733 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2009-09-26 11:42:43 +00:00
parent da6dd9a7ec
commit acb3c6bb2e
12 changed files with 33 additions and 33 deletions

View File

@@ -5,8 +5,8 @@
drivers/usb/host/ohci-ssb.c | 23 +++++
4 files changed, 247 insertions(+), 2 deletions(-)
--- linux-2.6.28.10.orig/drivers/usb/host/Kconfig
+++ linux-2.6.28.10/drivers/usb/host/Kconfig
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -96,6 +96,19 @@ config USB_EHCI_HCD_PPC_OF
Enables support for the USB controller present on the PowerPC
OpenFirmware platform bus.
@@ -27,8 +27,8 @@
config USB_ISP116X_HCD
tristate "ISP116X HCD support"
depends on USB
--- linux-2.6.28.10.orig/drivers/usb/host/ehci-hcd.c
+++ linux-2.6.28.10/drivers/usb/host/ehci-hcd.c
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -1036,8 +1036,16 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ixp4xx_ehci_driver
#endif
@@ -49,7 +49,7 @@
#endif
--- /dev/null
+++ linux-2.6.28.10/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.28.10.orig/drivers/usb/host/ohci-ssb.c
+++ linux-2.6.28.10/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>