summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usbtmc.c
AgeCommit message (Expand)Author
2019-11-20usb: usbtmc: uninitialized symbol 'actual' in usbtmc_ioctl_clearGuido Kiener
2019-11-20usb: usbtmc: Fix ioctl USBTMC_IOCTL_ABORT_BULK_OUTGuido Kiener
2018-07-24usb: usbtmc: Add support for 32 bit compat applicationsGuido Kiener
2018-07-21usb: usbtmc: Add ioctl for termination characterGuido Kiener
2018-07-21usb: usbtmc: Add ioctl for EOM bitGuido Kiener
2018-07-21usb: usbtmc: Add ioctl for triggerGuido Kiener
2018-07-21usb: usbtmc: Add ioctls to set/get usb timeoutGuido Kiener
2018-07-21usb: usbtmc: use consistent timeout errorGuido Kiener
2018-07-21usb: usbtmc: Support Read Status Byte with SRQ per fileGuido Kiener
2018-05-18usb: usbtmc: Remove rigol_quirkGuido Kiener
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
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-10-27usb: class: usbtmc: mark expected switch fall-throughGustavo A. R. Silva
2017-08-10usb: usbtmc: constify attribute_group structures.Arvind Yadav
2017-03-29USB: usbtmc: refactor endpoint retrievalJohan Hovold
2017-03-17USB: usbtmc: fix probe error pathJohan Hovold
2017-03-17USB: usbtmc: add missing endpoint sanity checkJohan Hovold
2016-10-24usbtmc: Add, clarify and fix commentsDave Penkler
2016-09-28Revert "usbtmc: convert to devm_kzalloc"Greg Kroah-Hartman
2016-08-30usb: class: usbtmc: don't print on ENOMEMWolfram Sang
2016-08-15usb: class: usbtmc: don't print error when allocating urb failsWolfram Sang
2016-02-20usb: usbtmc: Fix disconnect/poll interactionDave Penkler
2016-02-03Add ioctls to enable and disable local controls on an instrumentDave Penkler
2016-02-03Add ioctl to retrieve USBTMC-USB488 capabilitiesDave Penkler
2016-02-03Add support for receiving USBTMC USB488 SRQ notifications via poll/selectDave Penkler
2016-02-03Add support for USBTMC USB488 SRQ notification with fasyncDave Penkler
2016-02-03Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation.Dave Penkler
2015-06-02USB: usbtmc: add device quirk for Rigol DS6104Teunis van Beelen
2014-11-03usb: class: usbtmc: delete unnecessary 'out of memory' messagesPeter Chen
2014-07-09usb: class: usbtmc.c: Cleaning up uninitialized variablesRickard Strandqvist
2014-05-27USB: usbtmc: fix DMA on stackOliver Neukum
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-08-25USB: usbtmc: fix up attribute permissionsGreg Kroah-Hartman
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman
2013-08-12USB: usbtmc: fix big-endian probe of Rigol devicesJohan Hovold
2013-07-25usbtmc: convert to devm_kzallocAndy Shevchenko
2013-07-25usbtmc: remove redundant bracesAndy Shevchenko
2013-07-25usbtmc: call pr_err instead of plain printkAndy Shevchenko
2013-07-25usbtmc: remove trailing spacesAndy Shevchenko
2013-05-16USB: usbtmc: Change magic number to constantAlexandre Peixoto Ferreira
2013-05-16USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirkAlexandre Peixoto Ferreira
2013-05-16USB: usbtmc: Set rigol_quirk if device is listedAlexandre Peixoto Ferreira
2013-05-16USB: usbtmc: TMC request code segregated from usbtmc_readAlexandre Peixoto Ferreira
2013-05-16USB: usbtmc: Add flag rigol_quirk to usbtmc_device_dataAlexandre Peixoto Ferreira
2013-04-19USB: usbtmc: remove unnecessary memory allocationMing Lei
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-08USB: assign instead of equal in usbtmc.cMaxim Nikulin