summaryrefslogtreecommitdiff
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2021-02-10USB: serial: option: Adding support for Cinterion MV31Christoph Schemmel1-0/+6
2021-02-10USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000Chenxin Jin1-0/+1
2021-02-10USB: serial: cp210x: add pid/vid for WSDA-200-USBPho Tran1-0/+1
2021-01-12USB: serial: keyspan_pda: remove unused variableJohan Hovold1-2/+0
2021-01-12USB: serial: option: add Quectel EM160R-GLBjørn Mork1-0/+2
2021-01-12USB: serial: option: add LongSung M5710 module supportDaniel Palmer1-0/+1
2021-01-12USB: serial: iuu_phoenix: fix DMA from stackJohan Hovold1-5/+15
2020-12-30USB: serial: keyspan_pda: fix write unthrottlingJohan Hovold1-9/+20
2020-12-30USB: serial: keyspan_pda: fix tx-unthrottle use-after-freeJohan Hovold1-0/+4
2020-12-30USB: serial: keyspan_pda: fix write-wakeup use-after-freeJohan Hovold1-14/+3
2020-12-30USB: serial: keyspan_pda: fix stalled writesJohan Hovold1-1/+1
2020-12-30USB: serial: keyspan_pda: fix write deadlockJohan Hovold1-3/+4
2020-12-30USB: serial: keyspan_pda: fix dropped unthrottle interruptsJohan Hovold1-2/+2
2020-12-30USB: serial: digi_acceleport: fix write-wakeup deadlocksJohan Hovold1-32/+13
2020-12-30USB: serial: mos7720: fix parallel-port state restoreJohan Hovold1-0/+2
2020-12-26USB: serial: option: add interface-number sanity check to flag handlingJohan Hovold1-2/+21
2020-12-04USB: serial: kl5kusb105: fix memleak on openJohan Hovold1-6/+4
2020-12-03USB: serial: ch341: sort device-id entriesJohan Hovold1-3/+3
2020-12-03USB: serial: ch341: add new Product ID for CH341AJan-Niklas Burfeind1-0/+1
2020-12-01USB: serial: option: fix Quectel BG96 matchingBjørn Mork1-3/+2
2020-11-27USB: serial: option: add support for Thales Cinterion EXS82Giacinto Cifelli1-0/+2
2020-11-20USB: serial: option: add Fibocom NL668 variantsVincent Palatin1-1/+2
2020-11-04USB: serial: option: add Telit FN980 composition 0x1055Daniele Palmas1-0/+2
2020-11-04USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231Daniele Palmas1-0/+6
2020-11-04USB: serial: cyberjack: fix write-URB completion raceJohan Hovold1-1/+6
2020-10-28USB: serial: option: add Quectel EC200T module supportZiyi Cao1-0/+2
2020-10-08Merge tag 'usb-serial-5.10-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman6-19/+36
2020-10-08USB: serial: option: add Cellient MPL200 cardWilken Gottwalt1-0/+3
2020-10-05USB: serial: ftdi_sio: use cur_altsetting for consistencyMychaela N. Falconia1-7/+7
2020-10-05USB: serial: option: Add Telit FT980-KS compositionLeonid Bloch1-0/+2
2020-10-01USB: serial: qcserial: fix altsetting probingJohan Hovold1-2/+2
2020-10-01USB: serial: ftdi_sio: clean up jtag quirksJohan Hovold1-10/+8
2020-09-29USB: serial: pl2303: add device-id for HP GC deviceScott Chen2-0/+2
2020-09-29USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adaptersMychaela N. Falconia2-0/+12
2020-09-14Merge 5.9-rc5 into usb-nextGreg Kroah-Hartman3-8/+16
2020-08-31USB: serial: option: support dynamic Quectel USB compositionsBjørn Mork1-8/+12
2020-08-31USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesAleksander Morgado1-0/+2
2020-08-24USB: serial: ftdi_sio: add IDs for Xsens Mti USB converterPatrick Riphagen2-0/+2
2020-08-18usb: mos7720: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+4
2020-07-28Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman22-146/+459
2020-07-21USB: serial: qcserial: add EM7305 QDL product IDErik Ekman1-0/+1
2020-07-21USB: serial: iuu_phoenix: fix led-activity helpersJohan Hovold1-6/+8
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman5-3/+17
2020-07-16USB: serial: iuu_phoenix: fix memory corruptionJohan Hovold1-3/+5
2020-07-14USB: serial: sierra: clean up special-interface handlingJohan Hovold1-29/+29
2020-07-14USB: serial: cp210x: use in-kernel types in port dataJohan Hovold1-1/+1
2020-07-14USB: serial: cp210x: drop unnecessary packed attributesJohan Hovold1-3/+3
2020-07-14USB: serial: cp210x: add support for TIOCGICOUNTJohan Hovold1-0/+1
2020-07-14USB: serial: cp210x: add support for line-status eventsJohan Hovold1-3/+186
2020-07-14USB: serial: cp210x: disable interface on errors in openJohan Hovold1-1/+10