aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usbtmc.c
Commit message (Expand)AuthorAge
* 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
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* USB: BKL removal: usbtmcOliver Neukum2010-03-02
* USB: Push BKL on open down into the driversOliver Neukum2010-03-02
* USB class: make USB device id constantNémeth Márton2010-03-02
* USB: usbtmc: Use usb_clear_halt() instead of custom code.Sarah Sharp2009-12-11
* USB: usbtmc: repeat usb_bulk_msg until whole message is transferedAndre Herms2009-12-11
* USB: usbtmc: minor formatting cleanupsOliver Neukum2009-12-11
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* USB: usbtmc: fix timeout increaseGergely Imreh2009-10-09
* const: constify remaining file_operationsAlexey Dobriyan2009-10-01
* USB: fix USBTMC get_capabilities success handlingGergely Imreh2009-09-23
* USB: usbtmc: correct termination condition for reads.Steve Holland2009-09-23
* USB: usbtmc: inhibit corruptionSteve Holland2009-09-23
* USB: usbtmc: Fix short reads in usbtmc_read()Steve Holland2009-09-23
* USB: usbtmc: fix printk format warningsRandy Dunlap2009-09-23
* USB: usbtmc: sanity checks for DEV_DEP_MSG_IN urbsGuus Sliepen2009-09-23
* USB: suspend/resume support for usbtmcOliver Neukum2009-09-23
* USB: usbtmc can do IO to device after disconnectOliver Neukum2009-09-23
* USB: fix memory leak in usbtmcOliver Neukum2009-07-12
* USB: usbtmc: fix switch statmentGreg Kroah-Hartman2009-06-16
* USB: usbtmc: add protocol 1 supportGreg Kroah-Hartman2009-03-17
* USB: usbtmc: fix stupid bug in open()Greg Kroah-Hartman2009-03-17
* USB: usbtmc: indent & braces disagree, something else is desiredIlpo Järvinen2009-01-07
* USB: fix problem with usbtmc driver not loading properlyGreg Kroah-Hartman2008-12-17
* USB: usbtmc: Use explicit unsigned type for input buffer instead of char*Chris Malley2008-10-29
* USB: add USB test and measurement class driverGreg Kroah-Hartman2008-10-17