summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-052-2/+8
|\
| * USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen2021-06-241-0/+5
| * usb: class: cdc-wdm: return the correct errno codeJunlin Yang2021-06-241-2/+3
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-17/+4
|\ \
| * | tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-15/+2
| * | Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-311-8/+22
| |\|
| * | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
| * | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-9/+24
|\ \ \ | | |/ | |/|
| * | cdc-wdm: untangle a circular dependency between callback and softintOliver Neukum2021-05-101-8/+22
| |/
* / usb: class: cdc-wdm: WWAN framework integrationLoic Poulain2021-05-111-4/+176
|/
* Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-04-221-3/+11
|\
| * USB: cdc-acm: add more Maxlinear/Exar models to ignore listMauro Carvalho Chehab2021-04-131-3/+11
* | USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum2021-04-221-1/+2
* | USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold2021-04-091-2/+1
* | USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold2021-04-091-2/+0
* | Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold2021-04-091-9/+2
* | 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