summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-1022-164/+122Star
* Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman2013-06-0913-79/+119
|\
| * USB: option,zte_ev: move most ZTE CDMA devices to zte_evDan Williams2013-06-062-26/+22Star
| * USB: option: blacklist network interface on Huawei E1820Bjørn Mork2013-06-061-0/+2
| * USB: whiteheat: fix broken port configurationJohan Hovold2013-06-061-1/+1
| * USB: serial: fix TIOCMIWAIT return valueJohan Hovold2013-06-051-3/+1Star
| * USB: mos7720: fix hardware flow controlJohan Hovold2013-06-041-1/+1
| * USB: keyspan: remove unused endpoint-array accessJohan Hovold2013-06-041-10/+0Star
| * USB: keyspan: fix bogus array indexJohan Hovold2013-06-041-1/+1
| * USB: zte_ev: fix broken openJohan Hovold2013-06-041-6/+0Star
| * USB: serial: Add Option GTM681W to qcserial device table.Richard Weinberger2013-06-031-0/+1
| * USB: Serial: cypress_M8: Enable FRWD Dongle hidcom deviceRobert Butora2013-06-032-1/+21
| * USB: zte_ev: fix control-message timeoutsJohan Hovold2013-05-291-14/+14
| * USB: mos7720: fix message timeoutsJohan Hovold2013-05-291-3/+3
| * USB: iuu_phoenix: fix bulk-message timeoutJohan Hovold2013-05-291-2/+2
| * USB: ark3116: fix control-message timeoutJohan Hovold2013-05-291-1/+1
| * USB: mos7840: fix DMA to stackJohan Hovold2013-05-291-8/+27
| * USB: mos7720: fix DMA to stackJohan Hovold2013-05-291-3/+14
| * USB: visor: fix initialisation of Treo/Kyocera devicesJohan Hovold2013-05-291-0/+8
| * USB: serial: fix Treo/Kyocera interrrupt-in urb contextJohan Hovold2013-05-291-0/+1
* | USB: serial: pl2303 works at 500kbpsLuca Olivetti2013-06-031-1/+1
* | USB: serial: add support Infineon modem USB flashloader driverWei Shuai2013-06-033-0/+50
* | usb: serial: dump small buffers with help of %*phAndy Shevchenko2013-05-302-15/+4Star
* | Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-277-48/+103
|\|
| * USB: ftdi_sio: Add support for Newport CONEX motor driversGomella, Andrew (NIH/NHLBI) [F]2013-05-172-0/+4
| * USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN cardDan Williams2013-05-171-0/+2
| * USB: serial: clean up chars_in_bufferJohan Hovold2013-05-171-9/+2Star
| * USB: ti_usb_3410_5052: fix chars_in_buffer overheadJohan Hovold2013-05-171-8/+15
| * USB: io_ti: fix chars_in_buffer overheadJohan Hovold2013-05-171-8/+14
| * USB: ftdi_sio: fix chars_in_buffer overheadJohan Hovold2013-05-171-14/+5Star
| * USB: ftdi_sio: clean up get_modem_statusJohan Hovold2013-05-171-5/+4Star
| * USB: serial: add generic wait_until_sent implementationJohan Hovold2013-05-172-0/+33
| * USB: serial: add wait_until_sent operationJohan Hovold2013-05-171-0/+17
| * USB: Blacklisted Cinterion's PLxx WWAN InterfaceSchemmel Hans-Christoph2013-05-171-4/+5
| * usb: option: Add Telewell TW-LTE 4GTeppo Kotilainen2013-05-171-0/+2
* | USB: quatech2: Staticize local symbolSachin Kamat2013-05-171-1/+1
|/
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-2941-1974/+885Star
|\
| * USB: ftdi_sio: enable two UART ports on ST Microconnect LiteAdrian Thomasset2013-04-241-7/+11
| * USB: serial: option: Added support Olivetti Olicard 145Filippo Turato2013-04-231-0/+2
| * USB: ftdi_sio: correct ST Micro Connect Lite PIDsAdrian Thomasset2013-04-232-2/+5
| * USB: ti_usb_3410_5052: kill custom closing_waitJohan Hovold2013-04-191-54/+15Star
| * USB: ti_usb_3410_5052: remove redundant drain from break_ctlJohan Hovold2013-04-191-2/+0Star
| * USB: ti_usb_3410_5052: query hardware-buffer status in chars_in_bufferJohan Hovold2013-04-191-0/+8
| * USB: ti_usb_3410_5052: remove lsr from port dataJohan Hovold2013-04-191-7/+7
| * USB: ti_usb_3410_5052: move write-fifo flushing to closeJohan Hovold2013-04-191-9/+8Star
| * USB: io_ti: remove redundant wait_until_sentJohan Hovold2013-04-191-2/+0Star
| * USB: io_ti: fix TIOCGSERIALJohan Hovold2013-04-191-1/+1
| * USB: symbolserial: move private-data allocation to port_probeJohan Hovold2013-04-171-11/+19
| * USB: symbolserial: remove unused private dataJohan Hovold2013-04-171-5/+1Star
| * USB: symbolserial: use port interrupt-in urbJohan Hovold2013-04-171-90/+12Star