mbox series

[GIT,PULL] USB-serial fixes for 6.0-rc4

Message ID YxB1eeDSKt+Ei5kf@hovoldconsulting.com (mailing list archive)
State Accepted
Commit a6aedb58a887aa2ea142ee914ff4030d019584bf
Headers show
Series [GIT,PULL] USB-serial fixes for 6.0-rc4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.0-rc4

Message

Johan Hovold Sept. 1, 2022, 9:03 a.m. UTC
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.0-rc4

for you to fetch changes up to 41ca302a697b64a3dab4676e01d0d11bb184737d:

  USB: serial: ch341: fix disabled rx timer on older devices (2022-08-31 15:51:06 +0200)

----------------------------------------------------------------
USB-serial fixes for 6.0-rc4

Here are a couple of fixes for two long-standing issues with some older
ch341 devices and a number of new device ids.

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

----------------------------------------------------------------
Johan Hovold (3):
      USB: serial: cp210x: add Decagon UCA device id
      USB: serial: ch341: fix lost character on LCR updates
      USB: serial: ch341: fix disabled rx timer on older devices

Niek Nooijens (1):
      USB: serial: ftdi_sio: add Omron CS1W-CIF31 device id

Slark Xiao (1):
      USB: serial: option: add support for Cinterion MV32-WA/WB RmNet mode

Yan Xinyu (1):
      USB: serial: option: add support for OPPO R11 diag port

Yonglin Tan (1):
      USB: serial: option: add Quectel EM060K modem

 drivers/usb/serial/ch341.c        | 16 ++++++++++++++--
 drivers/usb/serial/cp210x.c       |  1 +
 drivers/usb/serial/ftdi_sio.c     |  2 ++
 drivers/usb/serial/ftdi_sio_ids.h |  6 ++++++
 drivers/usb/serial/option.c       | 15 +++++++++++++++
 5 files changed, 38 insertions(+), 2 deletions(-)

Comments

Greg KH Sept. 1, 2022, 9:10 a.m. UTC | #1
On Thu, Sep 01, 2022 at 11:03:53AM +0200, Johan Hovold wrote:
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.0-rc4

Pulled and pushed out, thanks.

greg k-h