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

From: Johan Hovold
Date: Fri Nov 15 2024 - 08:59:55 EST


The following changes since commit 59b723cd2adbac2a34fc8e12c74ae26ae45bf230:

Linux 6.12-rc6 (2024-11-03 14:05:52 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 8b524944f92ccad925b574f645e9c2709cf60d1e:

USB: serial: ftdi_sio: Fix atomicity violation in get_serial_info() (2024-11-07 17:21:10 +0100)

----------------------------------------------------------------
USB-serial updates for 6.13-rc1

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

- improved support for quirky pl2303 hxd devices
- make sure ftdi_sio TIOCGSERIAL returns consistent data

Everything has been in linux-next with no reported issues.

----------------------------------------------------------------
Jan Kiszka (1):
USB: serial: pl2303: account for deficits of clones

Qiu-ji Chen (1):
USB: serial: ftdi_sio: Fix atomicity violation in get_serial_info()

drivers/usb/serial/ftdi_sio.c | 2 ++
drivers/usb/serial/pl2303.c | 38 +++++++++++++++++++++++++++++++++++++-
2 files changed, 39 insertions(+), 1 deletion(-)