Here's some small fixes for your 3.0 tree. Nothing major, just the normal USB 3.0 fixes, some MAINTAINERS file updates, device ids added, and other various bugs fixed that were being reported as problems. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ usb-linus All of these have been in the linux-next tree for a while. The full patches will be sent to the linux-usb mailing list, if anyone wants to see them. thanks, greg k-h ------------ Documentation/usb/error-codes.txt | 9 ++++++- MAINTAINERS | 12 ++++++++- drivers/usb/core/driver.c | 11 ++++++++- drivers/usb/core/hub.c | 16 +++++++++---- drivers/usb/core/message.c | 15 +++++++++++- drivers/usb/host/ehci-ath79.c | 10 +++++--- drivers/usb/host/ehci-hcd.c | 4 +++ drivers/usb/host/isp1760-hcd.c | 2 +- drivers/usb/host/ohci-hcd.c | 4 ++- drivers/usb/host/r8a66597-hcd.c | 1 + drivers/usb/host/xhci-mem.c | 2 - drivers/usb/host/xhci-pci.c | 8 ++++++ drivers/usb/host/xhci-ring.c | 30 +++++++++++++++++++++---- drivers/usb/host/xhci.c | 39 +++++++++++++++++++++++++++++--- drivers/usb/host/xhci.h | 3 ++ drivers/usb/musb/musb_gadget.c | 6 +++++ drivers/usb/musb/musb_host.c | 2 +- drivers/usb/serial/ftdi_sio.c | 19 +++++++++++---- drivers/usb/serial/ftdi_sio.h | 3 +- drivers/usb/serial/ftdi_sio_ids.h | 1 + drivers/usb/serial/ti_usb_3410_5052.c | 1 + 21 files changed, 164 insertions(+), 34 deletions(-) --------------- Alan Stern (3): USB: change maintainership of ohci-hcd and ehci-hcd USB: don't let the hub driver prevent system sleep USB: don't let errors prevent system sleep Alex He (2): xHCI 1.0: Force Stopped Event(FSE) xHCI 1.0: Incompatible Device Error Arvid Brodin (1): usb/isp1760: Fix bug preventing the unlinking of control urbs Gabor Juhos (1): USB: ehci-ath79: fix a NULL pointer dereference Jesper Juhl (1): USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big. Maarten Lankhorst (1): xhci: Add reset on resume quirk for asrock p67 host Márton Németh (1): usb: musb: host: compare status for negative error values Sarah Sharp (5): xhci: Reject double add of active endpoints. USB: Free bandwidth when usb_disable_device is called. xhci: Don't warn about zeroed bMaxBurst descriptor field. xhci: Always set urb->status to zero for isoc endpoints. USB: Fix up URB error codes to reflect implementation. Uwe Bonnes (1): USB: Add new FT232H chip to drivers/usb/serial/ftdi_sio.c Yauheni Kaliuta (1): usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFO Yoshihiro Shimoda (1): usb: r8a66597-hcd: fix cannot detect low/full speed device matt mooney (1): MAINTAINERS: add myself as maintainer of USB/IP -- 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