summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
2020-11-18usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt1-0/+9
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-06-30cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund1-0/+2
2020-06-30usblp: poison URBs upon disconnectOliver Neukum1-1/+4
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-29cdc-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-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: correct counting of UART states in serial state notificationTobias Herzog1-7/+7
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-11usb: 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
2018-02-03CDC-ACM: apply quirk for card readerOliver Neukum1-0/+3
2018-02-03USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede1-1/+1
2017-10-27usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau1-0/+3
2017-10-12USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponseBjørn Mork1-1/+3
2017-07-28USB: cdc-acm: add device-id for quirky printerJohan Hovold1-0/+3
2017-05-25cdc-acm: fix possible invalid access when processing notificationTobias Herzog1-4/+9
2017-05-20USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"Bjørn Mork1-99/+4
2017-03-30USB: usbtmc: fix probe error pathJohan Hovold1-2/+6
2017-03-30USB: usbtmc: add missing endpoint sanity checkJohan Hovold1-1/+9
2017-01-06USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin1-0/+1
2016-11-10USB: cdc-acm: fix TIOCMIWAITJohan Hovold1-2/+0
2016-11-07cdc-acm: fix uninitialized variableOliver Neukum1-0/+2
2016-09-28Revert "usbtmc: convert to devm_kzalloc"Greg Kroah-Hartman1-1/+2
2016-09-21cdc-acm: hardening against malicious devicesOliver Neukum1-0/+5
2016-09-13cdc-acm: cleaning up debug in data submission pathOliver Neukum1-10/+6
2016-09-13cdc-acm: cleanup debugging in submission pathOliver Neukum1-4/+4
2016-09-09cdc-acm: delete obsolete debug messagesOliver Neukum1-17/+3
2016-09-09cdc-wdm: add terminating newlineOliver Neukum1-10/+10
2016-08-30usb: class: usbtmc: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-22Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman2-4/+2
2016-08-15cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li2-4/+2
2016-08-15cdc-wdm: cleanup debug messagesOliver Neukum1-4/+3
2016-08-15usb: class: usbtmc: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-08-10cdc-wdm: Clear read pipeline in case of errorRobert Foss1-10/+29
2016-08-09cdc-wdm: fix "out-of-sync" due to missing notificationsBjørn Mork1-4/+99