summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * USB: serial: ipaq: always register a single portJohan Hovold2017-03-281-26/+15Star
| | * USB: serial: ipaq: use calc_num_endpoints to verify endpointsJohan Hovold2017-03-281-8/+10
| | * USB: serial: f81534: abort probe on early errorsJohan Hovold2017-03-281-3/+3
| | * USB: serial: f81534: use calc_num_endpoints to verify endpointsJohan Hovold2017-03-281-44/+11Star
| | * USB: serial: aircable: use calc_num_endpoints to verify endpointsJohan Hovold2017-03-281-28/+8Star
| | * USB: serial: pl2303: clean up legacy endpoint hackJohan Hovold2017-03-281-38/+46
| | * USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold2017-03-282-42/+55
| | * USB: serial: relax generic driver bulk-endpoint requirementJohan Hovold2017-03-281-2/+4
| | * USB: serial: add calc_num_ports callback to generic driverJohan Hovold2017-03-282-21/+24
| | * USB: serial: add probe callback to generic driverJohan Hovold2017-03-282-2/+12
| | * USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold2017-03-289-23/+26
| | * USB: serial: whiteheat: simplify endpoint checkJohan Hovold2017-03-161-30/+2Star