projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ifxmips-dsl-api: fix portability errors
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.32
/
270-ehci-ssb.patch
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
d142133
..
8316b98
100644
(file)
--- 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
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
-@@ -1
06,6 +106
,19 @@ config USB_OXU210HP_HCD
+@@ -1
32,6 +132
,19 @@ config USB_OXU210HP_HCD
To compile this driver as a module, choose M here: the
module will be called 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
depends on USB
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
-@@ -1
075,8 +1075
,16 @@ MODULE_LICENSE ("GPL");
- #define PLATFORM_DRIVER
ixp4xx_ehci
_driver
+@@ -1
141,8 +1141
,16 @@ MODULE_LICENSE ("GPL");
+ #define PLATFORM_DRIVER
ehci_atmel
_driver
#endif
-#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \
#endif
-#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \
This page took
0.027471 seconds
and
4
git commands to generate.