summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usbtmc.c
AgeCommit message (Expand)AuthorLines
2014-11-03usb: class: usbtmc: delete unnecessary 'out of memory' messagesPeter Chen-3/+1
2014-07-09usb: class: usbtmc.c: Cleaning up uninitialized variablesRickard Strandqvist-1/+1
2014-05-27USB: usbtmc: fix DMA on stackOliver Neukum-1/+5
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-08-25USB: usbtmc: fix up attribute permissionsGreg Kroah-Hartman-8/+8
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman-4/+4
2013-08-12USB: usbtmc: fix big-endian probe of Rigol devicesJohan Hovold-4/+4
2013-07-25usbtmc: convert to devm_kzallocAndy Shevchenko-2/+1
2013-07-25usbtmc: remove redundant bracesAndy Shevchenko-14/+14
2013-07-25usbtmc: call pr_err instead of plain printkAndy Shevchenko-5/+4
2013-07-25usbtmc: remove trailing spacesAndy Shevchenko-3/+3
2013-05-16USB: usbtmc: Change magic number to constantAlexandre Peixoto Ferreira-5/+5
2013-05-16USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirkAlexandre Peixoto Ferreira-38/+114
2013-05-16USB: usbtmc: Set rigol_quirk if device is listedAlexandre Peixoto Ferreira-0/+14
2013-05-16USB: usbtmc: TMC request code segregated from usbtmc_readAlexandre Peixoto Ferreira-31/+54
2013-05-16USB: usbtmc: Add flag rigol_quirk to usbtmc_device_dataAlexandre Peixoto Ferreira-0/+14
2013-04-19USB: usbtmc: remove unnecessary memory allocationMing Lei-22/+4
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman-16/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto-3/+2
2011-08-08USB: assign instead of equal in usbtmc.cMaxim Nikulin-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-02USB: BKL removal: usbtmcOliver Neukum-3/+0
2010-03-02USB: Push BKL on open down into the driversOliver Neukum-0/+3
2010-03-02USB class: make USB device id constantNémeth Márton-1/+1
2009-12-11USB: usbtmc: Use usb_clear_halt() instead of custom code.Sarah Sharp-28/+8
2009-12-11USB: usbtmc: repeat usb_bulk_msg until whole message is transferedAndre Herms-4/+10
2009-12-11USB: usbtmc: minor formatting cleanupsOliver Neukum-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-10-09USB: usbtmc: fix timeout increaseGergely Imreh-1/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-1/+1
2009-09-23USB: fix USBTMC get_capabilities success handlingGergely Imreh-5/+8
2009-09-23USB: usbtmc: correct termination condition for reads.Steve Holland-1/+2
2009-09-23USB: usbtmc: inhibit corruptionSteve Holland-0/+4
2009-09-23USB: usbtmc: Fix short reads in usbtmc_read()Steve Holland-4/+4
2009-09-23USB: usbtmc: fix printk format warningsRandy Dunlap-1/+1
2009-09-23USB: usbtmc: sanity checks for DEV_DEP_MSG_IN urbsGuus Sliepen-4/+18
2009-09-23USB: suspend/resume support for usbtmcOliver Neukum-1/+14
2009-09-23USB: usbtmc can do IO to device after disconnectOliver Neukum-0/+19
2009-07-12USB: fix memory leak in usbtmcOliver Neukum-4/+6
2009-06-15USB: usbtmc: fix switch statmentGreg Kroah-Hartman-0/+6
2009-03-17USB: usbtmc: add protocol 1 supportGreg Kroah-Hartman-0/+1
2009-03-17USB: usbtmc: fix stupid bug in open()Greg Kroah-Hartman-1/+2
2009-01-07USB: usbtmc: indent & braces disagree, something else is desiredIlpo Järvinen-6/+3
2008-12-17USB: fix problem with usbtmc driver not loading properlyGreg Kroah-Hartman-0/+1
2008-10-29USB: usbtmc: Use explicit unsigned type for input buffer instead of char*Chris Malley-1/+1
2008-10-17USB: add USB test and measurement class driverGreg Kroah-Hartman-0/+1087