aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2017-11-28USB: serial: usb_debug: add new USB device idGravatar Lu Baolu 1-0/+2
2017-11-27USB: serial: option: add Quectel BG96 idGravatar Sebastian Sjoholm 1-0/+3
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-8/+7
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 68-422/+240
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-07USB: serial: Change DbC debug device binding IDGravatar Lu Baolu 1-2/+2
2017-11-04USB: serial: fix module-license macrosGravatar Johan Hovold 23-23/+23
2017-11-04USB: serial: Remove redundant license textGravatar Greg Kroah-Hartman 65-322/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 67-0/+67
2017-11-02Merge tag 'usb-serial-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 6-75/+147
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 8-0/+8
2017-10-31USB: serial: f81534: implement break controlGravatar Ji-Ze Hong (Peter Hong) 1-6/+41
2017-10-31USB: serial: f81534: fix hang-up on overrunGravatar Ji-Ze Hong (Peter Hong) 1-0/+43
2017-10-31USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw updateGravatar Douglas Fischer 1-0/+1
2017-10-30USB: serial: kobil_sct: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-10-16USB: serial: metro-usb: add MS7820 device idGravatar Johan Hovold 1-0/+1
2017-10-13USB: serial: drop unused core USB driverGravatar Johan Hovold 1-22/+0
2017-10-13USB: serial: metro-usb: add missing interrupt-out endpoint checkGravatar Johan Hovold 1-5/+17
2017-10-13USB: serial: metro-usb: simplify endpoint checkGravatar Johan Hovold 1-7/+1
2017-10-13USB: serial: metro-usb: stop I/O after failed openGravatar Johan Hovold 1-3/+8
2017-10-11USB: serial: garmin_gps: simplify init-session logicGravatar Johan Hovold 1-25/+16
2017-10-11USB: serial: garmin_gps: clean up init-session messagesGravatar Johan Hovold 1-7/+6
2017-10-11USB: serial: garmin_gps: drop unused timer initialisationGravatar Johan Hovold 1-1/+0
2017-10-11USB: serial: garmin_gps: fix memory leak on probe errorsGravatar Johan Hovold 1-0/+6
2017-10-11USB: serial: garmin_gps: fix I/O after failed probe and removeGravatar Johan Hovold 1-3/+13
2017-10-11USB: serial: garmin_gps: convert timers to use timer_setup()Gravatar Kees Cook 1-5/+3
2017-10-09USB: serial: console: fix use-after-free after failed setupGravatar Johan Hovold 1-0/+1
2017-10-09USB: serial: console: fix use-after-free on disconnectGravatar Johan Hovold 1-1/+1
2017-10-03USB: serial: qcserial: add Dell DW5818, DW5819Gravatar Shrirang Bagul 1-0/+4
2017-09-19USB: serial: cp210x: add support for ELV TFD500Gravatar Andreas Engel 1-0/+1
2017-09-19USB: serial: cp210x: fix partnum regressionGravatar Sebastian Frei 1-6/+6
2017-09-18USB: serial: option: add support for TP-Link LTE moduleGravatar Henryk Heisig 1-0/+2
2017-09-18USB: serial: ftdi_sio: add id for Cypress WICED dev boardGravatar Jeffrey Chu 2-0/+9
2017-08-30USB: serial: option: simplify 3 D-Link device entriesGravatar Bjørn Mork 1-6/+3
2017-08-30USB: serial: option: add support for D-Link DWM-157 C1Gravatar Maciej S. Szmigiero 1-0/+1
2017-08-10USB: serial: pl2303: add new ATEN device idGravatar Greg Kroah-Hartman 2-0/+3
2017-08-01USB: serial: option: add D-Link DWM-222 device IDGravatar Hector Martin 1-0/+2
2017-07-17USB: serial: cp210x: add support for Qivicon USB ZigBee dongleGravatar Stefan Triller 1-0/+1
2017-07-12USB: serial: safe_serial: move __inline__ before return typeGravatar Joe Perches 1-1/+1
2017-07-07Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-0/+5
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-54/+13
2017-06-28USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickGravatar Jeremie Rapin 1-0/+1
2017-06-21USB: serial: propagate late probe errorsGravatar Johan Hovold 1-11/+12
2017-06-21USB: serial: refactor port endpoint setupGravatar Johan Hovold 1-92/+130
2017-06-14USB: serial: qcserial: new Sierra Wireless EM7305 device IDGravatar Bjørn Mork 1-0/+1
2017-06-14USB: serial: option: add two Longcheer device idsGravatar Johan Hovold 1-0/+4
2017-06-13USB: serial: ftdi_sio: remove broken alt-speed handlingGravatar Johan Hovold 1-47/+9
2017-06-13USB: serial: ftdi_sio: simplify TIOCSSERIAL flag logicGravatar Johan Hovold 1-8/+5
2017-06-13USB: serial: qcserial: expose methods for modem controlGravatar Magnus Lynch 1-0/+2
2017-06-01USB: serial: upd78f0730: make constants staticGravatar Maksim Salau 1-3/+3