summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorLines
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman-0/+3
2018-06-28usb: cdc-wdm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-6/+10
2018-06-28USB: cdc-wdm: don't enable interrupts in USB-givebackSebastian Andrzej Siewior-7/+24
2018-06-28usb: usblp: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-4/+6
2018-06-28usb: cdc-acm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-2/+3
2018-06-25usb: cdc-acm: Decrement tty port's refcount if probe() failJaejoong Kim-18/+17
2018-06-25usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff-0/+3
2018-05-18usb: usbtmc: Remove rigol_quirkGuido Kiener-69/+12
2018-02-16usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek-3/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-8/+8
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-9/+12
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman-8/+8
2018-01-22CDC-ACM: apply quirk for card readerOliver Neukum-0/+3
2018-01-16USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-6/+6
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-43/+6
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman-0/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+1
2017-11-04USB: class: Remove redundant license textGreg Kroah-Hartman-43/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27usb: class: usbtmc: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-10-17usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau-0/+3
2017-09-25USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponseBjørn Mork-1/+3
2017-08-10usb: usbtmc: constify attribute_group structures.Arvind Yadav-2/+2
2017-07-23Merge 4.13-rc2 into usb-nextGreg Kroah-Hartman-0/+3
2017-07-22USB: cdc-wdm: remove unneeded DRIVER_VERSION defineGreg Kroah-Hartman-4/+0
2017-07-17USB: cdc-acm: add device-id for quirky printerJohan Hovold-0/+3
2017-05-17usb: cdc-wdm: use memdup_userGeliang Tang-13/+4
2017-04-25USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"Bjørn Mork-99/+4
2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab-2/+2
2017-04-01cdc-acm: remove unused element of struct acmTobias Herzog-1/+0
2017-04-01cdc-acm: log message for serial state notificationTobias Herzog-0/+2
2017-04-01cdc-acm: reassemble fragmented notificationsTobias Herzog-29/+86
2017-04-01cdc-acm: fix possible invalid access when processing notificationTobias Herzog-4/+9
2017-03-29USB: usbtmc: refactor endpoint retrievalJohan Hovold-38/+18
2017-03-27Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman-3/+15
2017-03-23USB: usblp: refactor endpoint retrievalJohan Hovold-22/+13
2017-03-23USB: cdc-acm: refactor endpoint retrievalJohan Hovold-17/+7
2017-03-17USB: usbtmc: fix probe error pathJohan Hovold-2/+6
2017-03-17USB: usbtmc: add missing endpoint sanity checkJohan Hovold-1/+9
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+2
2017-02-15usb: cdc-wdm: remove logically dead codeGustavo A. R. Silva-1/+1
2017-01-26USB: cdc-acm: fix TIOCGSERIAL flagsJohan Hovold-1/+0
2016-12-05USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin-0/+1
2016-11-21cdc-acm: handle read pipe errorsLadislav Michl-10/+53
2016-11-21cdc-acm: remove is_int_ep from acm structureLadislav Michl-4/+2
2016-11-21cdc-acm: store in and out pipes in acm structureLadislav Michl-16/+18
2016-11-21cdc-acm: refactor killing urbsLadislav Michl-27/+16