From 6f76947712bd04a21ba43def3e83287b006ac34f Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 19 May 2008 06:33:18 +0000 Subject: [adm5120] refresh kernel patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11193 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../902-usb_use_debugfs_instead_of_sysfs.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'target/linux/adm5120/patches-2.6.25/902-usb_use_debugfs_instead_of_sysfs.patch') diff --git a/target/linux/adm5120/patches-2.6.25/902-usb_use_debugfs_instead_of_sysfs.patch b/target/linux/adm5120/patches-2.6.25/902-usb_use_debugfs_instead_of_sysfs.patch index ee14a247a..88688ea6e 100644 --- a/target/linux/adm5120/patches-2.6.25/902-usb_use_debugfs_instead_of_sysfs.patch +++ b/target/linux/adm5120/patches-2.6.25/902-usb_use_debugfs_instead_of_sysfs.patch @@ -1,7 +1,7 @@ -Index: linux-2.6.25/drivers/usb/host/adm5120.h +Index: linux-2.6.25.4/drivers/usb/host/adm5120.h =================================================================== ---- linux-2.6.25.orig/drivers/usb/host/adm5120.h -+++ linux-2.6.25/drivers/usb/host/adm5120.h +--- linux-2.6.25.4.orig/drivers/usb/host/adm5120.h ++++ linux-2.6.25.4/drivers/usb/host/adm5120.h @@ -431,6 +431,13 @@ struct admhcd { #define OHCI_QUIRK_BE_MMIO 0x10 /* BE registers */ #define OHCI_QUIRK_ZFMICRO 0x20 /* Compaq ZFMicro chipset*/ @@ -16,10 +16,10 @@ Index: linux-2.6.25/drivers/usb/host/adm5120.h }; /* convert between an hcd pointer and the corresponding ahcd_hcd */ -Index: linux-2.6.25/drivers/usb/host/adm5120-hcd.c +Index: linux-2.6.25.4/drivers/usb/host/adm5120-hcd.c =================================================================== ---- linux-2.6.25.orig/drivers/usb/host/adm5120-hcd.c -+++ linux-2.6.25/drivers/usb/host/adm5120-hcd.c +--- linux-2.6.25.4.orig/drivers/usb/host/adm5120-hcd.c ++++ linux-2.6.25.4/drivers/usb/host/adm5120-hcd.c @@ -35,6 +35,7 @@ #include #include @@ -66,10 +66,10 @@ Index: linux-2.6.25/drivers/usb/host/adm5120-hcd.c } module_exit(admhc_hcd_mod_exit); -Index: linux-2.6.25/drivers/usb/host/adm5120-dbg.c +Index: linux-2.6.25.4/drivers/usb/host/adm5120-dbg.c =================================================================== ---- linux-2.6.25.orig/drivers/usb/host/adm5120-dbg.c -+++ linux-2.6.25/drivers/usb/host/adm5120-dbg.c +--- linux-2.6.25.4.orig/drivers/usb/host/adm5120-dbg.c ++++ linux-2.6.25.4/drivers/usb/host/adm5120-dbg.c @@ -390,6 +390,42 @@ static inline void remove_debug_files(st #else -- cgit v1.2.3