summaryrefslogtreecommitdiff
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2017-01-12USB: serial: io_ti: bind to interface after fw downloadJohan Hovold1-2/+1
2017-01-12USB: serial: kl5kusb105: abort on open exception pathPan Bian1-0/+2
2017-01-12USB: serial: mos7720: fix parallel probeJohan Hovold1-23/+7
2017-01-12USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold1-10/+8
2017-01-12USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold1-1/+5
2017-01-12USB: serial: mos7720: fix NULL-deref at openJohan Hovold1-0/+5
2017-01-12USB: serial: mos7840: fix NULL-deref at openJohan Hovold1-0/+12
2017-01-12USB: serial: kobil_sct: fix NULL-deref in writeJohan Hovold1-0/+12
2017-01-12USB: serial: cyberjack: fix NULL-deref at openJohan Hovold1-0/+10
2017-01-12USB: serial: oti6858: fix NULL-deref at openJohan Hovold1-0/+16
2017-01-12USB: serial: io_edgeport: fix NULL-deref at openJohan Hovold1-0/+5
2017-01-12USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold1-0/+7
2017-01-12USB: serial: garmin_gps: fix memory leak on failed URB submitJohan Hovold1-0/+1
2017-01-12USB: serial: iuu_phoenix: fix NULL-deref at openJohan Hovold1-0/+11
2017-01-12USB: serial: io_ti: fix I/O after disconnectJohan Hovold1-0/+3
2017-01-12USB: serial: io_ti: fix another NULL-deref at openJohan Hovold1-3/+6
2017-01-12USB: serial: io_ti: fix NULL-deref at openJohan Hovold1-0/+7
2017-01-12USB: serial: spcp8x5: fix NULL-deref at openJohan Hovold1-0/+14
2017-01-12USB: serial: keyspan_pda: verify endpoints at probeJohan Hovold1-0/+14
2017-01-12USB: serial: pl2303: fix NULL-deref at openJohan Hovold1-0/+8
2017-01-12USB: serial: quatech2: fix sleep-while-atomic in closeJohan Hovold1-4/+0
2017-01-12USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold1-0/+13
2017-01-06USB: serial: kl5kusb105: fix open error pathJohan Hovold1-9/+24
2017-01-06USB: serial: option: add dlink dwm-158Giuseppe Lippolis1-0/+1
2017-01-06USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041Daniele Palmas1-0/+6
2016-11-16USB: serial: cp210x: add ID for the Zone DPMXPaul Jakma1-0/+1
2016-11-07USB: serial: ftdi_sio: add support for TI CC3200 LaunchPadDoug Brown2-0/+8
2016-10-21USB: serial: fix potential NULL-dereference at probeJohan Hovold1-1/+2
2016-10-20USB: serial: cp210x: fix tiocmget error handlingJohan Hovold1-1/+3
2016-10-17USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7Stefan Tauner2-3/+5
2016-09-27USB: serial: cp210x: Add ID for a Juniper consoleKyle Jones1-0/+1
2016-09-19Merge 4.8-rc7 into usb-nextGreg Kroah-Hartman1-1/+2
2016-09-16Merge tag 'usb-serial-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2-115/+60
2016-09-12USB: serial: simple: add support for another Infineon flashloaderDaniele Palmas1-1/+2
2016-08-24USB: serial: option: add WeTelecom 0x6802 and 0x6803 productsAleksandr Makarov1-0/+4
2016-08-23USB: serial: ti_usb_3410_5052: remove unused variablesMathieu OTHACEHE1-13/+0
2016-08-23USB: serial: ti_usb_3410_5052: use C_X macrosMathieu OTHACEHE1-8/+8
2016-08-23USB: serial: ti_usb_3410_5052: remove useless NULL-testingMathieu OTHACEHE1-33/+1
2016-08-23USB: serial: ti_usb_3410_5052: remove useless dev_dbg messagesMathieu OTHACEHE1-11/+0
2016-08-23USB: serial: ti_usb_3410_5052: do not use __uX typesMathieu OTHACEHE1-49/+50
2016-08-22USB: serial: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-08-20USB: serial: option: add WeTelecom WM-D200Aleksandr Makarov1-0/+5
2016-08-15USB: serial: mos7840: fix non-atomic allocation in write pathAlexey Khoroshilov1-2/+2
2016-08-15USB: serial: mos7720: fix non-atomic allocation in write pathAlexey Khoroshilov1-1/+1
2016-08-08USB: serial: fix memleak in driver-registration error pathAlexey Klimov1-1/+3
2016-08-08USB: serial: option: add support for Telit LE920A4Daniele Palmas1-0/+21
2016-08-08USB: serial: ftdi_sio: add device ID for WICED USB UART dev boardSheng-Hui J. Chu2-0/+7
2016-08-08USB: serial: ftdi_sio: add PIDs for Ivium Technologies devicesRobert Deliƫn2-0/+8
2016-08-08USB: serial: option: add D-Link DWM-156/A3Lubomir Rintel1-0/+1
2016-07-16USB: serial: use variable for statusOliver Neukum1-8/+10