summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: option: simplify 3 D-Link device entriesBjørn Mork2017-08-301-6/+3Star
* USB: serial: option: add support for D-Link DWM-157 C1Maciej S. Szmigiero2017-08-301-0/+1
* USB: serial: pl2303: add new ATEN device idGreg Kroah-Hartman2017-08-102-0/+3
* USB: serial: option: add D-Link DWM-222 device IDHector Martin2017-08-011-0/+2
* USB: serial: cp210x: add support for Qivicon USB ZigBee dongleStefan Triller2017-07-171-0/+1
* USB: serial: safe_serial: move __inline__ before return typeJoe Perches2017-07-131-1/+1
* Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-072-0/+5
|\
| * USB: serial: qcserial: new Sierra Wireless EM7305 device IDBjørn Mork2017-06-141-0/+1
| * USB: serial: option: add two Longcheer device idsJohan Hovold2017-06-141-0/+4
* | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-041-54/+13Star
|\ \
| * | USB: serial: ftdi_sio: remove broken alt-speed handlingJohan Hovold2017-06-131-47/+9Star
| * | USB: serial: ftdi_sio: simplify TIOCSSERIAL flag logicJohan Hovold2017-06-131-8/+5Star
| |/
* | USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJeremie Rapin2017-06-281-0/+1
* | USB: serial: propagate late probe errorsJohan Hovold2017-06-211-11/+12
* | USB: serial: refactor port endpoint setupJohan Hovold2017-06-211-92/+130
* | USB: serial: qcserial: expose methods for modem controlMagnus Lynch2017-06-131-0/+2
* | USB: serial: upd78f0730: make constants staticMaksim Salau2017-06-011-3/+3
|/
* USB: serial: qcserial: add more Lenovo EM74xx device IDsBjørn Mork2017-05-171-0/+2
* USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDsAndrey Korolyov2017-05-172-4/+6
* USB: serial: io_ti: fix div-by-zero in set_termiosJohan Hovold2017-05-151-1/+4
* USB: serial: mct_u232: fix big-endian baud-rate handlingJohan Hovold2017-05-151-1/+1
* USB: serial: ir-usb: fix big-endian baud-rate debug printkJohan Hovold2017-05-151-9/+12
* USB: serial: ftdi_sio: fix setting latency for unprivileged usersAnthony Mallet2017-05-151-1/+1
* usb: serial: option: add Telit ME910 supportDaniele Palmas2017-05-151-0/+8
* Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-0530-923/+517Star
|\
| * Merge tag 'usb-serial-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-04-2030-923/+517Star
| |\
| | * USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev KitMarek Vasut2017-04-192-0/+7
| | * USB: serial: constify static arraysJohan Hovold2017-04-193-5/+5
| | * USB: serial: quatech2: drop redundant tty_buffer_request_roomJohan Hovold2017-04-101-3/+1Star
| | * USB: serial: iuu_phoenix: drop excessive sanity checksJohan Hovold2017-04-101-6/+3Star
| | * USB: serial: drop obsolete open-race workaroundJohan Hovold2017-03-311-8/+0Star
| | * USB: serial: drop termios-flag debuggingJohan Hovold2017-03-295-42/+0Star
| | * USB: serial: f81534: clean up port bulk-out setupJohan Hovold2017-03-281-51/+11Star
| | * USB: serial: f81534: clean up calc_num_portsJohan Hovold2017-03-281-5/+6
| | * USB: serial: mxuport: clean up port bulk-out setupJohan Hovold2017-03-281-91/+12Star
| | * USB: serial: mxuport: add endpoint sanity checkJohan Hovold2017-03-281-0/+2
| | * USB: serial: mxuport: register two ports for unknown devicesJohan Hovold2017-03-281-11/+16
| | * USB: serial: visor: clean up treo endpoint hackJohan Hovold2017-03-281-58/+24Star
| | * USB: serial: visor: clean up clie_5 endpoint hackJohan Hovold2017-03-281-34/+23Star
| | * USB: serial: visor: drop redundant calc_num_ports callbackJohan Hovold2017-03-281-1/+0Star
| | * USB: serial: ti_usb_3410_5052: always require a bulk-out endpointJohan Hovold2017-03-281-0/+2
| | * USB: serial: omninet: use generic write implementationJohan Hovold2017-03-281-76/+17Star
| | * USB: serial: omninet: clean up port setupJohan Hovold2017-03-281-26/+21Star
| | * USB: serial: mos7840: clean up endpoint sanity checkJohan Hovold2017-03-281-12/+11Star
| | * USB: serial: mos7720: always require an interrupt endpointJohan Hovold2017-03-281-2/+2
| | * USB: serial: mos7720: clean up mcs7715 port setupJohan Hovold2017-03-281-32/+20Star
| | * USB: serial: io_ti: drop redundant read-urb checkJohan Hovold2017-03-281-6/+0Star
| | * USB: serial: io_ti: verify interrupt endpoint at probeJohan Hovold2017-03-281-8/+2Star
| | * USB: serial: io_ti: always require a bulk-out endpointJohan Hovold2017-03-281-0/+2
| | * USB: serial: io_ti: use calc_num_endpoints to verify endpointsJohan Hovold2017-03-281-6/+19