aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-16USB: usb_wwan: fix handling of missing bulk endpointsJohan Hovold1-6/+3
2014-04-16USB: pl2303: add ids for Hewlett-Packard HP POS pole displaysAaron Sanders2-1/+7
2014-04-16USB: cp210x: Add 8281 (Nanotec Plug & Drive)Tristan Bruns1-0/+1
2014-04-16usb: option driver, add support for Telit UE910v2Daniele Palmas1-0/+2
2014-04-16Revert "USB: serial: add usbid for dell wwan card to sierra.c"Johan Hovold1-1/+0
2014-04-16USB: serial: ftdi_sio: add id for Brainboxes serial cardsMichele Baldessari2-0/+70
2014-03-12USB: keyspan: remove dead debugging codeJohan Hovold1-30/+0
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold14-30/+28
2014-03-12USB: serial: add missing bracesJohan Hovold2-9/+10
2014-03-12USB: serial: continue to write on errorsJohan Hovold1-10/+19
2014-03-12USB: serial: continue to read on errorsJohan Hovold1-4/+17
2014-03-12USB: serial: make bulk_out_size a lower limitJohan Hovold1-3/+2
2014-03-12USB: cypress_m8: fix potential scheduling while atomicJohan Hovold1-16/+3
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