summaryrefslogtreecommitdiff
path: root/drivers/usb/class/usbtmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-12USB: usbtmc: Fix RCU stall warningQiang.zhang1-8/+1
2019-11-20usb: usbtmc: uninitialized symbol 'actual' in usbtmc_ioctl_clearGuido Kiener1-0/+1
2019-11-20usb: usbtmc: Fix ioctl USBTMC_IOCTL_ABORT_BULK_OUTGuido Kiener1-4/+12
2018-07-24usb: usbtmc: Add support for 32 bit compat applicationsGuido Kiener1-0/+4
2018-07-21usb: usbtmc: Add ioctl for termination characterGuido Kiener1-2/+34
2018-07-21usb: usbtmc: Add ioctl for EOM bitGuido Kiener1-1/+27
2018-07-21usb: usbtmc: Add ioctl for triggerGuido Kiener1-0/+49
2018-07-21usb: usbtmc: Add ioctls to set/get usb timeoutGuido Kiener1-6/+59
2018-07-21usb: usbtmc: use consistent timeout errorGuido Kiener1-1/+1
2018-07-21usb: usbtmc: Support Read Status Byte with SRQ per fileGuido Kiener1-31/+105
2018-05-18usb: usbtmc: Remove rigol_quirkGuido Kiener1-69/+12
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-04USB: class: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-27usb: class: usbtmc: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-08-10usb: usbtmc: constify attribute_group structures.Arvind Yadav1-2/+2
2017-03-29USB: usbtmc: refactor endpoint retrievalJohan Hovold1-38/+18
2017-03-17USB: usbtmc: fix probe error pathJohan Hovold1-2/+6
2017-03-17USB: usbtmc: add missing endpoint sanity checkJohan Hovold1-1/+9
2016-10-24usbtmc: Add, clarify and fix commentsDave Penkler1-2/+3
2016-09-28Revert "usbtmc: convert to devm_kzalloc"Greg Kroah-Hartman1-1/+2
2016-08-30usb: class: usbtmc: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-15usb: class: usbtmc: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-02-21usb: usbtmc: Fix disconnect/poll interactionDave Penkler1-1/+2
2016-02-04Add ioctls to enable and disable local controls on an instrumentDave Penkler1-0/+70
2016-02-04Add ioctl to retrieve USBTMC-USB488 capabilitiesDave Penkler1-0/+12
2016-02-04Add support for receiving USBTMC USB488 SRQ notifications via poll/selectDave Penkler1-0/+23
2016-02-04Add support for USBTMC USB488 SRQ notification with fasyncDave Penkler1-0/+24
2016-02-04Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation.Dave Penkler1-0/+201
2015-06-02USB: usbtmc: add device quirk for Rigol DS6104Teunis van Beelen1-0/+1
2014-11-04usb: class: usbtmc: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-07-10usb: class: usbtmc.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-05-28USB: usbtmc: fix DMA on stackOliver Neukum1-1/+5
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-26USB: usbtmc: fix up attribute permissionsGreg Kroah-Hartman1-8/+8
2013-08-19Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-4/+4
2013-08-13USB: usbtmc: fix big-endian probe of Rigol devicesJohan Hovold1-4/+4
2013-07-25usbtmc: convert to devm_kzallocAndy Shevchenko1-2/+1
2013-07-25usbtmc: remove redundant bracesAndy Shevchenko1-14/+14
2013-07-25usbtmc: call pr_err instead of plain printkAndy Shevchenko1-5/+4
2013-07-25usbtmc: remove trailing spacesAndy Shevchenko1-3/+3
2013-05-17USB: usbtmc: Change magic number to constantAlexandre Peixoto Ferreira1-5/+5
2013-05-17USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirkAlexandre Peixoto Ferreira1-38/+114
2013-05-17USB: usbtmc: Set rigol_quirk if device is listedAlexandre Peixoto Ferreira1-0/+14
2013-05-17USB: usbtmc: TMC request code segregated from usbtmc_readAlexandre Peixoto Ferreira1-31/+54
2013-05-17USB: usbtmc: Add flag rigol_quirk to usbtmc_device_dataAlexandre Peixoto Ferreira1-0/+14
2013-04-19USB: usbtmc: remove unnecessary memory allocationMing Lei1-22/+4
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-16/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-3/+2