summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
2022-09-08USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT1-0/+3
2022-05-18usb: cdc-wdm: fix reading stuck on device closeSergey Ryazanov1-0/+1
2022-03-23usb: usbtmc: Fix bug in pipe direction for control transfersAlan Stern1-3/+10
2021-10-13USB: cdc-acm: fix break reportingJohan Hovold1-0/+3
2021-10-13USB: cdc-acm: fix racy tty buffer accessesJohan Hovold1-0/+5
2021-09-30USB: cdc-acm: fix minor-number releaseJohan Hovold2-2/+7
2021-08-12USB: usbtmc: Fix RCU stall warningQiang.zhang1-8/+1
2021-07-14USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen1-0/+5
2021-05-19cdc-wdm: untangle a circular dependency between callback and softintOliver Neukum1-8/+22
2021-05-14USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold1-2/+1
2021-05-14USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold1-2/+0
2021-05-14Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold1-9/+2
2021-04-28USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum1-1/+2
2021-04-07USB: cdc-acm: fix use-after-free after probe failureJohan Hovold1-0/+5
2021-04-07USB: cdc-acm: fix double free on probe failureJohan Hovold1-1/+0
2021-04-07USB: cdc-acm: downgrade message to debugOliver Neukum1-1/+2
2021-04-07USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum1-16/+32
2021-04-07cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum1-1/+3
2021-03-17USB: usblp: fix a hang in poll() if disconnectedPete Zaitcev1-4/+12
2021-03-17Goodix Fingerprint device is not a modemYorick de Wid1-0/+5
2021-02-10USB: usblp: don't call usb_set_interface if there's a single altJeremy Figgins1-8/+11
2021-01-12USB: usblp: fix DMA to stackJohan Hovold1-2/+19
2021-01-12USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().Tetsuo Handa1-3/+13
2021-01-12USB: cdc-acm: blacklist another IR Droid deviceSean Young1-0/+4
2020-11-13usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt1-0/+9
2020-10-28usb: cdc-acm: fix cooldown mechanismJerome Brunet2-9/+6
2020-10-05usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol1-0/+11
2020-10-02USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum1-17/+55
2020-09-25USB: cdc-acm: clean up no-union-descriptor handlingJohan Hovold2-28/+15
2020-09-25USB: cdc-acm: use common data-class defineJohan Hovold2-6/+2
2020-09-25USB: cdc-acm: handle broken union descriptorsJohan Hovold1-0/+12
2020-09-25Revert "cdc-acm: hardening against malicious devices"Johan Hovold1-5/+0
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman1-0/+5
2020-09-17USB: cdc-acm: cleanup of data structuresOliver Neukum2-9/+10
2020-09-17usblp: fix race between disconnect() and read()Oliver Neukum1-0/+5
2020-08-18USB: cdc-acm: rework notification_buffer resizingTom Rix1-12/+10
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+6
2020-07-15usb: class: cdc-wdm: Provide description for usb_cdc_wdm_register()'s manage_...Lee Jones1-1/+2
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-03usb: class: usbtmc: File headers are not good candidates for kerneldocLee Jones1-1/+1
2020-06-23media: USB: cdc-acm: blacklist IR Droid / IR Toy deviceSean Young1-0/+6
2020-06-18cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund1-0/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-05-27CDC-ACM: heed quirk also in error handlingOliver Neukum1-1/+1
2020-05-13usblp: poison URBs upon disconnectOliver Neukum1-1/+4
2020-04-16cdc-acm: introduce a cool downOliver Neukum2-3/+32
2020-04-16cdc-acm: close race betrween suspend() and acm_softintOliver Neukum1-3/+3
2020-03-27USB: cdc-acm: restore capability check orderMatthias Reichl1-9/+9
2020-03-17USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet1-9/+16
2020-03-17USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet1-4/+5