The following changes since commit 62aa2b537c6f5957afd98e29f96897419ed5ebab: Linux 3.3-rc2 (2012-01-31 13:31:54 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-3.3-rc3 for you to fetch changes up to 90451e6973a5da155c6f315a409ca0a8d3ce6b76: USB: usbserial: add new PID number (0xa951) to the ftdi driver (2012-02-03 11:22:44 -0800) ---------------------------------------------------------------- USB fixes for 3.3-rc3 Here are a few minor USB fixes and a bunch of device id updates for the USB drivers. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Cong Wang (1): usb: musb: fix a build error on mips Fabio Estevam (1): usb: host: Distinguish Kconfig text for Freescale controllers Greg Kroah-Hartman (1): Merge tag 'for-3.3-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus Jayachandran C (1): usb: Skip PCI USB quirk handling for Netlogic XLP Kuninori Morimoto (2): usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu() usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu() Milan Kocian (1): USB: usbserial: add new PID number (0xa951) to the ftdi driver Neil Zhang (2): usb: otg: mv_otg: Add dependence usb: otg: mv_otg: Add dependence Randy Dunlap (1): uwb & wusb & usb wireless controllers: fix kconfig error & build errors Rui li (1): USB: add new zte 3g-dongle's pid to option.c Shengzhou Liu (1): powerpc/usb: fix issue of CPU halt when missing USB PHY clock Thomas Tuttle (2): USB: qcserial: add several new serial devices USB: qcserial: don't enable autosuspend Timo Juhani Lindfors (1): usb: gadget: zero: fix bug in loopback autoresume handling drivers/usb/gadget/f_loopback.c | 2 +- drivers/usb/host/Kconfig | 8 +- drivers/usb/host/ehci-fsl.c | 11 +++- drivers/usb/host/ehci-fsl.h | 1 + drivers/usb/host/pci-quirks.c | 6 ++ drivers/usb/musb/musb_io.h | 3 +- drivers/usb/otg/Kconfig | 2 +- drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio_ids.h | 7 ++ drivers/usb/serial/option.c | 129 ++++++++++++++++++++++++++++++++++++- drivers/usb/serial/qcserial.c | 16 ++++- include/linux/usb/ch9.h | 2 +- 12 files changed, 175 insertions(+), 13 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