aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16USB: serial: pl2303: simplify endpoint checkJohan Hovold1-8/+3
2017-03-16USB: serial: oti6858: simplify endpoint checkJohan Hovold1-16/+3
2017-03-16USB: serial: opticon: simplify endpoint checkJohan Hovold1-11/+1
2017-03-16USB: serial: omninet: simplify endpoint checkJohan Hovold1-13/+1
2017-03-16USB: serial: mos7720: simplify endpoint checkJohan Hovold1-5/+2
2017-03-16USB: serial: kobil_sct: simplify endpoint checkJohan Hovold1-12/+1
2017-03-16USB: serial: keyspan_pda: simplify endpoint checkJohan Hovold1-14/+2
2017-03-16USB: serial: iuu_phoenix: simplify endpoint checkJohan Hovold1-11/+2
2017-03-16USB: serial: io_edgeport: simplify and tighten endpoint checkJohan Hovold1-5/+12
2017-03-16USB: serial: digi_acceleport: simplify endpoint checkJohan Hovold1-19/+4
2017-03-16USB: serial: cyberjack: simplify endpoint checkJohan Hovold1-10/+1
2017-03-16USB: serial: ark3116: simplify endpoint sanity checkJohan Hovold1-14/+3
2017-03-16USB: serial: add endpoint sanity check to coreJohan Hovold1-5/+12
2017-03-16USB: serial: replace runtime overflow checkJohan Hovold1-8/+5
2017-03-16USB: serial: refactor and clean up endpoint handlingJohan Hovold1-74/+80
2017-03-16USB: serial: clean up endpoint and port-counter typesJohan Hovold1-7/+7
2017-03-16USB: serial: clean up probe error pathsJohan Hovold1-12/+12
2017-03-14USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modemsDan Williams1-1/+16
2017-03-13USB: serial: ftdi_sio: allow other bases for "event_char"Ian Abbott1-2/+2
2017-03-13USB: serial: ftdi_sio: only allow valid event_char valuesIan Abbott1-1/+4
2017-03-13USB: serial: ftdi_sio: only allow valid latency timer valuesIan Abbott1-1/+4
2017-03-13USB: serial: ftdi_sio: detect BM chip with iSerialNumber bugIan Abbott1-8/+33
2017-03-13USB: serial: ftdi_sio: don't access latency timer on old chipsIan Abbott1-0/+6
2017-03-08USB: serial: safe_serial: fix information leak in completion handlerJohan Hovold1-0/+5
2017-03-08USB: serial: io_ti: fix information leak in completion handlerJohan Hovold1-1/+1
2017-03-08USB: serial: omninet: drop open callbackJohan Hovold1-7/+0
2017-03-08USB: serial: omninet: fix reference leaks at openJohan Hovold1-6/+0
2017-03-08USB: serial: io_ti: fix NULL-deref in interrupt callbackJohan Hovold1-0/+6
2017-03-06USB: serial: digi_acceleport: fix OOB-event processingJohan Hovold1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-0/+2
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds30-1254/+1577
2017-02-21Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-5/+8
2017-02-16Merge tag 'usb-serial-4.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman5-869/+808
2017-02-15USB: serial: keyspan: drop header fileJohan Hovold2-632/+589
2017-02-15USB: serial: io_edgeport: drop io-tables header fileJohan Hovold2-234/+215
2017-02-13USB: serial: upd78f0730: sort device idsJohan Hovold1-1/+1
2017-02-13USB: serial: upd78f0730: add ID for EVAL-ADXL362ZMaksim Salau1-2/+3
2017-02-09Merge tag 'usb-serial-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman27-388/+772
2017-02-09USB: serial: mos7840: fix another NULL-deref at openJohan Hovold1-1/+3
2017-02-08USB: serial: console: clean up sanity checksJohan Hovold1-2/+1
2017-02-08USB: serial: console: fix uninitialised spinlockJohan Hovold1-0/+1
2017-02-08USB: serial: metro-usb: drop redundant URB reinitialisationJohan Hovold1-18/+2
2017-02-08USB: serial: metro-usb: drop function-tracing debuggingJohan Hovold1-12/+0
2017-02-08USB: serial: metro-usb: drop redundant URB unlinkJohan Hovold1-1/+0
2017-02-08USB: serial: metro-usb: drop unused interrupt-out callbackJohan Hovold1-9/+0
2017-02-06USB: serial: sierra: fix bogus alternate-setting assumptionJohan Hovold1-23/+5
2017-02-06USB: serial: ftdi_sio: fix line-status over-reportingJohan Hovold1-9/+14
2017-02-06USB: serial: cp210x: add new IDs for GE Bx50v3 boardsKen Lin1-0/+2
2017-01-31USB: serial: keyspan_pda: fix receive sanity checksJohan Hovold1-5/+14
2017-01-31USB: serial: digi_acceleport: fix incomplete rx sanity checkJohan Hovold1-15/+23