summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* USB: usbtmc: Fix RCU stall warningQiang.zhang2021-08-121-8/+1
* USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen2021-07-141-0/+5
* cdc-wdm: untangle a circular dependency between callback and softintOliver Neukum2021-05-191-8/+22
* USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold2021-05-141-2/+1
* USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold2021-05-141-2/+0
* Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold2021-05-141-9/+2
* 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-131-0/+9
* usb: cdc-acm: fix cooldown mechanismJerome Brunet2020-10-282-9/+6
* usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol2020-10-051-0/+11
* USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum2020-10-021-17/+55
* USB: cdc-acm: clean up no-union-descriptor handlingJohan Hovold2020-09-252-28/+15
* USB: cdc-acm: use common data-class defineJohan Hovold2020-09-252-6/+2
* USB: cdc-acm: handle broken union descriptorsJohan Hovold2020-09-251-0/+12
* Revert "cdc-acm: hardening against malicious devices"Johan Hovold2020-09-251-5/+0
* Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2020-09-211-0/+5
|\
| * usblp: fix race between disconnect() and read()Oliver Neukum2020-09-171-0/+5
* | USB: cdc-acm: cleanup of data structuresOliver Neukum2020-09-172-9/+10
|/
* USB: cdc-acm: rework notification_buffer resizingTom Rix2020-08-181-12/+10
* Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-071-0/+6
|\
| * media: USB: cdc-acm: blacklist IR Droid / IR Toy deviceSean Young2020-06-231-0/+6
* | usb: class: cdc-wdm: Provide description for usb_cdc_wdm_register()'s manage_...Lee Jones2020-07-151-1/+2
* | usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-1/+1
* | usb: class: usbtmc: File headers are not good candidates for kerneldocLee Jones2020-07-031-1/+1
* | cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund2020-06-181-0/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* CDC-ACM: heed quirk also in error handlingOliver Neukum2020-05-271-1/+1
* usblp: poison URBs upon disconnectOliver Neukum2020-05-131-1/+4
* cdc-acm: introduce a cool downOliver Neukum2020-04-162-3/+32
* cdc-acm: close race betrween suspend() and acm_softintOliver Neukum2020-04-161-3/+3
* USB: cdc-acm: restore capability check orderMatthias Reichl2020-03-271-9/+9
* USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet2020-03-171-9/+16
* USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet2020-03-171-4/+5
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-012-4/+2
|\
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-232-4/+2
* | USB: usblp: fix use-after-free on disconnectJohan Hovold2019-10-151-1/+3
* | USB: usblp: fix runtime PM after driver unbindJohan Hovold2019-10-041-3/+5
|/
* Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman2019-09-022-4/+15
|\
| * USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum2019-08-281-4/+12