Hi Greg, Here are three bug fixes and some new device ids for 3.18-rc6. All have been in linux-next. Thanks, Johan The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108: Linux 3.18-rc4 (2014-11-09 14:55:29 -0800) 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-rc6 for you to fetch changes up to 75bcbf29c284dd0154c3e895a0bd1ef0e796160e: USB: ssu100: fix overrun-error reporting (2014-11-19 16:22:22 +0100) ---------------------------------------------------------------- USB-serial fixes for v3.18-rc6 Three fixes for bugs related to TTY error reporting, which can to lead to data being dropped by the line discipline. Included is also some new device ids for ftdi_sio and cp210x. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Johan Hovold (3): USB: keyspan: fix tty line-status reporting USB: keyspan: fix overrun-error reporting USB: ssu100: fix overrun-error reporting Preston Fick (1): USB: serial: cp210x: add IDs for CEL MeshConnect USB Stick Troy Clark (1): usb: serial: ftdi_sio: add PIDs for Matrix Orbital products drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/ftdi_sio.c | 33 +++++++++++++ drivers/usb/serial/ftdi_sio_ids.h | 39 ++++++++++++++-- drivers/usb/serial/keyspan.c | 97 ++++++++++++++++++++++++--------------- drivers/usb/serial/ssu100.c | 11 ++--- 5 files changed, 131 insertions(+), 50 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