Again, more USB changes for 2.5.69
From: | Greg KH <greg@kroah.com> | |
To: | torvalds@transmeta.com | |
Subject: | [BK PATCH] Again, more USB changes for 2.5.69 | |
Date: | Fri, 23 May 2003 14:37:55 -0700 | |
Cc: | linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org |
Hi, Here are some more USB fixes for the latest 2.5.69. They include some merge fixups that I caused in the last set of patches sent to you, and a interrupt latency fix some people have been reporting, and a fix for some devices that also has been reported on lkml. Please pull from: bk://kernel.bkbits.net/gregkh/linux/linus-2.5 Patches will be posted to linux-usb-devel as a follow-up thread for those who want to see them. thanks, greg k-h drivers/usb/core/message.c | 4 drivers/usb/host/uhci-hcd.c | 164 ++++-- drivers/usb/host/uhci-hcd.h | 29 + drivers/usb/misc/speedtch.c | 1088 +++++++++++++++++----------------------- drivers/usb/storage/transport.c | 2 drivers/usb/storage/transport.h | 2 6 files changed, 650 insertions(+), 639 deletions(-) ----- Alan Stern: o USB: Addition to previous patch needed for PM UHCI o USB: uhci Interrupt Latency fix David Brownell: o USB: bugfix endpoint state Duncan Sands: o USB speedtouch: set owner fields o USB speedtouch: receive code rewrite o USB speedtouch: receive path micro optimization o USB speedtouch: remove useless NULL pointer checks o USB speedtouch: kfree_skb -> dev_kfree_skb o USB speedtouch: send path micro optimizations o USB speedtouch: use optimally sized reconstruction buffers o USB speedtouch: remove stale code o USB speedtouch: verbose debugging o USB speedtouch: spin_lock_irqsave -> spin_lock_irq in tasklets o USB speedtouch: spin_lock_irqsave -> spin_lock_irq in process context o USB speedtouch: add defensive memory barriers o USB speedtouch: replace yield() o USB speedtouch: trivial whitespace and name changes Greg Kroah-Hartman: o USB: speedtch merge fixups by hand Vojtech Pavlik: o USB: Make Olympus cameras work with usb-storage - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/