summaryrefslogtreecommitdiff
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds37-464/+251
2012-11-27USB: ftdi_sio: Add support for Newport AGILIS motor driversMartin Teichmann2-0/+7
2012-11-27usb: ftdi_sio: fixup BeagleBone A5+ quirkPeter Korsgaard1-1/+1
2012-11-27USB: cp210x: add Virtenio Preon32 device idMarkus Becker1-0/+1
2012-11-27USB: option: blacklist network interface on Huawei E173Bjørn Mork1-0/+3
2012-11-22USB: add new zte 3g-dongle's pid to option.cli.rui27@zte.com.cn1-0/+22
2012-11-22USB: opticon: switch to generic read implementationJohan Hovold1-130/+11
2012-11-22USB: opticon: refactor reab-urb processingJohan Hovold1-46/+59
2012-11-22USB: opticon: use usb-serial bulk-in urbJohan Hovold1-29/+2
2012-11-22USB: opticon: increase bulk-in sizeJohan Hovold1-1/+2
2012-11-22USB: opticon: use port as urb contextJohan Hovold1-10/+8
2012-11-22USB: opticon: pass port to get_serial_infoJohan Hovold1-4/+3
2012-11-22USB: opticon: make private data port specificJohan Hovold1-32/+37
2012-11-22USB: opticon: remove disconnectJohan Hovold1-8/+0
2012-11-22USB: opticon: move read-urb deallocation to releaseJohan Hovold1-1/+1
2012-11-22USB: opticon: simplify bulk-in discovery in attachJohan Hovold1-33/+16
2012-11-22USB: opticon: remove private usb-serial dataJohan Hovold1-3/+1
2012-11-22USB: opticon: remove redundant initialisationJohan Hovold1-1/+0
2012-11-22USB: opticon: remove private serial-device dataJohan Hovold1-6/+4
2012-11-22USB: opticon: use port device for error and debugJohan Hovold1-5/+6
2012-11-22USB: opticon: move private urb initialisation to attachJohan Hovold1-7/+6
2012-11-22USB: opticon: remove redundant bulk urb fillJohan Hovold1-5/+0
2012-11-22usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-10/+0
2012-11-17Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman3-7/+15
2012-11-17Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman3-7/+15
2012-11-16TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+1
2012-11-13USB: option: add Alcatel X220/X500D USB IDsDan Williams1-0/+2
2012-11-13USB: option: add Novatel E362 and Dell Wireless 5800 USB IDsDan Williams1-0/+7
2012-11-13USB: keyspan: fix typo causing GPF on openBjørn Mork1-2/+1
2012-10-31USB: option: idVendor and idProduct are __le16Bjørn Mork1-3/+3
2012-10-31USB: option: replace vendor probe rule with match flagsBjørn Mork1-38/+33
2012-10-31USB: option: never bind to a usb-storage interfaceBjørn Mork1-7/+2
2012-10-31USB: serial: remove driver version informationJohan Hovold32-119/+1
2012-10-31USB: ftdi_sio: use ftdi_get_modem_status in chars_in_bufferJohan Hovold1-41/+11
2012-10-31USB: ftdi_sio: optimise chars_in_bufferJohan Hovold1-0/+2
2012-10-31USB: ftdi_sio: use generic chars_in_bufferJohan Hovold1-6/+1
2012-10-31USB: serial: export usb_serial_generic_chars_in_bufferJohan Hovold1-0/+1
2012-10-31USB: ftdi_sio: refactor modem-control status retrievalJohan Hovold1-3/+35
2012-10-31USB: ftdi_sio: fix tiocmget and tiocmset return valuesJohan Hovold1-1/+4
2012-10-31USB: ftdi_sio: fix tiocmget indentationJohan Hovold1-4/+4
2012-10-31USB: ftdi_sio: remove unused private port-dataJohan Hovold1-2/+0
2012-10-31USB: ftdi_sio: remove unnecessary memsetJohan Hovold1-1/+0
2012-10-31USB: cp210x: fix whitespace issuesJohan Hovold1-17/+14
2012-10-31USB: iuu_phoenix: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-10-30USB: usb_wwan: fix bulk-urb allocationJohan Hovold1-5/+5
2012-10-29Merge 3.7-rc3 into usb-next.Greg Kroah-Hartman18-830/+744
2012-10-25USB: mos7840: fix port_probe flowJohan Hovold1-183/+166
2012-10-25USB: mos7840: fix port-data memory leakJohan Hovold1-130/+89
2012-10-25USB: mos7840: remove invalid disconnect handlingJohan Hovold1-12/+1
2012-10-25USB: mos7840: remove NULL-urb submissionJohan Hovold1-13/+1