This includes a compile time fix for the speedtouch driver that was caused by the recent module changes.
Please pull from: bk://linuxusb.bkbits.net/linus-2.5 thanks, greg k-h Documentation/usb/ehci.txt | 38 +++++++++++++++++++++--- drivers/usb/core/hcd.c | 38 ++++++++++++++---------- drivers/usb/core/hcd.h | 1 drivers/usb/core/hub.c | 47 ++++++++++++++++-------------- drivers/usb/core/usb.c | 26 ++++++++--------- drivers/usb/host/ohci-dbg.c | 64 +++++++++++++++++++----------------------- drivers/usb/host/ohci-hcd.c | 29 +++++++------------ drivers/usb/host/ohci-hub.c | 7 ++-- drivers/usb/host/ohci-q.c | 7 ++-- drivers/usb/misc/speedtouch.c | 18 ++--------- 10 files changed, 147 insertions(+), 128 deletions(-) ----- [EMAIL PROTECTED], 2002-12-30 22:46:52-08:00, [EMAIL PROTECTED] USB: convert more dbg() calls to dev_dbg for the usb core drivers/usb/core/hcd.c | 26 +++++++++++++------------- drivers/usb/core/hub.c | 47 +++++++++++++++++++++++++---------------------- drivers/usb/core/usb.c | 26 +++++++++++++------------- 3 files changed, 51 insertions(+), 48 deletions(-) ------ [EMAIL PROTECTED], 2002-12-30 22:44:47-08:00, [EMAIL PROTECTED] USB: convert more dbg() calls to dev_dbg for the ohci driver drivers/usb/host/ohci-dbg.c | 64 ++++++++++++++++++++------------------------ drivers/usb/host/ohci-hcd.c | 29 ++++++++----------- drivers/usb/host/ohci-hub.c | 7 ++-- drivers/usb/host/ohci-q.c | 7 ++-- 4 files changed, 50 insertions(+), 57 deletions(-) ------ [EMAIL PROTECTED], 2002-12-30 17:16:48-08:00, [EMAIL PROTECTED] [PATCH] ehci.txt (doc update) Makes this generic info reflect current behavior. Documentation/usb/ehci.txt | 38 ++++++++++++++++++++++++++++++++------ 1 files changed, 32 insertions(+), 6 deletions(-) ------ [EMAIL PROTECTED], 2002-12-30 17:16:25-08:00, [EMAIL PROTECTED] [PATCH] cleanup after dead hc needs task context Simple patch to invoke hcd->stop() in task context, as required. When Cardbus works again (broken in 2.5.53 unless it's just me), this will get rid of some oopsing when folk physically eject the device, with no shutdown. As well as making other "hc died" faults behave better. drivers/usb/core/hcd.c | 12 +++++++++--- drivers/usb/core/hcd.h | 1 + 2 files changed, 10 insertions(+), 3 deletions(-) ------ [EMAIL PROTECTED], 2002-12-30 17:15:20-08:00, [EMAIL PROTECTED] USB: fix up init_module and cleanup_module mess in speedtouch driver drivers/usb/misc/speedtouch.c | 18 ++++-------------- 1 files changed, 4 insertions(+), 14 deletions(-) ------ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
