Hi Greg, Here are the USB serial updates for 5.10. Note that I fixed up a Link tag in the last commit while preparing the series, hence the late commit timestamp. Johan The following changes since commit ba4f184e126b751d1bffad5897f263108befc780: Linux 5.9-rc6 (2020-09-20 16:33:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.10-rc1 for you to fetch changes up to 3e765cab8abe7f84cb80d4a7a973fc97d5742647: USB: serial: option: add Cellient MPL200 card (2020-10-08 16:30:29 +0200) ---------------------------------------------------------------- USB-serial updates for 5.10-rc1 Here are the USB-serial updates for 5.10-rc1, including: - new device ids - various clean ups All have been in linux-next with no reported issues. ---------------------------------------------------------------- Johan Hovold (2): USB: serial: ftdi_sio: clean up jtag quirks USB: serial: qcserial: fix altsetting probing Leonid Bloch (1): USB: serial: option: Add Telit FT980-KS composition Mychaela N. Falconia (2): USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters USB: serial: ftdi_sio: use cur_altsetting for consistency Scott Chen (1): USB: serial: pl2303: add device-id for HP GC device Wilken Gottwalt (1): USB: serial: option: add Cellient MPL200 card drivers/usb/serial/ftdi_sio.c | 37 ++++++++++++++++++++----------------- drivers/usb/serial/ftdi_sio_ids.h | 7 +++++++ drivers/usb/serial/option.c | 5 +++++ drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 1 + drivers/usb/serial/qcserial.c | 4 ++-- 6 files changed, 36 insertions(+), 19 deletions(-)