summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* USB: cdc-acm: do not log successful probe on later errorsJohan Hovold2021-03-231-2/+2
* USB: cdc-acm: always claim data interfaceJohan Hovold2021-03-231-8/+6
* USB: cdc-acm: use negation for NULL checksJohan Hovold2021-03-231-2/+2
* USB: cdc-acm: clean up probe error labelsJohan Hovold2021-03-231-17/+18
* USB: cdc-acm: drop redundant driver-data resetJohan Hovold2021-03-231-1/+0
* USB: cdc-acm: drop redundant driver-data assignmentJohan Hovold2021-03-231-1/+0
* USB: cdc-acm: fix use-after-free after probe failureJohan Hovold2021-03-231-0/+5
* USB: cdc-acm: fix double free on probe failureJohan Hovold2021-03-231-1/+0
* USB: cdc-acm: downgrade message to debugOliver Neukum2021-03-231-1/+2
* USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum2021-03-231-16/+32
* cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum2021-03-231-1/+3
* USB: usblp: fix a hang in poll() if disconnectedPete Zaitcev2021-03-101-4/+12
* Goodix Fingerprint device is not a modemYorick de Wid2021-03-101-0/+5
* Merge tag 'usb-serial-5.12-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-02-101-0/+6
|\
| * USB: cdc-acm: ignore Exar XR21V141X when serial driver is builtMauro Carvalho Chehab2021-01-211-0/+6
* | Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman2021-02-081-8/+11
|\ \
| * | USB: usblp: don't call usb_set_interface if there's a single altJeremy Figgins2021-01-261-8/+11
| |/
* | Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman2021-01-113-5/+36
|\|
| * USB: usblp: fix DMA to stackJohan Hovold2021-01-041-2/+19
| * USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().Tetsuo Handa2020-12-281-3/+13
| * USB: cdc-acm: blacklist another IR Droid deviceSean Young2020-12-281-0/+4
* | USB: usbtmc: Bump USBTMC_API_VERSION valueDave Penkler2020-12-281-1/+1
* | USB: usbtmc: Add separate USBTMC_IOCTL_GET_SRQ_STBDave Penkler2020-12-281-0/+31
* | USB: usbtmc: Add USBTMC_IOCTL_GET_STBDave Penkler2020-12-281-0/+6
* | USB: usbtmc: Fix reading stale status byteDave Penkler2020-12-281-21/+25
|/
* 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