mbox series

[GIT,PULL] USB serial updates for 6.16-rc1

Message ID aDBDywD0OoPnU84n@hovoldconsulting.com
State New
Headers show
Series [GIT,PULL] USB serial updates for 6.16-rc1 | expand

Pull-request

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

Message

Johan Hovold May 23, 2025, 9:45 a.m. UTC
The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:

  Linux 6.15-rc4 (2025-04-27 15:19:23 -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.16-rc1

for you to fetch changes up to d3a889482bd5abf2bbdc1ec3d2d49575aa160c9c:

  USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB (2025-05-21 17:19:55 +0200)

----------------------------------------------------------------
USB serial updates for 6.16-rc1

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

 - fix of an incorrect const cast
 - removal of a bogus read urb sanity check
 - support for a couple of new pl2303 device types

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

----------------------------------------------------------------
Charles Yeh (1):
      USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB

Greg Kroah-Hartman (1):
      USB: serial: bus: fix const issue in usb_serial_device_match()

Johan Hovold (1):
      USB: serial: ti_usb_3410_5052: drop bogus read urb check

 drivers/usb/serial/bus.c              | 2 +-
 drivers/usb/serial/pl2303.c           | 2 ++
 drivers/usb/serial/ti_usb_3410_5052.c | 5 -----
 3 files changed, 3 insertions(+), 6 deletions(-)