USB-to-serial bridges and modem control ports
A broad collection of drivers for USB devices that present themselves to the operating system as classic serial (RS-232 / tty) ports. This covers FTDI, Prolific, CP210x and similar USB-to-serial cable adapters used for industrial gear and embedded development, plus the AT command and diagnostic ports exposed by cellular modems from vendors like Sierra Wireless, Quectel, and Telit.
recommendation
It should stay in the kernel because this is an actively maintained subsystem with new device IDs and fixes landing throughout 2025 across drivers like ftdi_sio, option, f81232, and io_edgeport. The hardware it supports is still sold new today, ranging from FTDI and USBGear RS-232 adapters to current Sierra Wireless 5G modems and OWON oscilloscopes whose control ports rely on these drivers.
repository signals
sources
- opennet.ru
Stable changelog entries for April 2025 show ongoing upstream additions in this directory, including new support in `ftdi_sio`, `option`, and `usb-serial-simple`, indicating active maintenance rather than retirement.
- usbgear.com
USBGear still sells a Linux-compatible USB-to-RS232 adapter, showing the basic USB-serial use case remains current in 2025.
- ftdi-chip.com
FTDI-branded USB-to-serial/RS-232 converter products are still listed as in stock, showing new USB-serial bridge hardware remains commercially available.
- sierrawireless.com
The Sierra Wireless EM9291 5G module is a current product class whose AT/diagnostic ports map to the `option` USB-serial driver family in this directory.
- owonna.com
OWON HDS200 test equipment is a current product line; upstream added support for this class in `usb-serial-simple` in 2025, evidencing present-day deployments beyond legacy adapters.
codex reasoning notes (technical)
Real driver directory, not an early-exit case. Upstream activity was checked first via local shell (`git -c safe.directory=... log -- drivers/usb/serial`), which showed many 2025-2026 commits adding IDs and fixes across `option`, `ftdi_sio`, `f81232`, `io_edgeport`, etc. Because `lore-http` MCP was unavailable and `lei` was not installed, deployment/removal evidence used web search. `https://www.opennet.ru/kernel/6.12.26.html` was obtained by web search/open and shows fresh upstream USB-serial additions; searches for removal discussion on lore terms returned no relevant hit. Current-hardware evidence came from web search/open on USBGear, FTDI, Sierra Wireless, and OWON product pages. This directory is an actively maintained subsystem covering still-sold adapters, industrial/test gear, and cellular modem control ports, so removal/deprecation is not indicated.