Hi Greg, Here's my first set of fixes for 3.19, somewhat late partially due to the holidays. Please pull. Thanks, Johan The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6: Linux 3.19-rc2 (2014-12-28 16:49:37 -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.19-rc5 for you to fetch changes up to 04f9c6e6d17584340fb6c8a9469a0e6df28876d2: usb: serial: handle -ENODEV quietly in generic_submit_read_urb (2015-01-12 10:23:54 +0100) ---------------------------------------------------------------- USB-serial fixes for v3.18-rc5 Here are a few fixes for reported problems including a possible null-deref on probe with keyspan, a misbehaving modem, and a couple of issues with the USB console. Some new device IDs are also added. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- David Peterson (1): USB: cp210x: add IDs for CEL USB sticks and MeshWorks devices Jeremiah Mahler (2): usb: serial: silence all non-critical read errors usb: serial: handle -ENODEV quietly in generic_submit_read_urb Johan Hovold (3): USB: keyspan: fix null-deref at probe USB: console: fix uninitialised ldisc semaphore USB: console: fix potential use after free Preston Fick (1): USB: cp210x: fix ID for production CEL MeshConnect USB Stick Reinhard Speyerer (1): USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xx drivers/usb/serial/console.c | 16 +++++++++++----- drivers/usb/serial/cp210x.c | 4 +++- drivers/usb/serial/generic.c | 4 ++-- drivers/usb/serial/keyspan.c | 20 +++++++++++++++----- drivers/usb/serial/option.c | 11 ++++++++++- drivers/usb/serial/qcserial.c | 1 - 6 files changed, 41 insertions(+), 15 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