[GIT PULL] USB-serial updates for 6.2-rc1

From: Johan Hovold
Date: Thu Dec 08 2022 - 09:23:36 EST


The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.2-rc1

for you to fetch changes up to 63b8ed26cd093ecc1bcdd1fd841f238a52c11031:

USB: serial: xr: avoid requesting zero DTE rate (2022-11-30 12:28:51 +0100)

----------------------------------------------------------------
USB-serial updates for 6.2-rc1

Here are the USB-serial updates for 6.2-rc1, including:

- B0 hangup support for cp210x
- avoid requesting a zero DTE rate which could potentially confuse
buggy firmware in XR devices

Included are also some new device ids.

All have been in linux-next with no reported issues.

----------------------------------------------------------------
Bruno Thomsen (1):
USB: serial: cp210x: add Kamstrup RF sniffer PIDs

Duke Xin (1):
USB: serial: option: add Quectel EM05-G modem

Johan Hovold (2):
USB: serial: cp210x: add support for B0 hangup
USB: serial: xr: avoid requesting zero DTE rate

drivers/usb/serial/cp210x.c | 21 +++++++++++++++++----
drivers/usb/serial/option.c | 3 +++
drivers/usb/serial/xr_serial.c | 2 --
3 files changed, 20 insertions(+), 6 deletions(-)