projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: support for D-LINK DIR-615 rev. E4
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-3.0
/
0030-USB-OHCI-Add-a-generic-platform-device-driver.patch
diff --git
a/target/linux/brcm47xx/patches-3.0/0030-USB-OHCI-Add-a-generic-platform-device-driver.patch
b/target/linux/brcm47xx/patches-3.0/0030-USB-OHCI-Add-a-generic-platform-device-driver.patch
index
51b112a
..
6f22aa0
100644
(file)
--- a/
target/linux/brcm47xx/patches-3.0/0030-USB-OHCI-Add-a-generic-platform-device-driver.patch
+++ b/
target/linux/brcm47xx/patches-3.0/0030-USB-OHCI-Add-a-generic-platform-device-driver.patch
@@
-37,7
+37,7
@@
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
depends on USB_OHCI_HCD
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
depends on USB_OHCI_HCD
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
-@@ -111
4,6 +1114
,11 @@ MODULE_LICENSE ("GPL");
+@@ -111
1,6 +1111
,11 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ohci_hcd_ath79_driver
#endif
#define PLATFORM_DRIVER ohci_hcd_ath79_driver
#endif
@@
-49,7
+49,7
@@
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
#if !defined(PCI_DRIVER) && \
!defined(PLATFORM_DRIVER) && \
!defined(OMAP1_PLATFORM_DRIVER) && \
#if !defined(PCI_DRIVER) && \
!defined(PLATFORM_DRIVER) && \
!defined(OMAP1_PLATFORM_DRIVER) && \
-@@ -112
3,7 +1128
,8 @@ MODULE_LICENSE ("GPL");
+@@ -112
0,7 +1125
,8 @@ MODULE_LICENSE ("GPL");
!defined(PS3_SYSTEM_BUS_DRIVER) && \
!defined(SM501_OHCI_DRIVER) && \
!defined(TMIO_OHCI_DRIVER) && \
!defined(PS3_SYSTEM_BUS_DRIVER) && \
!defined(SM501_OHCI_DRIVER) && \
!defined(TMIO_OHCI_DRIVER) && \
@@
-59,7
+59,7
@@
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
#error "missing bus glue for ohci-hcd"
#endif
#error "missing bus glue for ohci-hcd"
#endif
-@@ -120
7,9 +1213
,19 @@ static int __init ohci_hcd_mod_init(void
+@@ -120
4,9 +1210
,19 @@ static int __init ohci_hcd_mod_init(void
goto error_tmio;
#endif
goto error_tmio;
#endif
@@
-79,7
+79,7
@@
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
#ifdef TMIO_OHCI_DRIVER
platform_driver_unregister(&TMIO_OHCI_DRIVER);
error_tmio:
#ifdef TMIO_OHCI_DRIVER
platform_driver_unregister(&TMIO_OHCI_DRIVER);
error_tmio:
-@@ -126
3,6 +1279
,9 @@ module_init(ohci_hcd_mod_init);
+@@ -126
0,6 +1276
,9 @@ module_init(ohci_hcd_mod_init);
static void __exit ohci_hcd_mod_exit(void)
{
static void __exit ohci_hcd_mod_exit(void)
{
This page took
0.025333 seconds
and
4
git commands to generate.