summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum2020-10-291-17/+55
* usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol2020-10-291-0/+11
* USB: cdc-acm: handle broken union descriptorsJohan Hovold2020-10-291-0/+12
* usblp: fix race between disconnect() and read()Oliver Neukum2020-09-231-0/+5
* cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund2020-06-301-0/+2
* usblp: poison URBs upon disconnectOliver Neukum2020-06-301-1/+4
* USB: cdc-acm: restore capability check orderMatthias Reichl2020-04-021-9/+9
* USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet2020-04-021-9/+16
* USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet2020-04-021-4/+5
* cdc-wdm: pass return value of recover_from_urb_lossYueHaibing2020-01-291-1/+1
* USB: usblp: fix use-after-free on disconnectJohan Hovold2019-10-291-1/+3
* USB: usblp: fix runtime PM after driver unbindJohan Hovold2019-10-171-3/+5
* USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum2019-09-061-4/+12
* usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum2019-08-251-5/+7
* usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas2019-01-161-0/+7
* cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin2019-01-092-0/+11
* usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs2018-11-271-0/+3
* cdc-acm: correct counting of UART states in serial state notificationTobias Herzog2018-11-101-7/+7
* Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior2018-10-031-1/+1
* Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2018-09-262-74/+0
* usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interr...Jia-Ju Bai2018-09-261-1/+1
* usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel2018-07-281-0/+3
* usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff2018-07-111-0/+3
* usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek2018-05-251-3/+6
* CDC-ACM: apply quirk for card readerOliver Neukum2018-02-031-0/+3
* USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede2018-02-031-1/+1
* usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau2017-10-271-0/+3
* USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponseBjørn Mork2017-10-121-1/+3
* USB: cdc-acm: add device-id for quirky printerJohan Hovold2017-07-271-0/+3
* cdc-acm: fix possible invalid access when processing notificationTobias Herzog2017-05-251-4/+9
* USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"Bjørn Mork2017-05-201-99/+4
* USB: usbtmc: fix probe error pathJohan Hovold2017-03-301-2/+6
* USB: usbtmc: add missing endpoint sanity checkJohan Hovold2017-03-301-1/+9
* USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin2017-01-061-0/+1
* USB: cdc-acm: fix TIOCMIWAITJohan Hovold2016-11-101-2/+0
* cdc-acm: fix uninitialized variableOliver Neukum2016-11-071-0/+2
* Revert "usbtmc: convert to devm_kzalloc"Greg Kroah-Hartman2016-09-281-1/+2
* cdc-acm: hardening against malicious devicesOliver Neukum2016-09-211-0/+5
* cdc-acm: cleaning up debug in data submission pathOliver Neukum2016-09-131-10/+6
* cdc-acm: cleanup debugging in submission pathOliver Neukum2016-09-131-4/+4
* cdc-acm: delete obsolete debug messagesOliver Neukum2016-09-091-17/+3
* cdc-wdm: add terminating newlineOliver Neukum2016-09-091-10/+10
* usb: class: usbtmc: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman2016-08-212-4/+2
|\
| * cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li2016-08-152-4/+2
* | cdc-wdm: cleanup debug messagesOliver Neukum2016-08-151-4/+3
* | usb: class: usbtmc: don't print error when allocating urb failsWolfram Sang2016-08-151-3/+1
* | cdc-wdm: Clear read pipeline in case of errorRobert Foss2016-08-101-10/+29
* | cdc-wdm: fix "out-of-sync" due to missing notificationsBjørn Mork2016-08-091-4/+99
|/
* cdc-acm: beautify probe()Oliver Neukum2016-07-181-20/+24