summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: cp210x: fix CP2102N-A01 modem controlJohan Hovold2021-06-101-5/+59
* USB: serial: cp210x: fix alternate function for CP2102N QFN20Stefan Agner2021-06-101-1/+19
* USB: serial: ftdi_sio: add NovaTech OrionMX product IDGeorge McCollister2021-06-052-0/+2
* USB: serial: omninet: update driver descriptionAlexandre GRIVEAUX2021-05-251-3/+3
* USB: serial: omninet: add device id for Zyxel Omni 56K PlusAlexandre GRIVEAUX2021-05-251-0/+2
* USB: serial: quatech2: fix control-request directionsJohan Hovold2021-05-251-3/+3
* USB: serial: pl2303: add device id for ADLINK ND-6530 GCZolton Jheng2021-05-102-0/+2
* USB: serial: ti_usb_3410_5052: add startech.com device idSean MacLennan2021-05-101-0/+3
* USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011Daniele Palmas2021-05-101-0/+4
* USB: serial: ftdi_sio: add IDs for IDS GmbH ProductsDominik Andreas Schorpp2021-05-102-0/+10
* Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-2626-917/+1139
|\
| * USB: serial: xr: add copyright noticeJohan Hovold2021-04-131-0/+1
| * USB: serial: xr: reset FIFOs on openJohan Hovold2021-04-131-0/+51
| * USB: serial: xr: add support for XR22801, XR22802, XR22804Johan Hovold2021-04-131-0/+23
| * USB: serial: xr: add support for XR21B1411Johan Hovold2021-04-131-16/+48
| * USB: serial: xr: add support for XR21B1421, XR21B1422 and XR21B1424Johan Hovold2021-04-131-76/+262
| * USB: serial: xr: add type abstractionJohan Hovold2021-04-131-43/+85
| * USB: serial: xr: drop type prefix from shared definesJohan Hovold2021-04-131-61/+61
| * USB: serial: xr: move pin configuration to probeJohan Hovold2021-04-131-8/+37
| * USB: serial: xr: rename GPIO-pin definesJohan Hovold2021-04-131-17/+17
| * USB: serial: xr: rename GPIO-mode definesJohan Hovold2021-04-131-7/+7
| * USB: serial: xr: add support for XR21V1412 and XR21V1414Johan Hovold2021-04-131-4/+51
| * USB: serial: ti_usb_3410_5052: clean up termios CSIZE handlingJohan Hovold2021-04-131-8/+8
| * USB: serial: ti_usb_3410_5052: use kernel types consistentlyJohan Hovold2021-04-131-17/+17
| * USB: serial: ti_usb_3410_5052: add port-command helpersJohan Hovold2021-04-131-50/+44
| * USB: serial: ti_usb_3410_5052: clean up vendor-request helpersJohan Hovold2021-04-131-8/+7
| * USB: serial: ti_usb_3410_5052: drop unnecessary packed attributesJohan Hovold2021-04-131-4/+4
| * USB: serial: io_ti: drop unnecessary packed attributesJohan Hovold2021-04-132-4/+4
| * USB: serial: io_ti: use kernel types consistentlyJohan Hovold2021-04-132-71/+71
| * USB: serial: io_ti: add read-port-command helperJohan Hovold2021-04-131-6/+9
| * USB: serial: io_ti: add send-port-command helperJohan Hovold2021-04-131-28/+13
| * USB: serial: io_ti: clean up vendor-request helpersJohan Hovold2021-04-131-7/+6
| * USB: serial: ti_usb_3410_5052: drop drain delay for 3410Johan Hovold2021-04-131-3/+14
| * USB: serial: ti_usb_3410_5052: reduce drain delay to one charJohan Hovold2021-04-131-1/+5
| * USB: serial: io_ti: document reason for drain delayJohan Hovold2021-04-131-0/+4
| * USB: serial: f81232: drop time-based drain delayJohan Hovold2021-04-131-1/+0
| * USB: serial: cp210x: add gpio-configuration debug printkJohan Hovold2021-04-121-0/+6
| * USB: serial: cp210x: provide gpio valid maskJohan Hovold2021-04-121-12/+13
| * USB: serial: do not use tty class device for debuggingJohan Hovold2021-04-093-22/+21
| * USB: serial: io_edgeport: drop unused definitionsJohan Hovold2021-04-081-68/+0
| * USB: serial: ti_usb_3410_5052: switch to 30-second closing waitJohan Hovold2021-04-081-3/+0
| * USB: serial: ti_usb_3410_5052: drop closing_wait module parameterJohan Hovold2021-04-081-7/+1
| * USB: serial: io_ti: switch to 30-second closing waitJohan Hovold2021-04-081-3/+0
| * USB: serial: io_ti: drop closing_wait module parameterJohan Hovold2021-04-081-5/+1
| * USB: serial: ftdi_sio: clean up TIOCSSERIALJohan Hovold2021-04-081-6/+7
| * USB: serial: ftdi_sio: simplify TIOCGSERIAL permission checkJohan Hovold2021-04-081-12/+1
| * USB: serial: ftdi_sio: ignore baud_base changesJohan Hovold2021-04-081-4/+0
| * USB: serial: stop reporting legacy UART typesJohan Hovold2021-04-0811-58/+0
| * USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-0818-225/+69
| * USB: serial: fix return value for unsupported ioctlsJohan Hovold2021-04-081-3/+3