Here are some USB patches for your kernel tree. They fix: - some ehci warnings that people (including myself) are seeing. - musb driver fixes - new device ids - cdc-acm bugfix that solves a regression that was reported - other minor fixes Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ The full patches will be sent to the linux-usb mailing list, if anyone wants to see them. thanks, greg k-h ------------ arch/arm/configs/omap3_evm_defconfig | 2 +- arch/arm/mach-omap2/board-omap3evm.c | 5 +++++ arch/arm/mach-omap2/usb-musb.c | 21 --------------------- drivers/usb/class/cdc-acm.c | 10 +++++----- drivers/usb/class/cdc-acm.h | 2 ++ drivers/usb/core/devio.c | 10 ++++++---- drivers/usb/host/ehci-hcd.c | 3 ++- drivers/usb/host/ehci-q.c | 15 +++++++-------- drivers/usb/host/ehci-sched.c | 1 + drivers/usb/musb/Kconfig | 1 + drivers/usb/serial/ftdi_sio.c | 3 +++ drivers/usb/serial/ftdi_sio.h | 14 ++++++++++++++ drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 4 ++++ drivers/usb/storage/unusual_devs.h | 7 +++++++ 15 files changed, 59 insertions(+), 40 deletions(-) --------------- Alan Stern (3): USB: usbfs: fix -ENOENT error code to be -ENODEV USB: EHCI: fix two new bugs related to Clear-TT-Buffer USB: EHCI: fix counting of transaction error retries Dhaval Vasa (1): USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client Gupta, Ajay Kumar (1): USB: musb: fix the nop registration for OMAP3EVM Khanh-Dang Nguyen Thu Lam (1): USB: pl2303: New vendor and product id Marko Hänninen (1): USB: ftdi_sio: add vendor and product id for Bayer glucose meter serial converter cable Michael Buesch (1): USB: devio: Properly do access_ok() checks Oliver Neukum (1): USB: fix oops on disconnect in cdc-acm Rogerio Brito (1): USB: storage: include Prolific Technology USB drive in unusual_devs list -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html