aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-10USB: serial: ch341: fix receiver regressionJohan Hovold1-0/+10
2020-02-10USB: serial: ir-usb: Silence harmless uninitialized variable warningDan Carpenter1-1/+1
2020-01-27Merge tag 'usb-serial-5.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman4-90/+160
2020-01-23USB: serial: cyberjack: fix spelling mistake "To" -> "Too"Colin Ian King1-1/+1
2020-01-23USB: serial: ir-usb: simplify endpoint checkJohan Hovold1-3/+2
2020-01-23USB: serial: ir-usb: make set_termios synchronousJohan Hovold1-39/+11
2020-01-23USB: serial: ir-usb: fix IrLAP framingJohan Hovold1-22/+91
2020-01-23USB: serial: ir-usb: fix link-speed handlingJohan Hovold1-10/+10
2020-01-23USB: serial: ir-usb: add missing endpoint sanity checkJohan Hovold1-0/+3
2020-01-21Merge 5.5-rc7 into usb-nextGreg Kroah-Hartman8-9/+36
2020-01-17USB: serial: quatech2: handle unbound portsJohan Hovold1-0/+6
2020-01-17USB: serial: keyspan: handle unbound portsJohan Hovold1-0/+4
2020-01-17USB: serial: io_edgeport: add missing active-port sanity checkJohan Hovold1-5/+7
2020-01-17USB: serial: io_edgeport: handle unbound ports on URB completionJohan Hovold1-2/+2
2020-01-17USB: serial: ch341: handle unbound port at reset_resumeJohan Hovold1-1/+5
2020-01-17USB: serial: garmin_gps: Use flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-17USB: serial: opticon: stop all I/O on close()Johan Hovold1-0/+16
2020-01-17USB: serial: opticon: add chars_in_buffer() implementationJohan Hovold1-17/+28
2020-01-17USB: serial: suppress driver bind attributesJohan Hovold1-0/+3
2020-01-16USB: serial: option: add support for Quectel RM500Q in QDL modeReinhard Speyerer1-0/+2
2020-01-14USB: serial: opticon: fix control-message timeoutsJohan Hovold1-1/+1
2020-01-13USB: serial: option: Add support for Quectel RM500QKristian Evensen1-0/+4
2020-01-13USB: serial: simple: Add Motorola Solutions TETRA MTP3xxx and MTP85xxJerónimo Borque1-0/+2
2020-01-13Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman3-0/+15
2019-12-20USB: serial: option: add ZLP support for 0x1bc7/0x9010Daniele Palmas3-0/+13
2019-12-16USB: serial: option: add Telit ME910G1 0x110a compositionDaniele Palmas1-0/+2
2019-12-16Merge 5.5-rc2 into usb-nextGreg Kroah-Hartman1-4/+6
2019-12-10USB: serial: io_edgeport: fix epic endpoint lookupJohan Hovold1-4/+6
2019-12-10usb: drop comment about 2 uhci driversRandy Dunlap1-3/+0
2019-11-21usb: serial: Fix Kconfig indentationKrzysztof Kozlowski1-8/+8
2019-11-18usb-serial: cp201x: support Mark-10 digital force gaugeGreg Kroah-Hartman1-0/+1
2019-11-15Merge tag 'usb-serial-5.5-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman8-710/+300
2019-11-14USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9PFabio D'Urso2-0/+10
2019-11-13USB: serial: option: add support for Foxconn T77W968 LTE modulesAleksander Morgado1-0/+4
2019-11-12USB: serial: mos7840: drop port open flagJohan Hovold1-28/+1
2019-11-12USB: serial: mos7840: drop read-urb checkJohan Hovold1-11/+0
2019-11-12USB: serial: mos7840: drop port driver data accessorsJohan Hovold1-91/+13
2019-11-12USB: serial: mos7840: drop serial struct accessorJohan Hovold1-30/+0
2019-11-12USB: serial: mos7840: drop paranoid serial checksJohan Hovold1-36/+2
2019-11-12USB: serial: mos7840: drop paranoid port checksJohan Hovold1-84/+8
2019-11-12USB: serial: mos7840: drop redundant urb context checkJohan Hovold1-5/+1
2019-11-12USB: serial: mos7840: rip out broken interrupt handlingJohan Hovold1-291/+3
2019-11-12USB: serial: mos7840: fix probe error handlingJohan Hovold1-20/+28
2019-11-12USB: serial: mos7840: document MCS7810 detection hackJohan Hovold1-0/+7
2019-11-12USB: serial: mos7840: clean up device-type handlingJohan Hovold1-77/+44
2019-11-12USB: serial: mos7840: fix remote wakeupJohan Hovold1-5/+0
2019-11-12USB: serial: mos7720: fix remote wakeupJohan Hovold1-4/+0
2019-11-07USB: serial: option: add support for DW5821e with eSIM supportAleksander Morgado1-0/+3
2019-11-06USB: serial: mos7840: add USB ID to support Moxa UPort 2210Pavel Löbl1-0/+11
2019-11-04USB: serial: ch341: reimplement line-speed handlingJohan Hovold1-22/+75