[GIT PULL] USB serial fixes for 6.19-rc6
From: Johan Hovold
Date: Fri Jan 16 2026 - 05:19:38 EST
The following changes since commit f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da:
Linux 6.19-rc3 (2025-12-28 13:24:26 -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.19-rc6
for you to fetch changes up to cd644b805da8a253198718741bf363c4c58862ff:
USB: serial: f81232: fix incomplete serial port generation (2026-01-13 15:59:07 +0100)
----------------------------------------------------------------
USB serial fix for 6.19-rc6
Here's a fix for an f81232 enumeration issue that could prevent some
ports from being enabled (e.g. during driver rebind).
Included are also some new device ids.
All have been in linux-next with no reported issues.
----------------------------------------------------------------
Ethan Nelson-Moore (1):
USB: serial: ftdi_sio: add support for PICAXE AXE027 cable
Ji-Ze Hong (Peter Hong) (1):
USB: serial: f81232: fix incomplete serial port generation
Ulrich Mohr (1):
USB: serial: option: add Telit LE910 MBIM composition
drivers/usb/serial/f81232.c | 77 ++++++++++++++++++++++++---------------
drivers/usb/serial/ftdi_sio.c | 1 +
drivers/usb/serial/ftdi_sio_ids.h | 2 +
drivers/usb/serial/option.c | 1 +
4 files changed, 51 insertions(+), 30 deletions(-)