summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
2013-04-19USB: usbtmc: remove unnecessary memory allocationMing Lei1-22/+4
2013-04-10USB: regroup all depends on USB within an if USB blockFlorian Fainelli1-5/+1
2013-03-26USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMANDBjørn Mork1-0/+19
2013-03-25Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman1-3/+19
2013-03-22USB: cdc-acm: fix device unregistrationJohan Hovold1-1/+2
2013-03-22usb: cdc-acm: fix error handling in acm_probe()Alexey Khoroshilov1-2/+17
2013-03-21Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-3/+20
2013-03-15USB: cdc-acm: Remove obsolete predefined speeds arraySamuel Tardieu1-8/+0
2013-03-13USB: cdc-wdm: fix buffer overflowOliver Neukum1-3/+20
2013-01-26Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-0/+3
2013-01-19tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-9/+1
2013-01-16TTY: switch tty_insert_flip_stringJiri Slaby1-1/+2
2013-01-12USB: cdc-acm: Add support for "PSC Scanning, Magellan 800i"Denis N Ladin1-0/+3
2012-11-16cdc-acm: implement TIOCSSERIAL to avoid blocking close(2)Dan Williams1-0/+38
2012-10-18usb: acm: fix the computation of the number of data bitsNicolas Boullis1-5/+15
2012-10-18USB: cdc-acm: fix pipe type of write endpointMing Lei1-1/+1
2012-10-11Add CDC-ACM support for the CX93010-2x UCMxx USB ModemJean-Christian de Rivaz1-0/+3
2012-10-02Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+0
2012-09-17Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-4/+8
2012-09-17Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman1-4/+8
2012-09-11USB: cdc-wdm: fix wdm_find_device* return valueBjørn Mork1-4/+8
2012-09-06usb: cdc-acm: remove duplicated include from cdc-acm.cWei Yongjun1-1/+0
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman1-1/+2
2012-08-18USB: CDC ACM: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2012-08-14TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman2-26/+1
2012-07-17Merge 3.5-rc7 into usb-nextGreg Kroah-Hartman2-26/+1
2012-07-17tty: move the termios object into the ttyAlan Cox1-1/+1
2012-07-06USB: class: cdc-acm: Fixed coding style issue.Jeffrin Jose1-1/+1
2012-07-06USB: cdc-wdm: fix lockup on error in wdm_readBjørn Mork1-0/+2
2012-06-21Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman1-0/+8
2012-06-21USB: cdc-wdm: QMI devices are now handled by qmi_wwanBjørn Mork1-25/+0
2012-06-15usb: cdc-acm: fix devices not unthrottled on openOtto Meta1-0/+8
2012-06-13USB: cdc-wdm: Add Vodafone/Huawei K5005 supportBjørn Mork1-0/+9
2012-05-19USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2-0/+2
2012-05-12USB: cdc-wdm: remove from device list on disconnectBjørn Mork1-3/+9
2012-05-12USB: cdc-wdm: cannot use dev_printk when device is goneBjørn Mork1-4/+7
2012-05-12USB: cdc-wdm: poll must return POLLHUP if device is goneBjørn Mork1-1/+1
2012-05-07Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman1-2/+5
2012-05-02USB: usblp.c: remove dbg() usageGreg Kroah-Hartman1-35/+47
2012-04-30USB: cdc-wdm: cleanup error codesOliver Neukum1-0/+4
2012-04-30USB: cdc-wdm: add debug messages on cleanupBjørn Mork1-2/+6
2012-04-30USB: cdc-wdm: fix memory leakOliver Neukum1-0/+2
2012-04-30USB: cdc-wdm: sanitize error returnsOliver Neukum1-1/+1
2012-04-27USB: cdc-wdm: fix race leading leading to memory corruptionOliver Neukum1-2/+5
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-126/+256
2012-03-09usb: cdc-wdm: adding usb_cdc_wdm_register subdriver supportBjørn Mork1-4/+59
2012-03-09usb: cdc-wdm: adding list lookup indirectionBjørn Mork1-12/+48
2012-03-09usb: cdc-wdm: split out reusable parts of probeBjørn Mork1-51/+54