summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* usb: usbtmc: Remove rigol_quirkGuido Kiener2018-05-181-69/+12
* usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek2018-02-161-3/+6
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-8/+8
* Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-012-9/+12
|\
| * USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman2018-01-242-8/+8
| * CDC-ACM: apply quirk for card readerOliver Neukum2018-01-221-0/+3
| * USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede2018-01-161-1/+1
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-283-6/+6
|/
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-135-43/+6
|\
| * USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman2017-11-071-0/+1
| * USB: class: Remove redundant license textGreg Kroah-Hartman2017-11-043-43/+0
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-044-0/+4
| * usb: class: usbtmc: mark expected switch fall-throughGustavo A. R. Silva2017-10-271-0/+1
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau2017-10-171-0/+3
* USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponseBjørn Mork2017-09-251-1/+3
* usb: usbtmc: constify attribute_group structures.Arvind Yadav2017-08-101-2/+2
* Merge 4.13-rc2 into usb-nextGreg Kroah-Hartman2017-07-231-0/+3
|\
| * USB: cdc-acm: add device-id for quirky printerJohan Hovold2017-07-171-0/+3
* | USB: cdc-wdm: remove unneeded DRIVER_VERSION defineGreg Kroah-Hartman2017-07-221-4/+0
|/
* usb: cdc-wdm: use memdup_userGeliang Tang2017-05-171-13/+4
* USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"Bjørn Mork2017-04-251-99/+4
* usb: fix some references for /proc/bus/usbMauro Carvalho Chehab2017-04-182-2/+2
* cdc-acm: remove unused element of struct acmTobias Herzog2017-04-011-1/+0
* cdc-acm: log message for serial state notificationTobias Herzog2017-04-011-0/+2
* cdc-acm: reassemble fragmented notificationsTobias Herzog2017-04-012-29/+86
* cdc-acm: fix possible invalid access when processing notificationTobias Herzog2017-04-011-4/+9
* USB: usbtmc: refactor endpoint retrievalJohan Hovold2017-03-291-38/+18
* Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman2017-03-271-3/+15
|\
| * USB: usbtmc: fix probe error pathJohan Hovold2017-03-171-2/+6
| * USB: usbtmc: add missing endpoint sanity checkJohan Hovold2017-03-171-1/+9
* | USB: usblp: refactor endpoint retrievalJohan Hovold2017-03-231-22/+13
* | USB: cdc-acm: refactor endpoint retrievalJohan Hovold2017-03-231-17/+7
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
* usb: cdc-wdm: remove logically dead codeGustavo A. R. Silva2017-02-151-1/+1
* USB: cdc-acm: fix TIOCGSERIAL flagsJohan Hovold2017-01-261-1/+0
* USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin2016-12-051-0/+1
* cdc-acm: handle read pipe errorsLadislav Michl2016-11-212-10/+53
* cdc-acm: remove is_int_ep from acm structureLadislav Michl2016-11-212-4/+2
* cdc-acm: store in and out pipes in acm structureLadislav Michl2016-11-212-16/+18
* cdc-acm: refactor killing urbsLadislav Michl2016-11-211-27/+16
* cdc-acm: avoid interface_to_usbdev callLadislav Michl2016-11-211-6/+3
* cdc-acm: reindent log messagesLadislav Michl2016-11-211-18/+17
* Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman2016-11-141-2/+2
|\
| * USB: cdc-acm: fix TIOCMIWAITJohan Hovold2016-11-101-2/+0
| * cdc-acm: fix uninitialized variableOliver Neukum2016-11-071-0/+2
* | USB: cdc-acm: use get_icount tty operationJohan Hovold2016-11-101-19/+12
* | USB: cdc-acm: fix invalid user-pointer checkJohan Hovold2016-11-101-3/+0