The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675: Linux 5.4-rc3 (2019-10-13 16:37:36 -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.5-rc1 for you to fetch changes up to c1a1f273d0825774c80896b8deb1c9ea1d0b91e3: USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P (2019-11-14 18:55:31 +0100) ---------------------------------------------------------------- USB-serial updates for 5.5-rc1 Here are the USB-serial updates for 5.5-rc1, including: - support for a new class of pl2303 devices - improved divisor calculations for ch341 - fixes for a remote-wakeup bug in the moschip drivers - improved device-type handling in mos7840 - various cleanups of mos7840 Included are also some new device ids. All have been in linux-next with no reported issues. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Aleksander Morgado (2): USB: serial: option: add support for DW5821e with eSIM support USB: serial: option: add support for Foxconn T77W968 LTE modules Charles Yeh (1): USB: serial: pl2303: add support for PL2303HXN Fabio D'Urso (1): USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P Johan Hovold (14): USB: serial: ch341: reimplement line-speed handling USB: serial: mos7720: fix remote wakeup USB: serial: mos7840: fix remote wakeup USB: serial: mos7840: clean up device-type handling USB: serial: mos7840: document MCS7810 detection hack USB: serial: mos7840: fix probe error handling USB: serial: mos7840: rip out broken interrupt handling USB: serial: mos7840: drop redundant urb context check USB: serial: mos7840: drop paranoid port checks USB: serial: mos7840: drop paranoid serial checks USB: serial: mos7840: drop serial struct accessor USB: serial: mos7840: drop port driver data accessors USB: serial: mos7840: drop read-urb check USB: serial: mos7840: drop port open flag Pavel Löbl (1): USB: serial: mos7840: add USB ID to support Moxa UPort 2210 drivers/usb/serial/ch341.c | 97 +++-- drivers/usb/serial/ftdi_sio.c | 3 + drivers/usb/serial/ftdi_sio_ids.h | 7 + drivers/usb/serial/mos7720.c | 4 - drivers/usb/serial/mos7840.c | 762 +++++--------------------------------- drivers/usb/serial/option.c | 7 + drivers/usb/serial/pl2303.c | 124 +++++-- drivers/usb/serial/pl2303.h | 6 + 8 files changed, 300 insertions(+), 710 deletions(-)