summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
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
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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-17usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau1-0/+3
2017-09-25USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponseBjørn Mork1-1/+3
2017-08-10usb: usbtmc: constify attribute_group structures.Arvind Yadav1-2/+2
2017-07-24Merge 4.13-rc2 into usb-nextGreg Kroah-Hartman1-0/+3
2017-07-22USB: cdc-wdm: remove unneeded DRIVER_VERSION defineGreg Kroah-Hartman1-4/+0
2017-07-17USB: cdc-acm: add device-id for quirky printerJohan Hovold1-0/+3
2017-05-17usb: cdc-wdm: use memdup_userGeliang Tang1-13/+4
2017-04-25USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"Bjørn Mork1-99/+4
2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab2-2/+2
2017-04-01cdc-acm: remove unused element of struct acmTobias Herzog1-1/+0
2017-04-01cdc-acm: log message for serial state notificationTobias Herzog1-0/+2
2017-04-01cdc-acm: reassemble fragmented notificationsTobias Herzog2-29/+86
2017-04-01cdc-acm: fix possible invalid access when processing notificationTobias Herzog1-4/+9
2017-03-29USB: usbtmc: refactor endpoint retrievalJohan Hovold1-38/+18
2017-03-27Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman1-3/+15
2017-03-23USB: usblp: refactor endpoint retrievalJohan Hovold1-22/+13
2017-03-23USB: cdc-acm: refactor endpoint retrievalJohan Hovold1-17/+7
2017-03-17USB: usbtmc: fix probe error pathJohan Hovold1-2/+6
2017-03-17USB: usbtmc: add missing endpoint sanity checkJohan Hovold1-1/+9
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2-1/+2
2017-02-15usb: cdc-wdm: remove logically dead codeGustavo A. R. Silva1-1/+1
2017-01-26USB: cdc-acm: fix TIOCGSERIAL flagsJohan Hovold1-1/+0
2016-12-05USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin1-0/+1
2016-11-21cdc-acm: handle read pipe errorsLadislav Michl2-10/+53
2016-11-21cdc-acm: remove is_int_ep from acm structureLadislav Michl2-4/+2
2016-11-21cdc-acm: store in and out pipes in acm structureLadislav Michl2-16/+18
2016-11-21cdc-acm: refactor killing urbsLadislav Michl1-27/+16