summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorLines
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
2016-11-21cdc-acm: avoid interface_to_usbdev callLadislav Michl-6/+3
2016-11-21cdc-acm: reindent log messagesLadislav Michl-18/+17
2016-11-14Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman-2/+2
2016-11-10USB: cdc-acm: use get_icount tty operationJohan Hovold-19/+12
2016-11-10USB: cdc-acm: fix invalid user-pointer checkJohan Hovold-3/+0
2016-11-10USB: cdc-acm: fix TIOCMIWAITJohan Hovold-2/+0
2016-11-07cdc-acm: fix uninitialized variableOliver Neukum-0/+2
2016-10-24usbtmc: Add, clarify and fix commentsDave Penkler-2/+3
2016-09-28Revert "usbtmc: convert to devm_kzalloc"Greg Kroah-Hartman-1/+2
2016-09-21cdc-acm: hardening against malicious devicesOliver Neukum-0/+5
2016-09-13cdc-acm: cleaning up debug in data submission pathOliver Neukum-10/+6
2016-09-13cdc-acm: cleanup debugging in submission pathOliver Neukum-4/+4
2016-09-09cdc-acm: delete obsolete debug messagesOliver Neukum-17/+3
2016-09-09cdc-wdm: add terminating newlineOliver Neukum-10/+10
2016-08-30usb: class: usbtmc: don't print on ENOMEMWolfram Sang-3/+1
2016-08-21Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman-4/+2
2016-08-15cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li-4/+2
2016-08-15cdc-wdm: cleanup debug messagesOliver Neukum-4/+3
2016-08-15usb: class: usbtmc: don't print error when allocating urb failsWolfram Sang-3/+1
2016-08-10cdc-wdm: Clear read pipeline in case of errorRobert Foss-10/+29
2016-08-09cdc-wdm: fix "out-of-sync" due to missing notificationsBjørn Mork-4/+99
2016-07-18cdc-acm: beautify probe()Oliver Neukum-20/+24
2016-07-18cdc-wdm: use the common CDC parserOliver Neukum-25/+5
2016-07-18cdc-acm: cleanup error handlingOliver Neukum-5/+3
2016-07-18cdc-acm: use the common parserOliver Neukum-59/+10