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

From: Johan Hovold
Date: Fri Jan 17 2025 - 03:10:46 EST


The following changes since commit 4bbf9020becbfd8fc2c3da790855b7042fad455b:

Linux 6.13-rc4 (2024-12-22 13:22:21 -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.14-rc1

for you to fetch changes up to 575a5adf48b06a2980c9eeffedf699ed5534fade:

USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (2025-01-14 10:32:38 +0100)

----------------------------------------------------------------
USB-serial updates for 6.14-rc1

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

- fix a long-standing NULL-deref issue in quatech2
- add support for hardware flow control to ch341

Included is also a related clean up.

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

----------------------------------------------------------------
Johan Hovold (1):
USB: serial: ch341: use fix-width types consistently

Lode Willems (1):
USB: serial: ch341: add hardware flow control RTS/CTS

Qasim Ijaz (1):
USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()

drivers/usb/serial/ch341.c | 35 +++++++++++++++++++++++++++++++----
drivers/usb/serial/quatech2.c | 2 +-
2 files changed, 32 insertions(+), 5 deletions(-)