The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8: Linux 3.11-rc5 (2013-08-11 18:04:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.11-rc6 for you to fetch changes up to ff8a43c10f1440f07a5faca0c1556921259f7f76: USB: keyspan: fix null-deref at disconnect and release (2013-08-14 12:49:27 -0700) ---------------------------------------------------------------- USB fixes for 3.11-rc6 Here are some small USB fixes for 3.11-rc6 that have accumulated. Nothing huge, a EHCI fix that solves a much-reported audio USB problem, some usb-serial driver endian fixes and other minor fixes, a wireless USB oops fix, and two new quirks. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Alan Stern (1): USB: EHCI: accept very late isochronous URBs Johan Hovold (6): USB: mos7840: fix big-endian probe USB: usbtmc: fix big-endian probe of Rigol devices USB: adutux: fix big-endian device-type reporting USB: ti_usb_3410_5052: fix big-endian firmware handling USB: mos7720: fix broken control requests USB: keyspan: fix null-deref at disconnect and release Matt Burtch (1): USB-Serial: Fix error handling of usb_wwan Oliver Neukum (1): usb: add two quirky touchscreen Thomas Pugliese (1): wusbcore: fix kernel panic when disconnecting a wireless USB->serial device drivers/usb/class/usbtmc.c | 8 ++++---- drivers/usb/core/quirks.c | 6 ++++++ drivers/usb/host/ehci-sched.c | 13 ++++++------- drivers/usb/misc/adutux.c | 2 +- drivers/usb/serial/keyspan.c | 2 +- drivers/usb/serial/mos7720.c | 21 ++++++++++++++------- drivers/usb/serial/mos7840.c | 2 +- drivers/usb/serial/ti_usb_3410_5052.c | 9 +++++---- drivers/usb/serial/usb_wwan.c | 20 ++++++++++---------- drivers/usb/wusbcore/wa-xfer.c | 9 +++++++-- 10 files changed, 55 insertions(+), 37 deletions(-) -- 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