summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: option: add dlink dwm-158Giuseppe Lippolis2016-12-091-0/+1
* USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041Daniele Palmas2016-12-091-0/+6
* Merge tag 'usb-serial-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2016-12-0116-97/+1914
|\
| * USB: serial: kl5kusb105: abort on open exception pathPan Bian2016-11-301-0/+2
| * USB: serial: kl5kusb105: fix open error pathJohan Hovold2016-11-301-9/+24
| * USB: serial: add Fintek F81532/534 driverJi-Ze Hong (Peter Hong)2016-11-293-0/+1420
| * USB: serial: cp210x: use tcflag_t to fix incompatible pointer typeGeert Uytterhoeven2016-11-211-4/+4
| * USB: serial: fix invalid user-pointer checksJohan Hovold2016-11-1110-32/+0
| * USB: serial: ch341: add debug output for chip versionAidan Thornton2016-10-241-0/+1
| * USB: serial: ch341: add support for parity, frame length, stop bitsAidan Thornton2016-10-241-6/+26
| * USB: serial: ch341: reinitialize chip on reconfigurationAidan Thornton2016-10-241-17/+20
| * USB: serial: ch341: add register and USB request definitionsAidan Thornton2016-10-241-19/+32
| * USB: serial: cp210x: use bool for registered flagJohan Hovold2016-10-241-3/+3
| * USB: serial: cp210x: Adding GPIO support for CP2105Martyn Welch2016-10-241-3/+385
| * USB: serial: cp210x: return -EIO on short control transfersJohan Hovold2016-10-241-3/+3
| * USB: serial: cp210x: clean up CSIZE handlingJohan Hovold2016-10-241-8/+1
* | USB: serial: cp210x: add ID for the Zone DPMXPaul Jakma2016-11-161-0/+1
* | USB: serial: ftdi_sio: add support for TI CC3200 LaunchPadDoug Brown2016-11-072-0/+8
* | USB: serial: fix potential NULL-dereference at probeJohan Hovold2016-10-211-1/+2
* | USB: serial: cp210x: fix tiocmget error handlingJohan Hovold2016-10-201-1/+3
* | USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7Stefan Tauner2016-10-172-3/+5
|/
* USB: serial: cp210x: Add ID for a Juniper consoleKyle Jones2016-09-271-0/+1
* Merge 4.8-rc7 into usb-nextGreg Kroah-Hartman2016-09-191-1/+2
|\
| * USB: serial: simple: add support for another Infineon flashloaderDaniele Palmas2016-09-121-1/+2
* | Merge tag 'usb-serial-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-09-162-115/+60
|\ \ | |/ |/|
| * USB: serial: ti_usb_3410_5052: remove unused variablesMathieu OTHACEHE2016-08-231-13/+0
| * USB: serial: ti_usb_3410_5052: use C_X macrosMathieu OTHACEHE2016-08-231-8/+8
| * USB: serial: ti_usb_3410_5052: remove useless NULL-testingMathieu OTHACEHE2016-08-231-33/+1
| * USB: serial: ti_usb_3410_5052: remove useless dev_dbg messagesMathieu OTHACEHE2016-08-231-11/+0
| * USB: serial: ti_usb_3410_5052: do not use __uX typesMathieu OTHACEHE2016-08-231-49/+50
| * USB: serial: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-08-221-2/+2
* | USB: serial: option: add WeTelecom 0x6802 and 0x6803 productsAleksandr Makarov2016-08-241-0/+4
* | USB: serial: option: add WeTelecom WM-D200Aleksandr Makarov2016-08-201-0/+5
* | USB: serial: mos7840: fix non-atomic allocation in write pathAlexey Khoroshilov2016-08-151-2/+2
* | USB: serial: mos7720: fix non-atomic allocation in write pathAlexey Khoroshilov2016-08-151-1/+1
|/
* USB: serial: fix memleak in driver-registration error pathAlexey Klimov2016-08-081-1/+3
* USB: serial: option: add support for Telit LE920A4Daniele Palmas2016-08-081-0/+21
* USB: serial: ftdi_sio: add device ID for WICED USB UART dev boardSheng-Hui J. Chu2016-08-082-0/+7
* USB: serial: ftdi_sio: add PIDs for Ivium Technologies devicesRobert Deliƫn2016-08-082-0/+8
* USB: serial: option: add D-Link DWM-156/A3Lubomir Rintel2016-08-081-0/+1
* USB: serial: use variable for statusOliver Neukum2016-07-161-8/+10
* USB: serial: option: add support for Telit LE910 PID 0x1206Daniele Palmas2016-07-161-0/+3
* USB: serial: cp210x: use kmemdupMuhammad Falak R Wani2016-07-151-3/+1
* USB: serial: ti_usb_3410_5052: use functions rather than macrosMathieu OTHACEHE2016-07-151-4/+11
* USB: serial: ti_usb_3410_5052: remove ti_usb_3410_5052.hMathieu OTHACEHE2016-07-152-261/+235
* USB: serial: ti_usb_3410_5052: use __packedMathieu OTHACEHE2016-07-151-7/+7
* USB: serial: ti_usb_3410_5052: remove useless commentsMathieu OTHACEHE2016-07-151-21/+2
* USB: mos7720: delete parportSudip Mukherjee2016-06-081-0/+1
* Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-2110-99/+381
|\
| * Merge tag 'usb-serial-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-05-149-92/+233
| |\