Age | Commit message (Expand) | Author | Files | Lines |
2017-12-27 | USB: serial: ftdi_sio: add id for Airbus DS P8GR | Max Schulze | 2 | -0/+7 |
2017-12-19 | USB: serial: option: adding support for YUGA CLM920-NC5 | SZ Lin (林上智) | 1 | -0/+9 |
2017-12-15 | USB: serial: qcserial: add Sierra Wireless EM7565 | Reinhard Speyerer | 1 | -0/+3 |
2017-12-15 | USB: serial: option: add support for Telit ME910 PID 0x1101 | Daniele Palmas | 1 | -0/+8 |
2017-11-28 | USB: serial: usb_debug: add new USB device id | Lu Baolu | 1 | -0/+2 |
2017-11-27 | USB: serial: option: add Quectel BG96 id | Sebastian Sjoholm | 1 | -0/+3 |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -8/+7 |
2017-11-14 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 68 | -422/+240 |
2017-11-07 | USB: add SPDX identifiers to all remaining Makefiles | Greg Kroah-Hartman | 1 | -0/+1 |
2017-11-07 | USB: serial: Change DbC debug device binding ID | Lu Baolu | 1 | -2/+2 |
2017-11-04 | USB: serial: fix module-license macros | Johan Hovold | 23 | -23/+23 |
2017-11-04 | USB: serial: Remove redundant license text | Greg Kroah-Hartman | 65 | -322/+0 |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 67 | -0/+67 |
2017-11-02 | Merge tag 'usb-serial-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 6 | -75/+147 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 8 | -0/+8 |
2017-10-31 | USB: serial: f81534: implement break control | Ji-Ze Hong (Peter Hong) | 1 | -6/+41 |
2017-10-31 | USB: serial: f81534: fix hang-up on overrun | Ji-Ze Hong (Peter Hong) | 1 | -0/+43 |
2017-10-31 | USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update | Douglas Fischer | 1 | -0/+1 |
2017-10-30 | USB: serial: kobil_sct: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2017-10-16 | USB: serial: metro-usb: add MS7820 device id | Johan Hovold | 1 | -0/+1 |
2017-10-13 | USB: serial: drop unused core USB driver | Johan Hovold | 1 | -22/+0 |
2017-10-13 | USB: serial: metro-usb: add missing interrupt-out endpoint check | Johan Hovold | 1 | -5/+17 |
2017-10-13 | USB: serial: metro-usb: simplify endpoint check | Johan Hovold | 1 | -7/+1 |
2017-10-13 | USB: serial: metro-usb: stop I/O after failed open | Johan Hovold | 1 | -3/+8 |
2017-10-11 | USB: serial: garmin_gps: simplify init-session logic | Johan Hovold | 1 | -25/+16 |
2017-10-11 | USB: serial: garmin_gps: clean up init-session messages | Johan Hovold | 1 | -7/+6 |
2017-10-11 | USB: serial: garmin_gps: drop unused timer initialisation | Johan Hovold | 1 | -1/+0 |
2017-10-11 | USB: serial: garmin_gps: fix memory leak on probe errors | Johan Hovold | 1 | -0/+6 |
2017-10-11 | USB: serial: garmin_gps: fix I/O after failed probe and remove | Johan Hovold | 1 | -3/+13 |
2017-10-11 | USB: serial: garmin_gps: convert timers to use timer_setup() | Kees Cook | 1 | -5/+3 |
2017-10-09 | USB: serial: console: fix use-after-free after failed setup | Johan Hovold | 1 | -0/+1 |
2017-10-09 | USB: serial: console: fix use-after-free on disconnect | Johan Hovold | 1 | -1/+1 |
2017-10-03 | USB: serial: qcserial: add Dell DW5818, DW5819 | Shrirang Bagul | 1 | -0/+4 |
2017-09-19 | USB: serial: cp210x: add support for ELV TFD500 | Andreas Engel | 1 | -0/+1 |
2017-09-19 | USB: serial: cp210x: fix partnum regression | Sebastian Frei | 1 | -6/+6 |
2017-09-18 | USB: serial: option: add support for TP-Link LTE module | Henryk Heisig | 1 | -0/+2 |
2017-09-18 | USB: serial: ftdi_sio: add id for Cypress WICED dev board | Jeffrey Chu | 2 | -0/+9 |
2017-08-30 | USB: serial: option: simplify 3 D-Link device entries | Bjørn Mork | 1 | -6/+3 |
2017-08-30 | USB: serial: option: add support for D-Link DWM-157 C1 | Maciej S. Szmigiero | 1 | -0/+1 |
2017-08-10 | USB: serial: pl2303: add new ATEN device id | Greg Kroah-Hartman | 2 | -0/+3 |
2017-08-01 | USB: serial: option: add D-Link DWM-222 device ID | Hector Martin | 1 | -0/+2 |
2017-07-17 | USB: serial: cp210x: add support for Qivicon USB ZigBee dongle | Stefan Triller | 1 | -0/+1 |
2017-07-13 | USB: serial: safe_serial: move __inline__ before return type | Joe Perches | 1 | -1/+1 |
2017-07-07 | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -0/+5 |
2017-07-04 | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -54/+13 |
2017-06-28 | USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick | Jeremie Rapin | 1 | -0/+1 |
2017-06-21 | USB: serial: propagate late probe errors | Johan Hovold | 1 | -11/+12 |
2017-06-21 | USB: serial: refactor port endpoint setup | Johan Hovold | 1 | -92/+130 |
2017-06-14 | USB: serial: qcserial: new Sierra Wireless EM7305 device ID | Bjørn Mork | 1 | -0/+1 |
2017-06-14 | USB: serial: option: add two Longcheer device ids | Johan Hovold | 1 | -0/+4 |