summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * USB: serial: whiteheat: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-6/+2
| * USB: serial: usb_wwan: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-2/+0
| * USB: serial: usb_wwan: fix unprivileged TIOCCSERIALJohan Hovold2021-04-081-2/+0
| * USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversionsJohan Hovold2021-04-081-4/+5
| * USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission checkJohan Hovold2021-04-081-2/+7
| * USB: serial: ti_usb_3410_5052: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-2/+2
| * USB: serial: ssu100: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-6/+3
| * USB: serial: quatech2: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-6/+3
| * USB: serial: pl2303: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-2/+3
| * USB: serial: opticon: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-6/+3
| * USB: serial: mos7840: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-8/+4
| * USB: serial: mos7720: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-8/+4
| * USB: serial: io_ti: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-8/+4
| * USB: serial: io_edgeport: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-8/+4
| * USB: serial: ftdi_sio: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-0/+4
| * USB: serial: f81534: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-1/+3
| * USB: serial: f81232: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-1/+3
| * USB: serial: ark3116: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-2/+3
| * USB: serial: xr: claim both interfacesJohan Hovold2021-04-011-3/+23
| * USB: serial: add support for multi-interface functionsJohan Hovold2021-04-011-11/+73
| * USB: serial: refactor endpoint classificationJohan Hovold2021-04-011-20/+31
| * USB: serial: drop unused suspending flagJohan Hovold2021-04-011-7/+1
| * USB: serial: xr: fix CSIZE handlingJohan Hovold2021-04-011-0/+5
| * USB: serial: iuu_phoenix: remove redundant variable 'error'Colin Ian King2021-04-011-3/+1
| * USB: serial: pl2303: TA & TB alternate divider with non-standard baud ratesMichael G. Katzmann2021-03-171-0/+44
| * USB: serial: pl2303: add device-type namesJohan Hovold2021-03-171-1/+8
| * USB: serial: pl2303: tighten type HXN (G) detectionJohan Hovold2021-03-171-12/+20
| * USB: serial: pl2303: rename legacy PL2303H typeJohan Hovold2021-03-171-6/+6
| * USB: serial: pl2303: amend and tighten type detectionJohan Hovold2021-03-171-8/+42
| * USB: serial: pl2303: clean up type detectionJohan Hovold2021-03-171-26/+42
| * USB: serial: io_edgeport: drop unneeded forward declarationsJiri Slaby2021-03-151-44/+1
| * USB: serial: keyspan: drop unneeded forward declarationsJiri Slaby2021-03-151-20/+0
* | Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman2021-03-154-35/+20
|\|
| * USB: serial: io_edgeport: fix memory leak in edge_startupPavel Skripkin2021-03-091-10/+16
| * USB: serial: ch341: add new Product IDNiv Sardi2021-03-091-0/+1
| * USB: serial: xr: fix NULL-deref on disconnectJohan Hovold2021-03-091-25/+0
| * USB: serial: cp210x: add some more GE USB IDsSebastian Reichel2021-03-091-0/+2
| * USB: serial: cp210x: add ID for Acuity Brands nLight Air AdapterKaran Singhal2021-03-091-0/+1
* | tty: make everyone's write_room return >= 0Jiri Slaby2021-03-101-1/+1
|/
* usb: Replace lkml.org links with loreKees Cook2021-02-111-3/+4
* Merge tag 'usb-serial-5.12-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-02-1042-224/+881
|\
| * USB: serial: drop bogus to_usb_serial_port() checksJohan Hovold2021-02-091-13/+3