summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: ftdi_sio: add id for Z3X Box deviceАлексей Крамаренко2013-11-012-0/+7
* Revert "USB: pl2303: restrict the divisor based baud rate encoding method to ...Greg Kroah-Hartman2013-11-011-5/+1Star
* Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method"Greg Kroah-Hartman2013-11-011-52/+10Star
* Revert "usb: pl2303: do not round to the next nearest standard baud rate for ...Greg Kroah-Hartman2013-11-011-37/+28Star
* Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates"Greg Kroah-Hartman2013-11-011-2/+2
* Revert "usb: pl2303: move the two baud rate encoding methods to separate func...Greg Kroah-Hartman2013-11-011-114/+101Star
* Revert "usb: pl2303: increase the allowed baud rate range for the divisor bas...Greg Kroah-Hartman2013-11-011-12/+4Star
* Revert "usb: pl2303: also use the divisor based baud rate encoding method for...Greg Kroah-Hartman2013-11-011-1/+1
* Revert "usb: pl2303: add two comments concerning the supported baud rates wit...Greg Kroah-Hartman2013-11-011-12/+0Star
* Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_star...Greg Kroah-Hartman2013-11-011-2/+3
* Revert "pl2303: improve the chip type information output on startup"Greg Kroah-Hartman2013-11-011-10/+5Star
* Revert "pl2303: improve the chip type detection/distinction"Greg Kroah-Hartman2013-11-011-72/+23Star
* Revert "USB: pl2303: distinguish between original and cloned HX chips"Greg Kroah-Hartman2013-11-011-32/+11Star
* usb: serial: option: blacklist Olivetti Olicard200Enrico Mioso2013-10-161-1/+3
* USB: serial: option: add support for Inovia SEW858 deviceGreg Kroah-Hartman2013-10-121-0/+5
* USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...Diego Elio Pettenò2013-10-121-0/+1
* USB: support new huawei devices in option.cFangxiaozhi (Franko)2013-10-121-0/+216
* USB: serial: option: Ignore card reader interface on Huawei E1750Michal Malý2013-10-011-0/+3
* USB: pl2303: distinguish between original and cloned HX chipsFrank Schäfer2013-09-171-11/+32
* USB: fix typo in usb serial simple driver KconfigDave Jones2013-09-171-1/+1
* 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