summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2013-08-14pl2303: improve the chip type detection/distinctionFrank Schäfer1-23/+72
2013-08-14pl2303: improve the chip type information output on startupFrank Schäfer1-5/+10
2013-08-14pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()Frank Schäfer1-3/+2
2013-08-12usb: pl2303: add two comments concerning the supported baud rates with HX chipsFrank Schäfer1-0/+12
2013-08-12usb: pl2303: also use the divisor based baud rate encoding method for baud ra...Frank Schäfer1-1/+1
2013-08-12usb: pl2303: increase the allowed baud rate range for the divisor based encod...Frank Schäfer1-4/+12
2013-08-12usb: pl2303: move the two baud rate encoding methods to separate functionsFrank Schäfer1-101/+114
2013-08-12usb: pl2303: remove 500000 baud from the list of standard baud ratesFrank Schäfer1-2/+2
2013-08-12usb: pl2303: do not round to the next nearest standard baud rate for the divi...Frank Schäfer1-28/+37
2013-08-12usb: pl2303: fix+improve the divsor based baud rate encoding methodFrank Schäfer1-10/+52
2013-08-12USB: serial: move the "simple" drivers into usb-serial-simple.cGreg Kroah-Hartman11-422/+129
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman6-71/+193
2013-07-31USB: pl2303: restrict the divisor based baud rate encoding method to the "HX"...Frank Schäfer1-1/+5
2013-07-29USB: serial: ftdi_sio: add more RT Systems ftdi devicesRick Farina (Zero_Chaos)2-8/+57
2013-07-29USB: serial: pl2303: fix the upper baud rate limit check for type_0/1 chipsFrank Schäfer1-1/+1
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman4-19/+35
2013-07-28USB: mos7840: fix pointer castsJohan Hovold1-3/+3
2013-07-26USB: mos7840: fix race in led handlingJohan Hovold1-22/+37
2013-07-26USB: mos7840: fix device-type detectionJohan Hovold1-40/+35
2013-07-26USB: mos7840: fix race in register handlingJohan Hovold1-2/+16
2013-07-26USB: serial: add driver for Suunto ANT+ USB deviceGreg Kroah-Hartman3-0/+49
2013-07-25USB: mos7840: fix memory leak in openJohan Hovold1-8/+17
2013-07-25usb: serial: option.c: remove ONDA MT825UP product ID fromdriverEnrico Mioso1-7/+0
2013-07-25usb: serial: option: add Olivetti Olicard 200Dan Williams1-0/+2
2013-07-25usb: serial: option: blacklist ONDA MT689DC QMI interfaceEnrico Mioso1-1/+2
2013-07-24usb: serial: option: Add ONYX 3G device supportEnrico Mioso1-0/+1
2013-07-24USB: ti_usb_3410_5052: fix dynamic-id matchingJohan Hovold1-1/+1
2013-07-23USB: ti_usb_3410_5052: remove vendor/product module parametersJohan Hovold1-65/+7
2013-07-23USB: ti_usb_3410_5052: remove unused wait queueJohan Hovold1-7/+0
2013-07-23USB: ti_usb_3410_5052: kill private fifoJohan Hovold1-14/+6
2013-07-23USB: safe_serial: remove vendor/product module parametersJohan Hovold1-37/+14
2013-07-23USB: mos7840: remove broken chase implementationJohan Hovold1-48/+0
2013-07-23USB: io_ti: move port initialisation to probeJohan Hovold1-20/+26
2013-07-23USB: io_ti: kill private fifoJohan Hovold1-17/+5
2013-07-23USB: io_edgeport: remove unused definesJohan Hovold1-2/+0
2013-07-23USB: ftdi_sio: remove unused definesJohan Hovold1-7/+0
2013-07-23USB: ftdi_sio: remove vendor/product module parametersJohan Hovold1-33/+3
2013-07-23USB: ftdi_sio: remove redundant raise of DTR/RTS at openJohan Hovold1-1/+1
2013-07-23USB: ftdi_sio: clean up device initialisationJohan Hovold1-5/+2
2013-07-23USB: oti6858: do not call set_termios with uninitialised dataJohan Hovold1-2/+1
2013-07-23USB: pl2303: remove debugging noiseJohan Hovold1-1/+3
2013-07-23USB: pl2303: clean up set_termiosJohan Hovold1-21/+18
2013-07-23USB: pl2303: clean up baud-rate handlingJohan Hovold1-49/+41
2013-07-23USB: pl2303: refactor baud-rate handlingJohan Hovold1-58/+69
2013-07-23USB: console: remove unnecessary operations testJohan Hovold1-15/+3
2013-07-23USB: console: use dev_dbgJohan Hovold1-4/+5
2013-07-23USB: serial: set drain delay at port probeJohan Hovold7-10/+15
2013-07-23USB: serial: clean up dtr_rtsJohan Hovold1-12/+2
2013-07-23USB: serial: remove hupping check from tiocmiwaitJohan Hovold1-11/+2
2013-07-23USB: serial: remove defensive test from set_termiosJohan Hovold2-6/+0