Here are a number of USB bugfixes for 2.6.12-rc3 and one new, tiny driver (63 lines, with comments). They have all been in the last few -mm releases.
Pull from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ Full patches will be sent to the linux-usb-devel mailing lists, if anyone wants to see them. thanks, greg k-h ------------- drivers/usb/core/message.c | 4 drivers/usb/core/urb.c | 6 - drivers/usb/gadget/ether.c | 2 drivers/usb/gadget/inode.c | 2 drivers/usb/gadget/lh7a40x_udc.c | 2 drivers/usb/gadget/serial.c | 2 drivers/usb/host/ehci-hcd.c | 65 ++++++++--- drivers/usb/host/ehci-hub.c | 2 drivers/usb/host/ehci.h | 19 +-- drivers/usb/host/hc_crisv10.c | 2 drivers/usb/host/sl811-hcd.c | 4 drivers/usb/image/mdc800.c | 2 drivers/usb/input/aiptek.c | 2 drivers/usb/input/mtouchusb.c | 2 drivers/usb/media/ov511.c | 2 drivers/usb/media/pwc/pwc-ctrl.c | 2 drivers/usb/media/pwc/pwc-if.c | 6 - drivers/usb/media/pwc/pwc-ioctl.h | 2 drivers/usb/misc/legousbtower.c | 2 drivers/usb/net/usbnet.c | 3 drivers/usb/net/zd1201.c | 8 - drivers/usb/serial/Kconfig | 9 + drivers/usb/serial/Makefile | 1 drivers/usb/serial/airprime.c | 63 +++++++++++ drivers/usb/serial/cypress_m8.c | 187 ++++++++++++++++------------------ drivers/usb/serial/ftdi_sio.c | 46 ++++++-- drivers/usb/serial/ftdi_sio.h | 36 ++++-- drivers/usb/serial/io_usbvend.h | 2 drivers/usb/serial/keyspan_usa90msg.h | 2 drivers/usb/storage/debug.c | 1 drivers/usb/storage/shuttle_usbat.c | 2 drivers/usb/storage/unusual_devs.h | 17 ++- 32 files changed, 329 insertions(+), 178 deletions(-) Andrea Arcangeli: o USB: new usbnet device id David Brownell: o USB: ehci power fixes Greg Kroah-Hartman: o USB: add a driver for the AirPrime CDMA Wireless PC card Ian Abbott: o USB: ftdi_sio redundant macro removal o USB: VID/PID updates for ftdi_sio driver Lonnie Mendez: o USB cypress_m8: update kernel driver with current source Matthew Dharm: o USB Storage: fix compile error Phil Dibowitz: o USB: unusual_devs entry for Minolta Dimage Z10 Steven Cole: o USB: Spelling fixes for drivers/usb Vivian Bregier: o USB: unusual_devs.h: atmel snd1 storage ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel