summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: remove driver version informationJohan Hovold2012-10-3132-119/+1
* USB: ftdi_sio: use ftdi_get_modem_status in chars_in_bufferJohan Hovold2012-10-301-41/+11
* USB: ftdi_sio: optimise chars_in_bufferJohan Hovold2012-10-301-0/+2
* USB: ftdi_sio: use generic chars_in_bufferJohan Hovold2012-10-301-6/+1
* USB: serial: export usb_serial_generic_chars_in_bufferJohan Hovold2012-10-301-0/+1
* USB: ftdi_sio: refactor modem-control status retrievalJohan Hovold2012-10-301-3/+35
* USB: ftdi_sio: fix tiocmget and tiocmset return valuesJohan Hovold2012-10-301-1/+4
* USB: ftdi_sio: fix tiocmget indentationJohan Hovold2012-10-301-4/+4
* USB: ftdi_sio: remove unused private port-dataJohan Hovold2012-10-301-2/+0
* USB: ftdi_sio: remove unnecessary memsetJohan Hovold2012-10-301-1/+0
* USB: cp210x: fix whitespace issuesJohan Hovold2012-10-301-17/+14
* USB: iuu_phoenix: replace strict_strtoul() with kstrtoul()Jingoo Han2012-10-301-1/+1
* Merge 3.7-rc3 into usb-next.Greg Kroah-Hartman2012-10-2918-830/+744
|\
| * USB: mos7840: fix port_probe flowJohan Hovold2012-10-251-183/+166
| * USB: mos7840: fix port-data memory leakJohan Hovold2012-10-251-130/+89
| * USB: mos7840: remove invalid disconnect handlingJohan Hovold2012-10-251-12/+1
| * USB: mos7840: remove NULL-urb submissionJohan Hovold2012-10-251-13/+1
| * USB: qcserial: fix interface-data memory leak in error pathJohan Hovold2012-10-251-15/+16
| * USB: option: fix interface-data memory leak in error pathJohan Hovold2012-10-251-2/+19
| * USB: ipw: fix interface-data memory leak in error pathJohan Hovold2012-10-251-3/+2
| * USB: mos7840: fix port-device leak in error pathJohan Hovold2012-10-251-1/+0
| * USB: mos7840: fix urb leak at releaseJohan Hovold2012-10-251-0/+1
| * USB: sierra: fix port-data memory leakJohan Hovold2012-10-251-67/+58
| * USB: sierra: fix memory leak in probe error pathJohan Hovold2012-10-251-6/+10
| * USB: sierra: fix memory leak in attach error pathJohan Hovold2012-10-251-1/+8
| * USB: usb-wwan: fix multiple memory leaks in error pathsJohan Hovold2012-10-255-78/+54
| * USB: keyspan: fix NULL-pointer dereferences and memory leaksJohan Hovold2012-10-252-93/+96
| * USB: mct_u232: fix broken closeJohan Hovold2012-10-251-6/+8
| * USB: mct_u232: fix port-data memory leakJohan Hovold2012-10-251-20/+25
| * USB: opticon: fix memory leak in error pathJohan Hovold2012-10-251-1/+3
| * USB: opticon: fix DMA from stackJohan Hovold2012-10-251-1/+6
| * USB: quatech2: fix io after disconnectJohan Hovold2012-10-251-0/+7
| * USB: quatech2: fix close and disconnect urb handlingJohan Hovold2012-10-251-4/+2
| * USB: quatech2: fix port-data memory leaksJohan Hovold2012-10-251-70/+51
| * USB: quatech2: fix memory leak in error pathJohan Hovold2012-10-251-0/+1
| * USB: omninet: fix port-data memory leakJohan Hovold2012-10-251-18/+18
| * USB: mos7720: fix port-data memory leakJohan Hovold2012-10-251-30/+32
| * USB: digi_acceleport: fix port-data memory leakJohan Hovold2012-10-251-50/+67
| * USB: ch341: fix port-data memory leakJohan Hovold2012-10-251-7/+16
| * USB: whiteheat: fix port-data memory leakJohan Hovold2012-10-251-33/+26
| * USB: whiteheat: fix memory leak in error pathJohan Hovold2012-10-251-0/+1
| * USB: metro-usb: fix io after disconnectJohan Hovold2012-10-251-9/+6
| * USB: metro-usb: fix port-data memory leakJohan Hovold2012-10-251-37/+13
| * USB: serial: Fix memory leak in sierra_release()Lennart Sorensen2012-10-241-0/+1
* | usb: serial: ftdi_sio: Add missing chars_in_buffer functionJarkko Huijts2012-10-251-0/+60
|/
* USB: option: add more ZTE devicesBjørn Mork2012-10-181-0/+16
* USB: option: blacklist net interface on ZTE devicesBjørn Mork2012-10-181-20/+48
* USB: io_ti: fix sysfs-attribute creationJohan Hovold2012-10-181-7/+7
* USB: iuu_phoenix: fix sysfs-attribute creationJohan Hovold2012-10-181-2/+12
* USB: spcp8x5: fix port-data memory leakJohan Hovold2012-10-171-28/+18