summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* USB: usblp: don't call usb_set_interface if there's a single altJeremy Figgins2021-02-101-8/+11
* USB: usblp: fix DMA to stackJohan Hovold2021-01-121-2/+19
* USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().Tetsuo Handa2021-01-121-3/+13
* USB: cdc-acm: blacklist another IR Droid deviceSean Young2021-01-121-0/+4
* usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt2020-11-181-0/+9
* usb: cdc-acm: fix cooldown mechanismJerome Brunet2020-11-052-9/+6
* USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum2020-10-301-17/+55
* usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol2020-10-301-0/+11
* USB: cdc-acm: handle broken union descriptorsJohan Hovold2020-10-301-0/+12
* usblp: fix race between disconnect() and read()Oliver Neukum2020-09-231-0/+5
* USB: cdc-acm: rework notification_buffer resizingTom Rix2020-09-031-12/+10
* cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund2020-06-301-0/+2
* usblp: poison URBs upon disconnectOliver Neukum2020-06-251-1/+4
* CDC-ACM: heed quirk also in error handlingOliver Neukum2020-06-101-1/+1
* cdc-acm: introduce a cool downOliver Neukum2020-04-292-3/+32
* cdc-acm: close race betrween suspend() and acm_softintOliver Neukum2020-04-291-3/+3
* USB: cdc-acm: restore capability check orderMatthias Reichl2020-04-021-9/+9
* USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet2020-03-251-9/+16
* USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet2020-03-251-4/+5
* cdc-wdm: pass return value of recover_from_urb_lossYueHaibing2020-01-271-1/+1
* usb: usbtmc: uninitialized symbol 'actual' in usbtmc_ioctl_clearGuido Kiener2019-11-201-0/+1
* usb: usbtmc: Fix ioctl USBTMC_IOCTL_ABORT_BULK_OUTGuido Kiener2019-11-201-4/+12
* USB: usblp: fix use-after-free on disconnectJohan Hovold2019-10-291-1/+3
* USB: usblp: fix runtime PM after driver unbindJohan Hovold2019-10-171-3/+5
* USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum2019-09-061-4/+12
* usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum2019-08-251-5/+7
* USB: cdc-acm: fix unthrottle racesJohan Hovold2019-05-101-7/+25
* usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard2019-04-031-3/+1
* usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas2019-01-161-0/+7
* cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin2019-01-092-0/+11
* usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs2018-11-271-0/+3
* cdc-acm: correct counting of UART states in serial state notificationTobias Herzog2018-10-091-7/+7
* cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog2018-10-091-1/+0
* cdc-acm: fix race between reset and control messagingOliver Neukum2018-10-091-0/+1
* usb: cdc_acm: Do not leak URB buffersRomain Izard2018-10-011-0/+6
* Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior2018-09-201-1/+1
* Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2018-09-102-74/+0
* usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interr...Jia-Ju Bai2018-09-051-1/+1
* Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2018-07-301-0/+3
|\
| * usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel2018-07-161-0/+3
* | usb: usbtmc: Add support for 32 bit compat applicationsGuido Kiener2018-07-241-0/+4
* | usb: usbtmc: Add ioctl for termination characterGuido Kiener2018-07-211-2/+34
* | usb: usbtmc: Add ioctl for EOM bitGuido Kiener2018-07-211-1/+27
* | usb: usbtmc: Add ioctl for triggerGuido Kiener2018-07-211-0/+49
* | usb: usbtmc: Add ioctls to set/get usb timeoutGuido Kiener2018-07-211-6/+59
* | usb: usbtmc: use consistent timeout errorGuido Kiener2018-07-211-1/+1
* | usb: usbtmc: Support Read Status Byte with SRQ per fileGuido Kiener2018-07-211-31/+105
* | Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman2018-07-021-0/+3
|\|
| * usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff2018-06-251-0/+3
* | usb: cdc-wdm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-6/+10