aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27USB: usb_wwan: fix urb leak in write error pathxiao jin1-1/+3
2014-05-27USB: option: add missing usb_mark_last_busyJohan Hovold1-0/+1
2014-05-27USB: option: fix line-control pipe directionJohan Hovold1-1/+1
2014-05-27USB: option: fix runtime PM handlingJohan Hovold1-1/+10
2014-05-27USB: sierra: do not resume I/O on closing portsJohan Hovold1-6/+5
2014-05-27USB: sierra: minimise no-suspend window during closeJohan Hovold1-2/+2
2014-05-27USB: sierra: refactor delayed-urb submissionJohan Hovold1-20/+43
2014-05-27USB: sierra: clean up suspendJohan Hovold1-10/+6
2014-05-27USB: sierra: use interface-data accessorsJohan Hovold1-6/+6
2014-05-27USB: sierra: remove redundant modem-control requestsJohan Hovold1-15/+1
2014-05-27USB: sierra: do not resume I/O on closed portsJohan Hovold1-6/+4
2014-05-27USB: sierra: remove disconnected test from closeJohan Hovold1-9/+5
2014-05-27USB: sierra: remove unimplemented set_termiosJohan Hovold1-8/+0
2014-05-27USB: sierra: remove unused variableJohan Hovold1-2/+0
2014-05-27USB: sierra: remove bogus endpoint testJohan Hovold1-3/+0
2014-05-27USB: sierra: fix line-control pipe directionJohan Hovold1-1/+1
2014-05-27USB: sierra: fix resume error reportingJohan Hovold1-0/+4
2014-05-27USB: sierra: fix urbs not being killed on shutdownJohan Hovold1-0/+2
2014-05-27USB: sierra: fix characters being dropped at closeJohan Hovold1-0/+18
2014-05-27USB: sierra: fix remote wakeupJohan Hovold1-2/+5
2014-05-27USB: sierra: fix urb and memory leak on disconnectJohan Hovold1-0/+13
2014-05-27USB: sierra: fix urb and memory leak in resume error pathJohan Hovold1-2/+6
2014-05-27USB: sierra: fix use after free at suspend/resumeJohan Hovold1-0/+6
2014-05-27USB: sierra: fix AA deadlock in open error pathJohan Hovold1-8/+13
2014-05-27usb: qcserial: remove interface number matchingBjørn Mork1-7/+0
2014-05-27usb: qcserial: define and use Sierra Wireless layoutBjørn Mork1-45/+53
2014-05-27usb: qcserial: refactor device layout selectionBjørn Mork1-6/+16
2014-05-27usb: qcserial: fix multiline comment coding styleBjørn Mork1-3/+6
2014-05-03usb: qcserial: add a number of Dell devicesBjørn Mork1-0/+15
2014-04-25usb: option: add and update a number of CMOTech devicesBjørn Mork1-4/+70
2014-04-25usb: option: add Alcatel L800MABjørn Mork1-0/+3
2014-04-25usb: option: add Olivetti Olicard 500Bjørn Mork1-0/+4
2014-04-25usb: qcserial: add Sierra Wireless MC7305/MC7355Bjørn Mork1-0/+3
2014-04-25usb: qcserial: add Sierra Wireless MC73xxBjørn Mork1-0/+3
2014-04-25usb: qcserial: add Sierra Wireless EM7355Bjørn Mork1-0/+3
2014-04-25USB: io_ti: fix firmware download on big-endian machinesJohan Hovold1-17/+33
2014-04-24USB: serial: fix sysfs-attribute removal deadlockJohan Hovold1-1/+3
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-16USB: usb_wwan: fix handling of missing bulk endpointsJohan Hovold1-6/+3
2014-04-16USB: pl2303: add ids for Hewlett-Packard HP POS pole displaysAaron Sanders2-1/+7
2014-04-16USB: cp210x: Add 8281 (Nanotec Plug & Drive)Tristan Bruns1-0/+1
2014-04-16usb: option driver, add support for Telit UE910v2Daniele Palmas1-0/+2
2014-04-16Revert "USB: serial: add usbid for dell wwan card to sierra.c"Johan Hovold1-1/+0
2014-04-16USB: serial: ftdi_sio: add id for Brainboxes serial cardsMichele Baldessari2-0/+70
2014-03-12USB: keyspan: remove dead debugging codeJohan Hovold1-30/+0
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold14-30/+28
2014-03-12USB: serial: add missing bracesJohan Hovold2-9/+10
2014-03-12USB: serial: continue to write on errorsJohan Hovold1-10/+19
2014-03-12USB: serial: continue to read on errorsJohan Hovold1-4/+17
2014-03-12USB: serial: make bulk_out_size a lower limitJohan Hovold1-3/+2