aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usbtmc.c
Commit message (Expand)AuthorAge
* usb: usbtmc: Add support for 32 bit compat applicationsGuido Kiener2018-07-24
* usb: usbtmc: Add ioctl for termination characterGuido Kiener2018-07-21
* usb: usbtmc: Add ioctl for EOM bitGuido Kiener2018-07-21
* usb: usbtmc: Add ioctl for triggerGuido Kiener2018-07-21
* usb: usbtmc: Add ioctls to set/get usb timeoutGuido Kiener2018-07-21
* usb: usbtmc: use consistent timeout errorGuido Kiener2018-07-21
* usb: usbtmc: Support Read Status Byte with SRQ per fileGuido Kiener2018-07-21
* usb: usbtmc: Remove rigol_quirkGuido Kiener2018-05-18
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* USB: class: Remove redundant license textGreg Kroah-Hartman2017-11-04
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-04
* usb: class: usbtmc: mark expected switch fall-throughGustavo A. R. Silva2017-10-27
* usb: usbtmc: constify attribute_group structures.Arvind Yadav2017-08-10
* USB: usbtmc: refactor endpoint retrievalJohan Hovold2017-03-29
* USB: usbtmc: fix probe error pathJohan Hovold2017-03-17
* USB: usbtmc: add missing endpoint sanity checkJohan Hovold2017-03-17
* usbtmc: Add, clarify and fix commentsDave Penkler2016-10-24
* Revert "usbtmc: convert to devm_kzalloc"Greg Kroah-Hartman2016-09-28
* usb: class: usbtmc: don't print on ENOMEMWolfram Sang2016-08-30
* usb: class: usbtmc: don't print error when allocating urb failsWolfram Sang2016-08-15
* usb: usbtmc: Fix disconnect/poll interactionDave Penkler2016-02-20
* Add ioctls to enable and disable local controls on an instrumentDave Penkler2016-02-03
* Add ioctl to retrieve USBTMC-USB488 capabilitiesDave Penkler2016-02-03
* Add support for receiving USBTMC USB488 SRQ notifications via poll/selectDave Penkler2016-02-03
* Add support for USBTMC USB488 SRQ notification with fasyncDave Penkler2016-02-03
* Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation.Dave Penkler2016-02-03
* USB: usbtmc: add device quirk for Rigol DS6104Teunis van Beelen2015-06-01
* usb: class: usbtmc: delete unnecessary 'out of memory' messagesPeter Chen2014-11-03
* usb: class: usbtmc.c: Cleaning up uninitialized variablesRickard Strandqvist2014-07-09
* USB: usbtmc: fix DMA on stackOliver Neukum2014-05-27
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-08
* USB: usbtmc: fix up attribute permissionsGreg Kroah-Hartman2013-08-25
* Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-18
|\
| * USB: usbtmc: fix big-endian probe of Rigol devicesJohan Hovold2013-08-12
* | usbtmc: convert to devm_kzallocAndy Shevchenko2013-07-25
* | usbtmc: remove redundant bracesAndy Shevchenko2013-07-25
* | usbtmc: call pr_err instead of plain printkAndy Shevchenko2013-07-25
* | usbtmc: remove trailing spacesAndy Shevchenko2013-07-25
|/
* USB: usbtmc: Change magic number to constantAlexandre Peixoto Ferreira2013-05-16
* USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirkAlexandre Peixoto Ferreira2013-05-16
* USB: usbtmc: Set rigol_quirk if device is listedAlexandre Peixoto Ferreira2013-05-16
* USB: usbtmc: TMC request code segregated from usbtmc_readAlexandre Peixoto Ferreira2013-05-16
* USB: usbtmc: Add flag rigol_quirk to usbtmc_device_dataAlexandre Peixoto Ferreira2013-05-16
* USB: usbtmc: remove unnecessary memory allocationMing Lei2013-04-19
* USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-18
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* USB: assign instead of equal in usbtmc.cMaxim Nikulin2011-08-08
* Fix common misspellingsLucas De Marchi2011-03-31
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15