summaryrefslogtreecommitdiff
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds36-393/+194
2013-02-13USB: option: add Huawei "ACM" devices using protocol = vendorBjørn Mork1-0/+4
2013-02-13USB: serial: fix null-pointer dereferences on disconnectJohan Hovold7-59/+50
2013-02-13USB: option: add Yota / Megafon M100-1 4g modemBjørn Mork1-0/+2
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman5-1/+25
2013-02-02USB: ftdi_sio: add Zolix FTDI PIDPetr Kubánek2-0/+6
2013-02-02USB: option: add Changhong CH690Bjørn Mork1-0/+5
2013-02-02USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC IISven Killig2-1/+4
2013-01-31USB: add OWL CM-160 support to cp210x driverLuis Llorente Campo1-0/+1
2013-01-30USB: option: add support for Telit LE920Daniele Palmas1-0/+8
2013-01-30USB: qcserial: add Telit Gobi QDL deviceDaniele Palmas1-0/+1
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman4-2/+36
2013-01-25Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman1-1/+8
2013-01-25usb: add driver for xsens motion trackersFrans Klaver3-0/+99
2013-01-24USB: option: add and update Alcatel modemsBjørn Mork1-1/+9
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-18USB: io_ti: kill custom closing_wait implementationJohan Hovold1-48/+9
2013-01-18USB: io_ti: query hardware-buffer status in chars_in_bufferJohan Hovold1-0/+7
2013-01-18USB: serial: grab disconnect mutex in chars_in_bufferJohan Hovold1-4/+10
2013-01-18USB: io_ti: use tty-port drain delayJohan Hovold1-12/+2
2013-01-18USB: io_ti: move write-fifo flushing to closeJohan Hovold1-7/+7
2013-01-18Merge 3.8-rc4 into usb-nextGreg Kroah-Hartman3-1/+25
2013-01-17USB: io_ti: Fix NULL dereference in chase_port()Wolfgang Frisch1-0/+3
2013-01-17USB: option: add TP-LINK HSUPA Modem MA180Bjørn Mork1-0/+6
2013-01-17USB: option: blacklist network interface on ONDA MT8205 4G LTEBjørn Mork1-1/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby35-321/+116
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby26-53/+55
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby10-29/+33
2013-01-15TTY: convert more flipping functionsJiri Slaby9-10/+10
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-2/+2
2013-01-13usb: ftdi_sio: Crucible Technologies COMET Caller ID - pid addedTomasz Mloduchowski2-0/+8
2013-01-11usb: serial: keyspan: fixed coding style issuesStefan Hubner1-2/+2
2013-01-11USB: option: add Nexpring NP10T terminal idDzianis Kahanovich1-0/+5
2013-01-11USB: option: add Telekom Speedstick LTE IIBjørn Mork1-0/+3
2013-01-11USB: option: blacklist network interface on ZTE MF880Bjørn Mork1-1/+2
2013-01-11USB: option: Add new MEDIATEK PID supportQuentin.Li1-0/+7
2012-12-11Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds37-464/+251
2012-11-26USB: ftdi_sio: Add support for Newport AGILIS motor driversMartin Teichmann2-0/+7
2012-11-26usb: ftdi_sio: fixup BeagleBone A5+ quirkPeter Korsgaard1-1/+1
2012-11-26USB: cp210x: add Virtenio Preon32 device idMarkus Becker1-0/+1
2012-11-26USB: option: blacklist network interface on Huawei E173Bjørn Mork1-0/+3
2012-11-21USB: add new zte 3g-dongle's pid to option.cli.rui27@zte.com.cn1-0/+22
2012-11-21USB: opticon: switch to generic read implementationJohan Hovold1-130/+11
2012-11-21USB: opticon: refactor reab-urb processingJohan Hovold1-46/+59
2012-11-21USB: opticon: use usb-serial bulk-in urbJohan Hovold1-29/+2
2012-11-21USB: opticon: increase bulk-in sizeJohan Hovold1-1/+2
2012-11-21USB: opticon: use port as urb contextJohan Hovold1-10/+8
2012-11-21USB: opticon: pass port to get_serial_infoJohan Hovold1-4/+3
2012-11-21USB: opticon: make private data port specificJohan Hovold1-32/+37
2012-11-21USB: opticon: remove disconnectJohan Hovold1-8/+0