summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usbtmc.c
Commit message (Expand)AuthorAgeFilesLines
* usbtmc: Add, clarify and fix commentsDave Penkler2016-10-241-2/+3
* Revert "usbtmc: convert to devm_kzalloc"Greg Kroah-Hartman2016-09-281-1/+2
* usb: class: usbtmc: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* usb: class: usbtmc: don't print error when allocating urb failsWolfram Sang2016-08-151-3/+1
* usb: usbtmc: Fix disconnect/poll interactionDave Penkler2016-02-201-1/+2
* Add ioctls to enable and disable local controls on an instrumentDave Penkler2016-02-031-0/+70
* Add ioctl to retrieve USBTMC-USB488 capabilitiesDave Penkler2016-02-031-0/+12
* Add support for receiving USBTMC USB488 SRQ notifications via poll/selectDave Penkler2016-02-031-0/+23
* Add support for USBTMC USB488 SRQ notification with fasyncDave Penkler2016-02-031-0/+24
* Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation.Dave Penkler2016-02-031-0/+201
* USB: usbtmc: add device quirk for Rigol DS6104Teunis van Beelen2015-06-021-0/+1
* usb: class: usbtmc: delete unnecessary 'out of memory' messagesPeter Chen2014-11-031-3/+1
* usb: class: usbtmc.c: Cleaning up uninitialized variablesRickard Strandqvist2014-07-091-1/+1
* USB: usbtmc: fix DMA on stackOliver Neukum2014-05-271-1/+5
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: usbtmc: fix up attribute permissionsGreg Kroah-Hartman2013-08-251-8/+8
* Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-181-4/+4
|\
| * USB: usbtmc: fix big-endian probe of Rigol devicesJohan Hovold2013-08-121-4/+4
* | usbtmc: convert to devm_kzallocAndy Shevchenko2013-07-251-2/+1
* | usbtmc: remove redundant bracesAndy Shevchenko2013-07-251-14/+14
* | usbtmc: call pr_err instead of plain printkAndy Shevchenko2013-07-251-5/+4
* | usbtmc: remove trailing spacesAndy Shevchenko2013-07-251-3/+3
|/
* USB: usbtmc: Change magic number to constantAlexandre Peixoto Ferreira2013-05-161-5/+5
* USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirkAlexandre Peixoto Ferreira2013-05-161-38/+114
* USB: usbtmc: Set rigol_quirk if device is listedAlexandre Peixoto Ferreira2013-05-161-0/+14
* USB: usbtmc: TMC request code segregated from usbtmc_readAlexandre Peixoto Ferreira2013-05-161-31/+54
* USB: usbtmc: Add flag rigol_quirk to usbtmc_device_dataAlexandre Peixoto Ferreira2013-05-161-0/+14
* USB: usbtmc: remove unnecessary memory allocationMing Lei2013-04-191-22/+4
* USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-16/+1
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-3/+2
* USB: assign instead of equal in usbtmc.cMaxim Nikulin2011-08-081-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: BKL removal: usbtmcOliver Neukum2010-03-021-3/+0
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-0/+3
* USB class: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: usbtmc: Use usb_clear_halt() instead of custom code.Sarah Sharp2009-12-111-28/+8
* USB: usbtmc: repeat usb_bulk_msg until whole message is transferedAndre Herms2009-12-111-4/+10
* USB: usbtmc: minor formatting cleanupsOliver Neukum2009-12-111-2/+2
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* USB: usbtmc: fix timeout increaseGergely Imreh2009-10-091-1/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* USB: fix USBTMC get_capabilities success handlingGergely Imreh2009-09-231-5/+8
* USB: usbtmc: correct termination condition for reads.Steve Holland2009-09-231-1/+2
* USB: usbtmc: inhibit corruptionSteve Holland2009-09-231-0/+4
* USB: usbtmc: Fix short reads in usbtmc_read()Steve Holland2009-09-231-4/+4
* USB: usbtmc: fix printk format warningsRandy Dunlap2009-09-231-1/+1
* USB: usbtmc: sanity checks for DEV_DEP_MSG_IN urbsGuus Sliepen2009-09-231-4/+18
* USB: suspend/resume support for usbtmcOliver Neukum2009-09-231-1/+14