summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usbtmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB: usbtmc can do IO to device after disconnectOliver Neukum2009-09-231-0/+19
* USB: fix memory leak in usbtmcOliver Neukum2009-07-121-4/+6
* USB: usbtmc: fix switch statmentGreg Kroah-Hartman2009-06-151-0/+6
* USB: usbtmc: add protocol 1 supportGreg Kroah-Hartman2009-03-171-0/+1
* USB: usbtmc: fix stupid bug in open()Greg Kroah-Hartman2009-03-171-1/+2
* USB: usbtmc: indent & braces disagree, something else is desiredIlpo Järvinen2009-01-071-6/+3
* USB: fix problem with usbtmc driver not loading properlyGreg Kroah-Hartman2008-12-171-0/+1
* USB: usbtmc: Use explicit unsigned type for input buffer instead of char*Chris Malley2008-10-291-1/+1
* USB: add USB test and measurement class driverGreg Kroah-Hartman2008-10-171-0/+1087