Hi Greg, Here's my pull-request for v3.18-rc1. All have been in linux-next just fine. Thanks, Johan The following changes since commit 9e82bf014195d6f0054982c463575cdce24292be: Linux 3.17-rc5 (2014-09-14 17:50:12 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-3.18-rc1 for you to fetch changes up to f8c0e057b4898055b24b44d03b837a15d8b93b37: USB: serial: remove zte_ev driver (2014-09-15 18:43:08 +0200) ---------------------------------------------------------------- USB-serial updates for v3.18-rc1 These changes add two new "simple" drivers, while removing the redundant zte_ev driver (PIDs moved to option). Included are also some minor clean ups to the xsens_mt driver, and the enabling of further baud rates for pl2303 devices. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Frans Klaver (2): usb: serial: xsens_mt: add author and description usb: serial: xsens_mt: always bind to interface number 1 Johan Hovold (5): USB: serial: add support for multi-port simple drivers USB: serial: add Novatel Wireless GPS driver USB: serial: add Medtronic CareLink USB driver Merge tag 'v3.17-rc5' into usb-next USB: serial: remove zte_ev driver Lauri Hintsala (1): USB: pl2303: use divisors for unsupported baud rates drivers/usb/serial/Kconfig | 10 +- drivers/usb/serial/Makefile | 1 - drivers/usb/serial/option.c | 11 +- drivers/usb/serial/pl2303.c | 13 +- drivers/usb/serial/usb-serial-simple.c | 19 +- drivers/usb/serial/xsens_mt.c | 25 +-- drivers/usb/serial/zte_ev.c | 305 --------------------------------- 7 files changed, 42 insertions(+), 342 deletions(-) delete mode 100644 drivers/usb/serial/zte_ev.c -- 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