aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-26USB: ftdi_sio: add Cressi Leonardo PIDJoerg Dorchain2-0/+8
2014-02-18USB: serial: option: blacklist interface 4 for Cinterion PHS8 and PXS8Aleksander Morgado1-1/+2
2014-02-11usb: option: blacklist ZTE MF667 net interfaceRaymond Wanyoike1-1/+2
2014-02-05USB: ftdi_sio: add Tagsys RFID Reader IDsUlrich Hahn2-0/+8
2014-02-05usb: qcserial: add Netgear Aircard 340UBjørn Mork1-0/+3
2014-02-04USB: simple: add Dynastream ANT USB-m Stick device supportKristóf Ralovich1-1/+2
2014-02-04usb: ftdi_sio: add Mindstorms EV3 console adapterBjørn Mork2-0/+2
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-01-10usb: core: allow a reference device for new_idWolfram Sang1-1/+3
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker44-44/+0
2014-01-07USB: ftdi_sio: added CS5 quirk for broken smartcard readersColin Leitner1-2/+15
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2014-01-03USB: oti6858: switch to generic TIOCMIWAIT implementationJohan Hovold1-43/+12
2014-01-03USB: oti6858: only wake up MSR queue on changesJohan Hovold1-1/+5
2014-01-03USB: ch341: clean up interrupt handlerJohan Hovold1-10/+9
2014-01-03USB: ch341: switch to generic TIOCMIWAIT implementationJohan Hovold1-41/+8
2014-01-03USB: ch341: only wake up MSR queue on changesJohan Hovold1-0/+3
2014-01-03USB: ch341: fix ignored TIOCMIWAIT maskJohan Hovold1-8/+4
2014-01-03USB: ch341: clean up line-status handlingJohan Hovold1-8/+14
2014-01-03USB: ch341: refactor line-status handlingJohan Hovold1-23/+28
2014-01-03USB: cypress_m8: switch to generic TIOCMIWAIT implementationJohan Hovold1-47/+16
2014-01-03USB: cypress_m8: only wake up MSR queue on changesJohan Hovold2-1/+5
2014-01-03USB: cypress_m8: clean up protocol definitionsJohan Hovold1-13/+16
2014-01-03USB: cypress_m8: fix ring-indicator detection and reportingJohan Hovold1-1/+1
2014-01-03USB: pl2303: switch to generic TIOCMIWAIT implementationJohan Hovold1-41/+8
2014-01-03USB: pl2303: only wake up MSR queue on changesJohan Hovold1-7/+10
2014-01-03USB: pl2303: clean up line-status handlingJohan Hovold1-11/+15
2014-01-03USB: pl2303: make type data constJohan Hovold1-2/+2
2014-01-03USB: serial: add support for iBall 3.5G connect usb modemRahul Bedarkar1-0/+4
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar12-31/+31
2014-01-03USB: pl2303: use C_CMSPAR macroJohan Hovold1-2/+2
2014-01-03USB: serial: add Moxa UPORT 12XX/14XX/16XX driverAndrew Lunn3-0/+1424
2014-01-03USB: pl2303: use direct baud-rate encoding when possibleJohan Hovold1-8/+13
2014-01-03USB: pl2303: add helper function for direct baud-rate encodingJohan Hovold1-7/+15
2014-01-03USB: pl2303: refactor baud-rate divisor handlingJohan Hovold1-16/+25
2014-01-03USB: pl2303: enforce baud-rate limits before lookupJohan Hovold1-3/+3
2014-01-03USB: pl2303: refactor baud-rate table lookupJohan Hovold1-22/+33
2014-01-03USB: pl2303: rename pl2303_encode_baud_rateJohan Hovold1-3/+3
2014-01-03USB: pl2303: add device-type abstractionJohan Hovold1-7/+18
2014-01-03USB: pl2303: add quirk for legacy devicesJohan Hovold1-3/+6
2014-01-03USB: pl2303: clean up type handlingJohan Hovold1-16/+15
2014-01-03USB: pl2303: use speed_t for baud ratesJohan Hovold1-5/+5
2014-01-03USB: pl2303: add line-status quirk for Siemens phonesJohan Hovold1-19/+28
2014-01-03USB: pl2303: remove redundant line-request callJohan Hovold1-3/+0
2014-01-03USB: pl2303: add error handling to line requestsJohan Hovold1-17/+51
2014-01-03USB: pl2303: add error handling to set_control_linesJohan Hovold1-3/+4
2014-01-03USB: pl2303: add error handling to vendor read and write functionsJohan Hovold1-31/+42
2014-01-03USB: pl2303: clean up driver somewhatJohan Hovold1-27/+34
2014-01-03USB: pl2303: remove bogus delta_msr_wait wake upJohan Hovold1-1/+0
2014-01-03USB: f81232: switch to generic tiocmiwaitJohan Hovold1-42/+2