aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-17USB: pl2303: distinguish between original and cloned HX chipsFrank Schäfer1-11/+32
2013-09-17USB: fix typo in usb serial simple driver KconfigDave Jones1-1/+1
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+8
2013-08-25USB: serial: clean up attribute permissionsGreg Kroah-Hartman4-22/+14
2013-08-23USB: serial: convert bus code to use drv_groupsGreg Kroah-Hartman1-6/+8
2013-08-19USB: mos7720: fix big-endian control requestsJohan Hovold1-2/+2
2013-08-19USB: mos7720: use GFP_ATOMIC under spinlockDan Carpenter1-1/+1
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman5-23/+31
2013-08-18USB: serial: fix stringify operator in usb-serial-simpleYann Droneaud1-1/+1
2013-08-14USB: quatech2: fix port DMA-buffer allocationsJohan Hovold1-6/+15
2013-08-14USB: quatech2: fix serial DMA-buffer allocationsJohan Hovold1-2/+12
2013-08-14USB: keyspan: fix port DMA-buffer allocationsJohan Hovold1-8/+56
2013-08-14USB: keyspan: fix serial DMA-buffer allocationsJohan Hovold1-4/+36
2013-08-14USB: keyspan: fix null-deref at disconnect and releaseJohan Hovold1-1/+1
2013-08-14USB: mos7720: fix broken control requestsJohan Hovold1-7/+14
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 rates < 115200 with HX chipsFrank Schäfer1-1/+1
2013-08-12usb: pl2303: increase the allowed baud rate range for the divisor based encoding methodFrank 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 divisor based baud rate encoding methodFrank Schäfer1-28/+37
2013-08-12usb: pl2303: fix+improve the divsor based baud rate encoding methodFrank Schäfer1-10/+52
2013-08-12USB: ti_usb_3410_5052: fix big-endian firmware handlingJohan Hovold1-4/+5
2013-08-12USB: mos7840: fix big-endian probeJohan Hovold1-1/+1
2013-08-12USB-Serial: Fix error handling of usb_wwanMatt Burtch1-10/+10
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" chip typeFrank 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