projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: rewrite SPI drivers for the RB4xx boards
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-2.6.34
/
003-ar71xx_usb_host.patch
diff --git
a/target/linux/ar71xx/patches-2.6.34/003-ar71xx_usb_host.patch
b/target/linux/ar71xx/patches-2.6.34/003-ar71xx_usb_host.patch
index
238a79c
..
03309c2
100644
(file)
--- a/
target/linux/ar71xx/patches-2.6.34/003-ar71xx_usb_host.patch
+++ b/
target/linux/ar71xx/patches-2.6.34/003-ar71xx_usb_host.patch
@@
-30,7
+30,7
@@
depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
-@@ -115
8,6 +1158
,11 @@ MODULE_LICENSE ("GPL");
+@@ -115
9,6 +1159
,11 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ehci_atmel_driver
#endif
#define PLATFORM_DRIVER ehci_atmel_driver
#endif
@@
-44,7
+44,7
@@
#error "missing bus glue for ehci-hcd"
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
#error "missing bus glue for ehci-hcd"
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
-@@ -10
85,6 +1085
,11 @@ MODULE_LICENSE ("GPL");
+@@ -10
90,6 +1090
,11 @@ MODULE_LICENSE ("GPL");
#define TMIO_OHCI_DRIVER ohci_hcd_tmio_driver
#endif
#define TMIO_OHCI_DRIVER ohci_hcd_tmio_driver
#endif
This page took
0.030728 seconds
and
4
git commands to generate.