summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-6/+8
|\
| * USB: serial: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-231-6/+8
* | USB: serial: clean up attribute permissionsGreg Kroah-Hartman2013-08-264-22/+14Star
* | USB: mos7720: fix big-endian control requestsJohan Hovold2013-08-201-2/+2
* | USB: mos7720: use GFP_ATOMIC under spinlockDan Carpenter2013-08-201-1/+1
* | Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-195-23/+31
|\ \
| * | USB: keyspan: fix null-deref at disconnect and releaseJohan Hovold2013-08-141-1/+1
| * | USB: mos7720: fix broken control requestsJohan Hovold2013-08-141-7/+14
| * | USB: ti_usb_3410_5052: fix big-endian firmware handlingJohan Hovold2013-08-121-4/+5
| * | USB: mos7840: fix big-endian probeJohan Hovold2013-08-121-1/+1
| * | USB-Serial: Fix error handling of usb_wwanMatt Burtch2013-08-121-10/+10
* | | USB: serial: fix stringify operator in usb-serial-simpleYann Droneaud2013-08-181-1/+1
* | | USB: quatech2: fix port DMA-buffer allocationsJohan Hovold2013-08-141-6/+15
* | | USB: quatech2: fix serial DMA-buffer allocationsJohan Hovold2013-08-141-2/+12
* | | USB: keyspan: fix port DMA-buffer allocationsJohan Hovold2013-08-141-8/+56
* | | USB: keyspan: fix serial DMA-buffer allocationsJohan Hovold2013-08-141-4/+36
* | | pl2303: improve the chip type detection/distinctionFrank Schäfer2013-08-141-23/+72
* | | pl2303: improve the chip type information output on startupFrank Schäfer2013-08-141-5/+10
* | | pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()Frank Schäfer2013-08-141-3/+2Star
* | | usb: pl2303: add two comments concerning the supported baud rates with HX chipsFrank Schäfer2013-08-131-0/+12
* | | usb: pl2303: also use the divisor based baud rate encoding method for baud ra...Frank Schäfer2013-08-131-1/+1
* | | usb: pl2303: increase the allowed baud rate range for the divisor based encod...Frank Schäfer2013-08-131-4/+12
* | | usb: pl2303: move the two baud rate encoding methods to separate functionsFrank Schäfer2013-08-131-101/+114
* | | usb: pl2303: remove 500000 baud from the list of standard baud ratesFrank Schäfer2013-08-131-2/+2
* | | usb: pl2303: do not round to the next nearest standard baud rate for the divi...Frank Schäfer2013-08-131-28/+37
* | | usb: pl2303: fix+improve the divsor based baud rate encoding methodFrank Schäfer2013-08-131-10/+52
* | | USB: serial: move the "simple" drivers into usb-serial-simple.cGreg Kroah-Hartman2013-08-1211-422/+129Star
* | | Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman2013-08-056-71/+193
|\| |
| * | USB: serial: ftdi_sio: add more RT Systems ftdi devicesRick Farina (Zero_Chaos)2013-07-292-8/+57
| * | USB: mos7840: fix pointer castsJohan Hovold2013-07-281-3/+3
| * | USB: mos7840: fix race in led handlingJohan Hovold2013-07-261-22/+37
| * | USB: mos7840: fix device-type detectionJohan Hovold2013-07-261-40/+35Star
| * | USB: mos7840: fix race in register handlingJohan Hovold2013-07-261-2/+16
| * | USB: serial: add driver for Suunto ANT+ USB deviceGreg Kroah-Hartman2013-07-263-0/+49
| |/
* | USB: pl2303: restrict the divisor based baud rate encoding method to the "HX"...Frank Schäfer2013-08-011-1/+5
* | USB: serial: pl2303: fix the upper baud rate limit check for type_0/1 chipsFrank Schäfer2013-07-291-1/+1
* | Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman2013-07-294-19/+35
|\|
| * USB: mos7840: fix memory leak in openJohan Hovold2013-07-251-8/+17
| * usb: serial: option.c: remove ONDA MT825UP product ID fromdriverEnrico Mioso2013-07-251-7/+0Star
| * usb: serial: option: add Olivetti Olicard 200Dan Williams2013-07-251-0/+2
| * usb: serial: option: blacklist ONDA MT689DC QMI interfaceEnrico Mioso2013-07-251-1/+2
| * usb: serial: option: Add ONYX 3G device supportEnrico Mioso2013-07-251-0/+1
| * USB: ti_usb_3410_5052: fix dynamic-id matchingJohan Hovold2013-07-251-1/+1
| * usb: option: add TP-LINK MA260Bjørn Mork2013-07-241-0/+2
| * USB: option: add D-Link DWM-152/C1 and DWM-156/C1Alexandr \"Sky\" Ivanov2013-07-231-0/+2
| * USB: cp210x: add MMB and PI ZigBee USB Device SupportSami Rahman2013-07-221-0/+2
| * usb: cp210x support SEL C662 Vendor/DeviceBarry Grussling2013-07-221-0/+1
| * USB: option: append Petatel NP10T device to GSM modems listDaniil Bolsun2013-07-221-2/+4
| * usb: serial: cp210x: Add USB ID for Netgear Switches embedded serial adapterLuiz Angelo Daros de Luca2013-07-221-0/+1
* | USB: ti_usb_3410_5052: remove vendor/product module parametersJohan Hovold2013-07-241-65/+7Star