projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update kernel configuration and add profiles and per-profile kernel configuration...
[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
1db627f
..
19b6a79
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,11
+13,9
@@
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>
---
-diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
-index 565d6ef..c978d62 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
-@@ -154,6 +154,19 @@
config USB_OHCI_HCD_PCI
+@@ -154,6 +154,19 @@
Enables support for PCI-bus plug-in USB controller cards.
If unsure, say Y.
Enables support for PCI-bus plug-in USB controller cards.
If unsure, say Y.
@@
-37,11
+35,9
@@
index 565d6ef..c978d62 100644
config USB_OHCI_BIG_ENDIAN_DESC
bool
depends on USB_OHCI_HCD
config USB_OHCI_BIG_ENDIAN_DESC
bool
depends on USB_OHCI_HCD
-diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c
-index f7c6ced..240c7f5 100644
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
-@@ -
1033,11 +1033,17 @@ MODULE_LICENSE ("GPL");
+@@ -
926,11 +926,17 @@
#define PS3_SYSTEM_BUS_DRIVER ps3_ohci_driver
#endif
#define PS3_SYSTEM_BUS_DRIVER ps3_ohci_driver
#endif
@@
-60,7
+56,7
@@
index f7c6ced..240c7f5 100644
#error "missing bus glue for ohci-hcd"
#endif
#error "missing bus glue for ohci-hcd"
#endif
-@@ -
1082,10 +1088,20 @@ static int __init ohci_hcd_mod_init(void)
+@@ -
975,10 +981,20 @@
goto error_pci;
#endif
goto error_pci;
#endif
@@
-81,7
+77,7
@@
index f7c6ced..240c7f5 100644
error_pci:
#endif
#ifdef SA1111_DRIVER
error_pci:
#endif
#ifdef SA1111_DRIVER
-@@ -1
110,6 +1126,9 @@ module_init(ohci_hcd_mod_init);
+@@ -1
003,6 +1019,9 @@
static void __exit ohci_hcd_mod_exit(void)
{
static void __exit ohci_hcd_mod_exit(void)
{
@@
-91,9
+87,6
@@
index f7c6ced..240c7f5 100644
#ifdef PCI_DRIVER
pci_unregister_driver(&PCI_DRIVER);
#endif
#ifdef PCI_DRIVER
pci_unregister_driver(&PCI_DRIVER);
#endif
-diff --git a/drivers/usb/host/ohci-ssb.c b/drivers/usb/host/ohci-ssb.c
-new file mode 100644
-index 0000000..bc3e785
--- /dev/null
+++ b/drivers/usb/host/ohci-ssb.c
@@ -0,0 +1,247 @@
--- /dev/null
+++ b/drivers/usb/host/ohci-ssb.c
@@ -0,0 +1,247 @@
@@
-344,4
+337,3
@@
index 0000000..bc3e785
+ .suspend = ssb_ohci_suspend,
+ .resume = ssb_ohci_resume,
+};
+ .suspend = ssb_ohci_suspend,
+ .resume = ssb_ohci_resume,
+};
-
This page took
0.02513 seconds
and
4
git commands to generate.