summaryrefslogtreecommitdiff
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* USB: cdc-acm: more sanity checkingOliver Neukum2016-04-121-0/+3
* cdc-acm:exclude Samsung phone 04e8:685dOliver Neukum2016-03-031-0/+5
* USB: cdc_acm: Ignore Infineon Flash Loader utilityJonas Jonsson2016-01-221-0/+5
* usblp: do not set TASK_INTERRUPTIBLE before lockJiri Slaby2015-12-091-1/+1
* cdc-wdm: fix endianness bug in debug statementsOliver Neukum2015-05-061-5/+7
* cdc-acm: memory leak in error caseOliver Neukum2015-01-161-0/+1
* USB: cdc-acm: check for valid interfacesGreg Kroah-Hartman2015-01-161-4/+5
* USB: cdc-acm: only raise DTR on transitions from B0Johan Hovold2014-11-141-2/+3
* USB: cdc-acm: add device id for GW Instek AFG-2225Johan Hovold2014-11-141-0/+1
* USB: cdc-acm: fix runtime PM imbalance at shutdownJohan Hovold2014-06-261-2/+4
* USB: cdc-acm: fix I/O after failed openJohan Hovold2014-06-261-0/+3
* USB: cdc-acm: fix potential urb leak and PM imbalance in writeJohan Hovold2014-06-261-1/+7
* USB: cdc-acm: fix shutdown and suspend raceJohan Hovold2014-06-261-2/+1
* USB: cdc-acm: fix runtime PM for control messagesJohan Hovold2014-06-261-1/+11
* USB: cdc-acm: fix broken runtime suspendJohan Hovold2014-06-262-11/+23
* USB: cdc-acm: fix write and resume raceJohan Hovold2014-06-261-14/+9
* USB: cdc-acm: fix write and suspend raceJohan Hovold2014-06-261-9/+6
* USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driverMichael Ulbricht2014-05-311-7/+21
* usb: cdc-wdm: resp_count can be 0 even if WDM_READ is setBjørn Mork2014-01-121-1/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-082-2/+0
* Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman2013-12-241-5/+3
|\
| * usb: cdc-wdm: manage_power should always set needs_remote_wakeupBjørn Mork2013-12-091-5/+3
* | usb: cdc-wdm: avoid hanging on zero length readsBjørn Mork2013-12-201-32/+38
* | Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-162-12/+107
|\ \ | |/ |/|
| * cdc-acm: fix power management in ioctlOliver Neukum2013-12-031-0/+6
| * cdc-acm: add TIOCGICOUNTOliver Neukum2013-12-031-0/+24
| * cdc-acm: add TIOCMIWAITOliver Neukum2013-12-032-12/+77
* | USB: cdc-acm: Added support for the Lenovo RD02-D400 USB ModemDavid Cluytens2013-12-041-0/+2
|/
* usb: cdc-wdm: ignore speed change notificationsBjørn Mork2013-10-291-0/+4
* USB: cdc-wdm: support back-to-back USB_CDC_NOTIFY_RESPONSE_AVAILABLE notifica...Greg Suarez2013-10-291-4/+34
* USB: usbtmc: fix up attribute permissionsGreg Kroah-Hartman2013-08-251-8/+8
* Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-181-4/+4
|\
| * USB: usbtmc: fix big-endian probe of Rigol devicesJohan Hovold2013-08-121-4/+4
* | USB: cdc-wdm: fix race between interrupt handler and taskletOliver Neukum2013-08-121-4/+9
* | usbtmc: convert to devm_kzallocAndy Shevchenko2013-07-251-2/+1
* | usbtmc: remove redundant bracesAndy Shevchenko2013-07-251-14/+14
* | usbtmc: call pr_err instead of plain printkAndy Shevchenko2013-07-251-5/+4
* | usbtmc: remove trailing spacesAndy Shevchenko2013-07-251-3/+3
* | usb: class: cdc-acm: be careful with bIntervalFelipe Balbi2013-07-251-1/+1
|/
* USB: cdc-acm: remove unneeded spin_lock_irqsave/restore on write pathGreg Kroah-Hartman2013-06-171-33/+19
* USB: usbtmc: Change magic number to constantAlexandre Peixoto Ferreira2013-05-161-5/+5
* USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirkAlexandre Peixoto Ferreira2013-05-161-38/+114
* USB: usbtmc: Set rigol_quirk if device is listedAlexandre Peixoto Ferreira2013-05-161-0/+14
* USB: usbtmc: TMC request code segregated from usbtmc_readAlexandre Peixoto Ferreira2013-05-161-31/+54
* USB: usbtmc: Add flag rigol_quirk to usbtmc_device_dataAlexandre Peixoto Ferreira2013-05-161-0/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-012-0/+14
|\
| * Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-173-14/+65
| |\
| * | USB: cdc-acm - blacklist IMS PCU deviceDmitry Torokhov2013-03-122-0/+14
* | | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-294-35/+24
|\ \ \
| * | | USB: usbtmc: remove unnecessary memory allocationMing Lei2013-04-191-22/+4