aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-10USB: serial: pl2303: add new ATEN device idGreg Kroah-Hartman2-0/+3
2017-08-01USB: serial: option: add D-Link DWM-222 device IDHector Martin1-0/+2
2017-07-17USB: serial: cp210x: add support for Qivicon USB ZigBee dongleStefan Triller1-0/+1
2017-07-12USB: serial: safe_serial: move __inline__ before return typeJoe Perches1-1/+1
2017-07-07Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-0/+5
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-54/+13
2017-06-28USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJeremie Rapin1-0/+1
2017-06-21USB: serial: propagate late probe errorsJohan Hovold1-11/+12
2017-06-21USB: serial: refactor port endpoint setupJohan Hovold1-92/+130
2017-06-14USB: serial: qcserial: new Sierra Wireless EM7305 device IDBjørn Mork1-0/+1
2017-06-14USB: serial: option: add two Longcheer device idsJohan Hovold1-0/+4
2017-06-13USB: serial: ftdi_sio: remove broken alt-speed handlingJohan Hovold1-47/+9
2017-06-13USB: serial: ftdi_sio: simplify TIOCSSERIAL flag logicJohan Hovold1-8/+5
2017-06-13USB: serial: qcserial: expose methods for modem controlMagnus Lynch1-0/+2
2017-06-01USB: serial: upd78f0730: make constants staticMaksim Salau1-3/+3
2017-05-17USB: serial: qcserial: add more Lenovo EM74xx device IDsBjørn Mork1-0/+2
2017-05-17USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDsAndrey Korolyov2-4/+6
2017-05-15USB: serial: io_ti: fix div-by-zero in set_termiosJohan Hovold1-1/+4
2017-05-15USB: serial: mct_u232: fix big-endian baud-rate handlingJohan Hovold1-1/+1
2017-05-15USB: serial: ir-usb: fix big-endian baud-rate debug printkJohan Hovold1-9/+12
2017-05-15USB: serial: ftdi_sio: fix setting latency for unprivileged usersAnthony Mallet1-1/+1
2017-05-15usb: serial: option: add Telit ME910 supportDaniele Palmas1-0/+8
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds30-923/+517
2017-05-01Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+25
2017-04-20Merge tag 'usb-serial-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman30-923/+517
2017-04-19USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev KitMarek Vasut2-0/+7
2017-04-19USB: serial: constify static arraysJohan Hovold3-5/+5
2017-04-10USB: serial: quatech2: drop redundant tty_buffer_request_roomJohan Hovold1-3/+1
2017-04-10USB: serial: iuu_phoenix: drop excessive sanity checksJohan Hovold1-6/+3
2017-03-31USB: serial: drop obsolete open-race workaroundJohan Hovold1-8/+0
2017-03-29USB: serial: drop termios-flag debuggingJohan Hovold5-42/+0
2017-03-28USB: serial: f81534: clean up port bulk-out setupJohan Hovold1-51/+11
2017-03-28USB: serial: f81534: clean up calc_num_portsJohan Hovold1-5/+6
2017-03-28USB: serial: mxuport: clean up port bulk-out setupJohan Hovold1-91/+12
2017-03-28USB: serial: mxuport: add endpoint sanity checkJohan Hovold1-0/+2
2017-03-28USB: serial: mxuport: register two ports for unknown devicesJohan Hovold1-11/+16
2017-03-28USB: serial: visor: clean up treo endpoint hackJohan Hovold1-58/+24
2017-03-28USB: serial: visor: clean up clie_5 endpoint hackJohan Hovold1-34/+23
2017-03-28USB: serial: visor: drop redundant calc_num_ports callbackJohan Hovold1-1/+0
2017-03-28USB: serial: ti_usb_3410_5052: always require a bulk-out endpointJohan Hovold1-0/+2
2017-03-28USB: serial: omninet: use generic write implementationJohan Hovold1-76/+17
2017-03-28USB: serial: omninet: clean up port setupJohan Hovold1-26/+21
2017-03-28USB: serial: mos7840: clean up endpoint sanity checkJohan Hovold1-12/+11
2017-03-28USB: serial: mos7720: always require an interrupt endpointJohan Hovold1-2/+2
2017-03-28USB: serial: mos7720: clean up mcs7715 port setupJohan Hovold1-32/+20
2017-03-28USB: serial: io_ti: drop redundant read-urb checkJohan Hovold1-6/+0
2017-03-28USB: serial: io_ti: verify interrupt endpoint at probeJohan Hovold1-8/+2
2017-03-28USB: serial: io_ti: always require a bulk-out endpointJohan Hovold1-0/+2
2017-03-28USB: serial: io_ti: use calc_num_endpoints to verify endpointsJohan Hovold1-6/+19
2017-03-28USB: serial: ipaq: always register a single portJohan Hovold1-26/+15