aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/johan/usb-serial into usb-nextGreg 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
2016-07-16USB: serial: option: add support for Telit LE910 PID 0x1206Daniele Palmas1-0/+3
2016-07-15USB: serial: cp210x: use kmemdupMuhammad Falak R Wani1-3/+1
2016-07-15USB: serial: ti_usb_3410_5052: use functions rather than macrosMathieu OTHACEHE1-4/+11
2016-07-15USB: serial: ti_usb_3410_5052: remove ti_usb_3410_5052.hMathieu OTHACEHE2-261/+235
2016-07-15USB: serial: ti_usb_3410_5052: use __packedMathieu OTHACEHE1-7/+7
2016-07-15USB: serial: ti_usb_3410_5052: remove useless commentsMathieu OTHACEHE1-21/+2
2016-06-07USB: mos7720: delete parportSudip Mukherjee1-0/+1
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds10-99/+381
2016-05-14Merge tag 'usb-serial-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman9-92/+233
2016-05-11USB: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 supportMathieu OTHACEHE2-3/+60
2016-05-10USB: serial: fix minor-number allocationJohan Hovold1-1/+2
2016-05-10USB: serial: quatech2: fix use-after-free in probe error pathJohan Hovold1-0/+1
2016-05-10USB: serial: mxuport: fix use-after-free in probe error pathJohan Hovold1-0/+10
2016-05-10USB: serial: keyspan: fix debug and error messagesJohan Hovold1-17/+25
2016-05-10USB: serial: keyspan: fix URB unlinkJohan Hovold1-16/+10
2016-05-10USB: serial: keyspan: fix use-after-free in probe error pathJohan Hovold1-0/+4
2016-05-10USB: serial: io_edgeport: fix memory leaks in probe error pathJohan Hovold1-7/+10
2016-05-10USB: serial: io_edgeport: fix memory leaks in attach error pathJohan Hovold1-11/+28
2016-05-09Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman1-0/+4
2016-05-09Merge 4.6-rc7 into usb-nextGreg Kroah-Hartman1-0/+4
2016-05-05USB: serial: cp210x: clean up CRTSCTS flag codeKonstantin Shkolnyy1-22/+10
2016-05-05USB: serial: cp210x: get rid of magic numbers in CRTSCTS flag codeKonstantin Shkolnyy1-25/+84
2016-05-05USB: serial: cp210x: fix hardware flow-control disableKonstantin Shkolnyy1-2/+1
2016-05-04USB: serial: option: add even more ZTE device idsLei Liu1-0/+54
2016-05-04USB: serial: option: add more ZTE device idslei liu1-1/+74
2016-05-03USB: serial: option: add support for Cinterion PH8 and AHxxSchemmel Hans-Christoph1-6/+20
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley6-13/+13