summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * USB: serial: pl2303: clean up legacy endpoint hackJohan Hovold2017-03-281-38/+46
| | * USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold2017-03-282-42/+55
| | * USB: serial: relax generic driver bulk-endpoint requirementJohan Hovold2017-03-281-2/+4
| | * USB: serial: add calc_num_ports callback to generic driverJohan Hovold2017-03-282-21/+24
| | * USB: serial: add probe callback to generic driverJohan Hovold2017-03-282-2/+12
| | * USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold2017-03-289-23/+26
| | * USB: serial: whiteheat: simplify endpoint checkJohan Hovold2017-03-161-30/+2
| | * USB: serial: symbolserial: simplify endpoint checkJohan Hovold2017-03-161-11/+1
| | * USB: serial: spcp8x5: simplify endpoint checkJohan Hovold2017-03-161-14/+2
| | * USB: serial: pl2303: simplify endpoint checkJohan Hovold2017-03-161-8/+3
| | * USB: serial: oti6858: simplify endpoint checkJohan Hovold2017-03-161-16/+3
| | * USB: serial: opticon: simplify endpoint checkJohan Hovold2017-03-161-11/+1
| | * USB: serial: omninet: simplify endpoint checkJohan Hovold2017-03-161-13/+1
| | * USB: serial: mos7720: simplify endpoint checkJohan Hovold2017-03-161-5/+2
| | * USB: serial: kobil_sct: simplify endpoint checkJohan Hovold2017-03-161-12/+1
| | * USB: serial: keyspan_pda: simplify endpoint checkJohan Hovold2017-03-161-14/+2
| | * USB: serial: iuu_phoenix: simplify endpoint checkJohan Hovold2017-03-161-11/+2
| | * USB: serial: io_edgeport: simplify and tighten endpoint checkJohan Hovold2017-03-161-5/+12
| | * USB: serial: digi_acceleport: simplify endpoint checkJohan Hovold2017-03-161-19/+4
| | * USB: serial: cyberjack: simplify endpoint checkJohan Hovold2017-03-161-10/+1
| | * USB: serial: ark3116: simplify endpoint sanity checkJohan Hovold2017-03-161-14/+3
| | * USB: serial: add endpoint sanity check to coreJohan Hovold2017-03-161-5/+12
| | * USB: serial: replace runtime overflow checkJohan Hovold2017-03-161-8/+5
| | * USB: serial: refactor and clean up endpoint handlingJohan Hovold2017-03-161-74/+80
| | * USB: serial: clean up endpoint and port-counter typesJohan Hovold2017-03-161-7/+7
| | * USB: serial: clean up probe error pathsJohan Hovold2017-03-161-12/+12
| | * USB: serial: ftdi_sio: allow other bases for "event_char"Ian Abbott2017-03-131-2/+2
| | * USB: serial: ftdi_sio: only allow valid event_char valuesIan Abbott2017-03-131-1/+4
| | * USB: serial: ftdi_sio: only allow valid latency timer valuesIan Abbott2017-03-131-1/+4
| | * USB: serial: ftdi_sio: detect BM chip with iSerialNumber bugIan Abbott2017-03-131-8/+33
| | * USB: serial: ftdi_sio: don't access latency timer on old chipsIan Abbott2017-03-131-0/+6
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-021-3/+25
|\ \ \ | |/ / |/| |
| * | usb/serial: Add DBC debug device support to usb_debugLu Baolu2017-03-211-3/+25
| |/
* | USB: serial: qcserial: add Dell DW5811eBjørn Mork2017-03-181-0/+2
* | USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modemsDan Williams2017-03-141-1/+16
|/
* USB: serial: safe_serial: fix information leak in completion handlerJohan Hovold2017-03-081-0/+5
* USB: serial: io_ti: fix information leak in completion handlerJohan Hovold2017-03-081-1/+1
* USB: serial: omninet: drop open callbackJohan Hovold2017-03-081-7/+0
* USB: serial: omninet: fix reference leaks at openJohan Hovold2017-03-081-6/+0
* USB: serial: io_ti: fix NULL-deref in interrupt callbackJohan Hovold2017-03-081-0/+6
* USB: serial: digi_acceleport: fix OOB-event processingJohan Hovold2017-03-061-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+2
* Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-2230-1254/+1577
|\
| * Merge tag 'usb-serial-4.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2017-02-165-869/+808
| |\
| | * USB: serial: keyspan: drop header fileJohan Hovold2017-02-152-632/+589
| | * USB: serial: io_edgeport: drop io-tables header fileJohan Hovold2017-02-152-234/+215
| | * USB: serial: upd78f0730: sort device idsJohan Hovold2017-02-131-1/+1
| | * USB: serial: upd78f0730: add ID for EVAL-ADXL362ZMaksim Salau2017-02-131-2/+3
| * | Merge tag 'usb-serial-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-02-0927-388/+772
| |\|
| | * USB: serial: mos7840: fix another NULL-deref at openJohan Hovold2017-02-091-1/+3