projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] 2.6.26: fix a typo in the latest mini_fo patch
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.23
/
230-ohci-ssb.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch
b/target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch
index
5be1a66
..
b74778e
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch
+++ b/
target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch
@@
-13,10
+13,10
@@
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
-Index: linux-2.6.23.1
6
/drivers/usb/host/Kconfig
+Index: linux-2.6.23.1
7
/drivers/usb/host/Kconfig
===================================================================
===================================================================
---- linux-2.6.23.1
6.orig/drivers/usb/host/Kconfig 2008-02-19 00:47:29.000000000 +0100
-+++ linux-2.6.23.1
6/drivers/usb/host/Kconfig 2008-02-19 00:47:51.000000000 +0100
+--- linux-2.6.23.1
7.orig/drivers/usb/host/Kconfig
++++ linux-2.6.23.1
7/drivers/usb/host/Kconfig
@@ -154,6 +154,19 @@ config USB_OHCI_HCD_PCI
Enables support for PCI-bus plug-in USB controller cards.
If unsure, say Y.
@@ -154,6 +154,19 @@ config USB_OHCI_HCD_PCI
Enables support for PCI-bus plug-in USB controller cards.
If unsure, say Y.
@@
-37,10
+37,10
@@
Index: linux-2.6.23.16/drivers/usb/host/Kconfig
config USB_OHCI_BIG_ENDIAN_DESC
bool
depends on USB_OHCI_HCD
config USB_OHCI_BIG_ENDIAN_DESC
bool
depends on USB_OHCI_HCD
-Index: linux-2.6.23.1
6
/drivers/usb/host/ohci-hcd.c
+Index: linux-2.6.23.1
7
/drivers/usb/host/ohci-hcd.c
===================================================================
===================================================================
---- linux-2.6.23.1
6.orig/drivers/usb/host/ohci-hcd.c 2008-02-19 00:47:29.000000000 +0100
-+++ linux-2.6.23.1
6/drivers/usb/host/ohci-hcd.c 2008-02-19 00:47:51.000000000 +0100
+--- linux-2.6.23.1
7.orig/drivers/usb/host/ohci-hcd.c
++++ linux-2.6.23.1
7/drivers/usb/host/ohci-hcd.c
@@ -926,11 +926,17 @@ MODULE_LICENSE ("GPL");
#define PS3_SYSTEM_BUS_DRIVER ps3_ohci_driver
#endif
@@ -926,11 +926,17 @@ MODULE_LICENSE ("GPL");
#define PS3_SYSTEM_BUS_DRIVER ps3_ohci_driver
#endif
@@
-91,10
+91,10
@@
Index: linux-2.6.23.16/drivers/usb/host/ohci-hcd.c
#ifdef PCI_DRIVER
pci_unregister_driver(&PCI_DRIVER);
#endif
#ifdef PCI_DRIVER
pci_unregister_driver(&PCI_DRIVER);
#endif
-Index: linux-2.6.23.1
6
/drivers/usb/host/ohci-ssb.c
+Index: linux-2.6.23.1
7
/drivers/usb/host/ohci-ssb.c
===================================================================
===================================================================
---- /dev/null
1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.23.1
6/drivers/usb/host/ohci-ssb.c 2008-02-19 00:47:51.000000000 +0100
+--- /dev/null
++++ linux-2.6.23.1
7/drivers/usb/host/ohci-ssb.c
@@ -0,0 +1,247 @@
+/*
+ * Sonics Silicon Backplane
@@ -0,0 +1,247 @@
+/*
+ * Sonics Silicon Backplane
This page took
0.025427 seconds
and
4
git commands to generate.