[GIT PULL] USB-serial fixes for 5.15-rc3

From: Johan Hovold
Date: Fri Sep 24 2021 - 04:09:01 EST


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

Linux 5.15-rc1 (2021-09-12 16:28:37 -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.15-rc3

for you to fetch changes up to 9e3eed534f8235a4a596a9dae5b8a6425d81ea1a:

USB: serial: option: add device id for Foxconn T99W265 (2021-09-24 09:32:11 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.15-rc3

Here's a fix for a regression affecting some CP2102 devices and a host
of new device ids.

Included are also a couple of cleanups of duplicate device ids, which
are also tagged for stable to keep the tables in sync, and a trivial
patch to help debugging cp210x issues.

All have been in linux-next with no reported issues. Note however that
the last last two device-id commits were rebased to fix up a lore link
in a commit message (as the patch itself never made it to the list).

----------------------------------------------------------------
Carlo Lobrano (1):
USB: serial: option: add Telit LN920 compositions

Johan Hovold (2):
USB: serial: cp210x: fix dropped characters with CP2102
USB: serial: cp210x: add part-number debug printk

Krzysztof Kozlowski (2):
USB: serial: mos7840: remove duplicated 0xac24 device ID
USB: serial: option: remove duplicate USB device ID

Slark Xiao (1):
USB: serial: option: add device id for Foxconn T99W265

Uwe Brandt (1):
USB: serial: cp210x: add ID for GW Instek GDM-834x Digital Multimeter

drivers/usb/serial/cp210x.c | 38 ++++++++++++++++++++++++++++++++++++++
drivers/usb/serial/mos7840.c | 2 --
drivers/usb/serial/option.c | 11 ++++++++++-
3 files changed, 48 insertions(+), 3 deletions(-)