aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
AgeCommit message (Expand)Author
2019-05-30USB: cdc-acm: fix unthrottle racesJohan Hovold
2019-04-07usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard
2019-02-05usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas
2019-01-12cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin
2018-12-04usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs
2018-11-10cdc-acm: fix race between reset and control messagingOliver Neukum
2018-11-10cdc-acm: correct counting of UART states in serial state notificationTobias Herzog
2018-11-10cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog
2018-10-13usb: cdc_acm: Do not leak URB buffersRomain Izard
2018-10-03Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior
2018-09-26Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum
2018-09-26usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interr...Jia-Ju Bai
2018-07-16usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel
2018-06-25usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff
2018-05-18usb: usbtmc: Remove rigol_quirkGuido Kiener
2018-02-16usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman
2018-01-22CDC-ACM: apply quirk for card readerOliver Neukum
2018-01-16USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04USB: class: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27usb: class: usbtmc: mark expected switch fall-throughGustavo A. R. Silva
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-17usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau
2017-09-25USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponseBjørn Mork
2017-08-10usb: usbtmc: constify attribute_group structures.Arvind Yadav
2017-07-23Merge 4.13-rc2 into usb-nextGreg Kroah-Hartman
2017-07-22USB: cdc-wdm: remove unneeded DRIVER_VERSION defineGreg Kroah-Hartman
2017-07-17USB: cdc-acm: add device-id for quirky printerJohan Hovold
2017-05-17usb: cdc-wdm: use memdup_userGeliang Tang
2017-04-25USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"Bjørn Mork
2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab
2017-04-01cdc-acm: remove unused element of struct acmTobias Herzog
2017-04-01cdc-acm: log message for serial state notificationTobias Herzog
2017-04-01cdc-acm: reassemble fragmented notificationsTobias Herzog
2017-04-01cdc-acm: fix possible invalid access when processing notificationTobias Herzog
2017-03-29USB: usbtmc: refactor endpoint retrievalJohan Hovold
2017-03-27Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman
2017-03-23USB: usblp: refactor endpoint retrievalJohan Hovold
2017-03-23USB: cdc-acm: refactor endpoint retrievalJohan Hovold
2017-03-17USB: usbtmc: fix probe error pathJohan Hovold
2017-03-17USB: usbtmc: add missing endpoint sanity checkJohan Hovold
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar