summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
2022-05-18usb: cdc-wdm: fix reading stuck on device closeSergey Ryazanov1-0/+1
2021-10-17USB: cdc-acm: fix break reportingJohan Hovold1-0/+3
2021-10-17USB: cdc-acm: fix racy tty buffer accessesJohan Hovold1-0/+5
2021-08-15USB: usbtmc: Fix RCU stall warningQiang.zhang1-7/+1
2021-07-20USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen1-0/+5
2021-05-22USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold1-2/+0
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: 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-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-acm: blacklist another IR Droid deviceSean Young1-0/+4
2020-11-18usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt1-0/+9
2020-11-05usb: cdc-acm: fix cooldown mechanismJerome Brunet2-9/+6
2020-10-29USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum1-17/+55
2020-10-29usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol1-0/+11
2020-10-29USB: cdc-acm: handle broken union descriptorsJohan Hovold1-0/+12
2020-09-23usblp: fix race between disconnect() and read()Oliver Neukum1-0/+5
2020-09-03USB: cdc-acm: rework notification_buffer resizingTom Rix1-12/+10
2020-06-30cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund1-0/+2
2020-06-25usblp: poison URBs upon disconnectOliver Neukum1-1/+4
2020-06-11CDC-ACM: heed quirk also in error handlingOliver Neukum1-1/+1
2020-05-02cdc-acm: introduce a cool downOliver Neukum2-3/+32
2020-05-02cdc-acm: close race betrween suspend() and acm_softintOliver Neukum1-3/+3
2020-04-02USB: cdc-acm: restore capability check orderMatthias Reichl1-9/+9
2020-04-02USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet1-9/+16
2020-04-02USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet1-4/+5
2020-01-27cdc-wdm: pass return value of recover_from_urb_lossYueHaibing1-1/+1
2019-10-29USB: usblp: fix use-after-free on disconnectJohan Hovold1-1/+3
2019-10-17USB: usblp: fix runtime PM after driver unbindJohan Hovold1-3/+5
2019-09-06USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum1-4/+12
2019-08-25usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum1-5/+7
2019-05-10USB: cdc-acm: fix unthrottle racesJohan Hovold1-7/+25
2019-04-03usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard1-3/+1
2019-01-17usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas1-0/+7
2019-01-09cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin2-0/+11
2018-11-27usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs1-0/+3
2018-11-10cdc-acm: fix race between reset and control messagingOliver Neukum1-0/+1
2018-11-10cdc-acm: correct counting of UART states in serial state notificationTobias Herzog1-7/+7
2018-11-10cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog1-1/+0
2018-10-13usb: cdc_acm: Do not leak URB buffersRomain Izard1-0/+6
2018-10-04Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior1-1/+1
2018-09-26Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2-74/+0
2018-09-26usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interr...Jia-Ju Bai1-1/+1
2018-07-28usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel1-0/+3
2018-07-08usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff1-0/+3
2018-05-25usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek1-3/+6