Re: [BK PATCH] Yet more USB changes for 2.5.69

Greg KH (greg@kroah.com)
Wed, 21 May 2003 14:01:54 -0700


Hi,

I messed up merging some patches yesterday, and I've now fixed that up.
Could you please pull from:

bk://kernel.bkbits.net/gregkh/linux/linus-2.5

To get the following changes?

thanks,

greg k-h

drivers/usb/misc/speedtch.c | 1086 +++++++++++++++++-----------------------
drivers/usb/storage/transport.c | 2
drivers/usb/storage/transport.h | 2
3 files changed, 487 insertions(+), 603 deletions(-)
-----

Duncan Sands:
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/