summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messagesAlan Stern2024-07-051-2/+2
* Revert "usb: cdc-wdm: close race between read and workqueue"Greg Kroah-Hartman2024-05-021-5/+1
* usb: cdc-wdm: close race between read and workqueueOliver Neukum2024-04-131-1/+5
* USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT2022-09-151-0/+3
* usb: cdc-wdm: fix reading stuck on device closeSergey Ryazanov2022-05-181-0/+1
* USB: cdc-acm: fix break reportingJohan Hovold2021-10-131-0/+3
* USB: cdc-acm: fix racy tty buffer accessesJohan Hovold2021-10-131-0/+5
* USB: cdc-acm: fix minor-number releaseJohan Hovold2021-10-062-2/+7
* USB: usbtmc: Fix RCU stall warningQiang.zhang2021-08-121-8/+1
* USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen2021-07-201-0/+5
* cdc-wdm: untangle a circular dependency between callback and softintOliver Neukum2021-05-221-8/+22
* USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold2021-05-221-2/+0
* USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum2021-04-281-1/+2
* USB: cdc-acm: fix use-after-free after probe failureJohan Hovold2021-04-071-0/+5
* USB: cdc-acm: fix double free on probe failureJohan Hovold2021-04-071-1/+0
* USB: cdc-acm: downgrade message to debugOliver Neukum2021-04-071-1/+2
* USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum2021-04-071-16/+32
* cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum2021-04-071-1/+3
* USB: usblp: fix a hang in poll() if disconnectedPete Zaitcev2021-03-171-4/+12
* Goodix Fingerprint device is not a modemYorick de Wid2021-03-171-0/+5
* 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