summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2016-05-03USB: serial: option: add support for Cinterion PH8 and AHxxSchemmel Hans-Christoph1-6/+20
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley6-13/+13
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-2/+1
2016-04-25USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULEJavier Martinez Canillas1-1/+1
2016-04-25USB: serial: ftdi_sio: constify ftdi_sio_quirk structuresJulia Lawall1-8/+8
2016-04-24USB: serial: cp210x: add Straizona Focusers device idsJasem Mutlaq1-0/+2
2016-04-24USB: serial: cp210x: add ID for Link ECUMike Manning1-0/+2
2016-04-08Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-0/+15
2016-04-07USB: option: add "D-Link DWM-221 B1" device idBjørn Mork1-0/+2
2016-04-07USB: serial: cp210x: Adding GE Healthcare Device IDMartyn Welch1-0/+1
2016-04-07USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devicesJosh Boyer2-0/+12
2016-03-31USB: digi_acceleport: do sanity checking for the number of portsOliver Neukum1-0/+19
2016-03-31USB: cypress_m8: add endpoint sanity checkOliver Neukum1-6/+5
2016-03-31USB: mct_u232: add sanity checking in probeOliver Neukum1-1/+8
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-178/+228
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-18/+13
2016-03-08Merge tag 'usb-serial-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman12-178/+228
2016-03-02USB: qcserial: add Sierra Wireless EM74xx device IDBjørn Mork1-2/+4
2016-03-01Revert "USB: serial: add Moxa UPORT 11x0 driver"Johan Hovold3-1023/+0
2016-03-01USB: serial: option: add support for Quectel UC20Yegor Yefremov1-0/+2
2016-03-01USB: serial: option: add support for Telit LE922 PID 0x1045Daniele Palmas1-0/+3
2016-02-29USB: serial: cp210x: add new access functions for large registersKonstantin Shkolnyy1-113/+24
2016-02-29USB: serial: cp210x: add 8-bit and 32-bit register access functionsKonstantin Shkolnyy1-6/+86
2016-02-29USB: serial: cp210x: add 16-bit register access functionsKonstantin Shkolnyy1-39/+108
2016-02-29USB: cp210x: Add ID for Parrot NMEA GPS Flight RecorderVittorio Alfieri1-0/+1
2016-02-29USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)Patrik Halfar1-0/+1
2016-02-28USB: serial: fix semicolon.cocci warningsMathieu OTHACEHE2-4/+1
2016-02-28USB: serial: fix boolinit.cocci warningsMathieu OTHACEHE4-13/+8
2016-02-28USB: serial: fix returnvar.cocci warningsMathieu OTHACEHE2-4/+2
2016-02-28USB: serial: fix compare_const_fl.cocci warningsMathieu OTHACEHE4-34/+34
2016-02-18USB: option: add "4G LTE usb-modem U901"Bjørn Mork1-0/+2
2016-02-18USB: cp210x: add IDs for GE B650V3 and B850V3 boardsKen Lin1-0/+2
2016-02-18USB: option: add support for SIM7100EAndrey Skvortsov1-0/+7
2016-02-01Merge 4.5-rc2 into tty-nextGreg Kroah-Hartman6-3/+49
2016-01-28tty: Use termios c_*flag macrosPeter Hurley6-13/+12
2016-01-27tty: Fix tty_init_termios() declarationPeter Hurley1-5/+1
2016-01-25USB: option: fix Cinterion AHxx enumerationJohn Ernberg1-1/+1
2016-01-25USB: mxu11x0: fix memory leak on usb_serial private dataMathieu OTHACEHE1-0/+20
2016-01-25USB: serial: ftdi_sio: add support for Yaesu SCU-18 cableGreg Kroah-Hartman2-0/+2
2016-01-25USB: serial: option: Adding support for Telit LE922Daniele Palmas1-0/+16
2016-01-25USB: serial: visor: fix crash on detecting device without write_urbsVladis Dronov1-2/+4
2016-01-25USB: visor: fix null-deref at probeJohan Hovold1-0/+5
2016-01-25USB: cp210x: add ID for IAI USB to RS485 adaptorPeter Dedecker1-0/+1
2016-01-03Merge tag 'usb-serial-4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-0/+1
2016-01-03Merge tag 'usb-serial-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman6-46/+1180
2015-12-29USB: mxu11x0: drop redundant function name from error messagesJohan Hovold1-20/+12
2015-12-29USB: mxu11x0: fix debug-message typosJohan Hovold1-10/+8
2015-12-29USB: mxu11x0: rename usb-serial driverJohan Hovold1-3/+3
2015-12-29USB: mxu11x0: fix modem-control handling on B0-transitionsJohan Hovold1-1/+1
2015-12-29USB: mxu11x0: fix memory leak on firmware downloadJohan Hovold1-11/+14