summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-1137-464/+251Star
|\
| * USB: ftdi_sio: Add support for Newport AGILIS motor driversMartin Teichmann2012-11-272-0/+7
| * usb: ftdi_sio: fixup BeagleBone A5+ quirkPeter Korsgaard2012-11-261-1/+1
| * USB: cp210x: add Virtenio Preon32 device idMarkus Becker2012-11-261-0/+1
| * USB: option: blacklist network interface on Huawei E173Bjørn Mork2012-11-261-0/+3
| * USB: add new zte 3g-dongle's pid to option.cli.rui27@zte.com.cn2012-11-211-0/+22
| * USB: opticon: switch to generic read implementationJohan Hovold2012-11-211-130/+11Star
| * USB: opticon: refactor reab-urb processingJohan Hovold2012-11-211-46/+59
| * USB: opticon: use usb-serial bulk-in urbJohan Hovold2012-11-211-29/+2Star
| * USB: opticon: increase bulk-in sizeJohan Hovold2012-11-211-1/+2
| * USB: opticon: use port as urb contextJohan Hovold2012-11-211-10/+8Star
| * USB: opticon: pass port to get_serial_infoJohan Hovold2012-11-211-4/+3Star
| * USB: opticon: make private data port specificJohan Hovold2012-11-211-32/+37
| * USB: opticon: remove disconnectJohan Hovold2012-11-211-8/+0Star
| * USB: opticon: move read-urb deallocation to releaseJohan Hovold2012-11-211-1/+1
| * USB: opticon: simplify bulk-in discovery in attachJohan Hovold2012-11-211-33/+16Star
| * USB: opticon: remove private usb-serial dataJohan Hovold2012-11-211-3/+1Star
| * USB: opticon: remove redundant initialisationJohan Hovold2012-11-211-1/+0Star
| * USB: opticon: remove private serial-device dataJohan Hovold2012-11-211-6/+4Star
| * USB: opticon: use port device for error and debugJohan Hovold2012-11-211-5/+6
| * USB: opticon: move private urb initialisation to attachJohan Hovold2012-11-211-7/+6Star
| * USB: opticon: remove redundant bulk urb fillJohan Hovold2012-11-211-5/+0Star
| * usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-211-10/+0Star
| * Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman2012-11-173-7/+15
| |\
| * | USB: option: idVendor and idProduct are __le16Bjørn Mork2012-10-311-3/+3
| * | USB: option: replace vendor probe rule with match flagsBjørn Mork2012-10-311-38/+33Star
| * | USB: option: never bind to a usb-storage interfaceBjørn Mork2012-10-311-7/+2Star
| * | USB: serial: remove driver version informationJohan Hovold2012-10-3132-119/+1Star
| * | USB: ftdi_sio: use ftdi_get_modem_status in chars_in_bufferJohan Hovold2012-10-301-41/+11Star
| * | USB: ftdi_sio: optimise chars_in_bufferJohan Hovold2012-10-301-0/+2
| * | USB: ftdi_sio: use generic chars_in_bufferJohan Hovold2012-10-301-6/+1Star
| * | 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/+0Star
| * | USB: ftdi_sio: remove unnecessary memsetJohan Hovold2012-10-301-1/+0Star
| * | USB: cp210x: fix whitespace issuesJohan Hovold2012-10-301-17/+14Star
| * | 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/+744Star
| |\ \
| * | | usb: serial: ftdi_sio: Add missing chars_in_buffer functionJarkko Huijts2012-10-251-0/+60
* | | | Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2012-11-173-7/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | USB: option: add Alcatel X220/X500D USB IDsDan Williams2012-11-131-0/+2
| * | | USB: option: add Novatel E362 and Dell Wireless 5800 USB IDsDan Williams2012-11-131-0/+7
| * | | USB: keyspan: fix typo causing GPF on openBjørn Mork2012-11-131-2/+1Star
| * | | USB: usb_wwan: fix bulk-urb allocationJohan Hovold2012-10-301-5/+5
| | |/ | |/|
* / | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-0/+1
|/ /
* | USB: mos7840: fix port_probe flowJohan Hovold2012-10-251-183/+166Star
* | USB: mos7840: fix port-data memory leakJohan Hovold2012-10-251-130/+89Star
* | USB: mos7840: remove invalid disconnect handlingJohan Hovold2012-10-251-12/+1Star