summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
2013-03-28USB: cdc-acm: fix device unregistrationJohan Hovold1-1/+2
2013-03-21USB: cdc-wdm: fix buffer overflowOliver Neukum1-3/+20
2013-01-17USB: cdc-acm: Add support for "PSC Scanning, Magellan 800i"Denis N Ladin1-0/+3
2012-12-17cdc-acm: implement TIOCSSERIAL to avoid blocking close(2)Dan Williams1-0/+38
2012-10-28usb: acm: fix the computation of the number of data bitsNicolas Boullis1-5/+15
2012-10-28USB: cdc-acm: fix pipe type of write endpointMing Lei1-1/+1
2012-10-21Add CDC-ACM support for the CX93010-2x UCMxx USB ModemJean-Christian de Rivaz1-0/+3
2012-10-02USB: cdc-wdm: fix wdm_find_device* return valueBjørn Mork1-4/+8
2012-09-14USB: CDC ACM: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2012-07-16USB: cdc-wdm: fix lockup on error in wdm_readBjørn Mork1-0/+2
2012-06-22usb: cdc-acm: fix devices not unthrottled on openOtto Meta1-0/+8
2012-06-22USB: cdc-wdm: Add Vodafone/Huawei K5005 supportBjørn Mork1-0/+9
2012-06-01USB: cdc-wdm: remove from device list on disconnectBjørn Mork1-3/+9
2012-06-01USB: cdc-wdm: cannot use dev_printk when device is goneBjørn Mork1-5/+10
2012-06-01USB: cdc-wdm: poll must return POLLHUP if device is goneBjørn Mork1-1/+1
2012-06-01USB: cdc-wdm: fix memory leakOliver Neukum1-0/+2
2012-06-01USB: 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
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-08USB: cdc-acm, use tty_standard_installJiri Slaby1-6/+1
2012-02-25USB: allow users to run setserial with cdc-acmOliver Neukum1-1/+29
2012-02-25cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptiedBen Hutchings1-1/+0
2012-02-25cdc-wdm: Fix more races on the read pathBen Hutchings1-5/+11
2012-02-10usb: cdc-wdm: make reset work with blocking IOBjørn Mork1-4/+17
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman1-19/+34
2012-01-26usb: cdc-wdm: Add device-id for Huawei 3G/LTE modemsBjørn Mork1-0/+16
2012-01-25USB: cdc-wdm: avoid printing odd-looking "cdc-wdm-176" namesBjørn Mork1-2/+1
2012-01-25USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPEBjørn Mork1-1/+3
2012-01-25USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPEBjørn Mork1-1/+3
2012-01-25USB: cdc-wdm: kill the now unnecessary bMaxPacketSize0 field and udev variableBjørn Mork1-4/+1
2012-01-25USB: cdc-wdm: no need to use usb_alloc_coherentBjørn Mork1-30/+9
2012-01-25USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...Bjørn Mork1-1/+1
2012-01-25USB: cdc-wdm: no need to fill the in request URB every time it's submittedBjørn Mork1-20/+19
2012-01-25USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...Bjørn Mork1-1/+1
2012-01-25USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removalBjørn Mork1-1/+1
2012-01-25USB: cdc-wdm: use two mutexes to allow simultaneous read and writeBjørn Mork1-18/+31
2012-01-25USB: cdc-wdm: updating desc->length must be protected by spin_lockBjørn Mork1-0/+2
2012-01-10Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-146/+193
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman3-46/+3
2012-01-05drivers/usb/class/cdc-acm.c: clear dangling pointerJulia Lawall1-0/+4
2012-01-04switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-12-13USB: cdc-acm: add IDs for Motorola H24 HSPA USB module.Krzysztof Hałasa1-0/+10
2011-12-10usb: cdc-acm: Kill ACM_READY() macro completelyHavard Skinnemoen1-9/+1
2011-12-10USB: cdc-acm: Fix potential deadlock (lockdep warning)Havard Skinnemoen2-138/+189
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman3-46/+3