mbox series

[GIT,PULL] USB-serial fixes for 5.14-rc5

Message ID YQuj0Nqq3YRXVLKh@hovoldconsulting.com (mailing list archive)
State Accepted
Commit b47b0b6d0843d665f263762382bfbd658f436d84
Headers show
Series [GIT,PULL] USB-serial fixes for 5.14-rc5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.14-rc5

Message

Johan Hovold Aug. 5, 2021, 8:39 a.m. UTC
The following changes since commit ff1176468d368232b684f75e82563369208bc371:

  Linux 5.14-rc3 (2021-07-25 15:35:14 -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.14-rc5

for you to fetch changes up to 8da0e55c7988ef9f08a708c38e5c75ecd8862cf8:

  USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2 (2021-08-05 09:47:25 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.14-rc5

Here are two type-detection regression fixes for pl2303 and a patch to
increase the receive buffer size for for ch341 to avoid lost characters
at high line speeds.

Included are also some new device ids.

All but the last three commits have been in linux-next and with no
reported issues.

----------------------------------------------------------------
Daniele Palmas (1):
      USB: serial: option: add Telit FD980 composition 0x1056

David Bauer (1):
      USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2

Johan Hovold (2):
      USB: serial: pl2303: fix HX type detection
      USB: serial: pl2303: fix GT type detection

Willy Tarreau (1):
      USB: serial: ch341: fix character loss at high transfer rates

 drivers/usb/serial/ch341.c        |  1 +
 drivers/usb/serial/ftdi_sio.c     |  1 +
 drivers/usb/serial/ftdi_sio_ids.h |  3 +++
 drivers/usb/serial/option.c       |  2 ++
 drivers/usb/serial/pl2303.c       | 42 ++++++++++++++++++++++++---------------
 5 files changed, 33 insertions(+), 16 deletions(-)

Comments

Greg KH Aug. 5, 2021, 8:54 a.m. UTC | #1
On Thu, Aug 05, 2021 at 10:39:44AM +0200, Johan Hovold wrote:
> The following changes since commit ff1176468d368232b684f75e82563369208bc371:
> 
>   Linux 5.14-rc3 (2021-07-25 15:35:14 -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.14-rc5

Pulled and pushed out, thanks.

greg k-h