index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
class
/
usbtmc.c
Age
Commit message (
Expand
)
Author
Lines
2014-11-03
usb: class: usbtmc: delete unnecessary 'out of memory' messages
Peter Chen
-3
/
+1
2014-07-09
usb: class: usbtmc.c: Cleaning up uninitialized variables
Rickard Strandqvist
-1
/
+1
2014-05-27
USB: usbtmc: fix DMA on stack
Oliver Neukum
-1
/
+5
2014-01-08
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
-1
/
+0
2013-08-25
USB: usbtmc: fix up attribute permissions
Greg Kroah-Hartman
-8
/
+8
2013-08-18
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
-4
/
+4
2013-08-12
USB: usbtmc: fix big-endian probe of Rigol devices
Johan Hovold
-4
/
+4
2013-07-25
usbtmc: convert to devm_kzalloc
Andy Shevchenko
-2
/
+1
2013-07-25
usbtmc: remove redundant braces
Andy Shevchenko
-14
/
+14
2013-07-25
usbtmc: call pr_err instead of plain printk
Andy Shevchenko
-5
/
+4
2013-07-25
usbtmc: remove trailing spaces
Andy Shevchenko
-3
/
+3
2013-05-16
USB: usbtmc: Change magic number to constant
Alexandre Peixoto Ferreira
-5
/
+5
2013-05-16
USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirk
Alexandre Peixoto Ferreira
-38
/
+114
2013-05-16
USB: usbtmc: Set rigol_quirk if device is listed
Alexandre Peixoto Ferreira
-0
/
+14
2013-05-16
USB: usbtmc: TMC request code segregated from usbtmc_read
Alexandre Peixoto Ferreira
-31
/
+54
2013-05-16
USB: usbtmc: Add flag rigol_quirk to usbtmc_device_data
Alexandre Peixoto Ferreira
-0
/
+14
2013-04-19
USB: usbtmc: remove unnecessary memory allocation
Ming Lei
-22
/
+4
2011-11-18
USB: convert drivers/usb/* to use module_usb_driver()
Greg Kroah-Hartman
-16
/
+1
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
-3
/
+2
2011-08-08
USB: assign instead of equal in usbtmc.c
Maxim Nikulin
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
-1
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
-0
/
+1
2010-03-02
USB: BKL removal: usbtmc
Oliver Neukum
-3
/
+0
2010-03-02
USB: Push BKL on open down into the drivers
Oliver Neukum
-0
/
+3
2010-03-02
USB class: make USB device id constant
Németh Márton
-1
/
+1
2009-12-11
USB: usbtmc: Use usb_clear_halt() instead of custom code.
Sarah Sharp
-28
/
+8
2009-12-11
USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
Andre Herms
-4
/
+10
2009-12-11
USB: usbtmc: minor formatting cleanups
Oliver Neukum
-2
/
+2
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
-1
/
+1
2009-10-09
USB: usbtmc: fix timeout increase
Gergely Imreh
-1
/
+1
2009-10-01
const: constify remaining file_operations
Alexey Dobriyan
-1
/
+1
2009-09-23
USB: fix USBTMC get_capabilities success handling
Gergely Imreh
-5
/
+8
2009-09-23
USB: usbtmc: correct termination condition for reads.
Steve Holland
-1
/
+2
2009-09-23
USB: usbtmc: inhibit corruption
Steve Holland
-0
/
+4
2009-09-23
USB: usbtmc: Fix short reads in usbtmc_read()
Steve Holland
-4
/
+4
2009-09-23
USB: usbtmc: fix printk format warnings
Randy Dunlap
-1
/
+1
2009-09-23
USB: usbtmc: sanity checks for DEV_DEP_MSG_IN urbs
Guus Sliepen
-4
/
+18
2009-09-23
USB: suspend/resume support for usbtmc
Oliver Neukum
-1
/
+14
2009-09-23
USB: usbtmc can do IO to device after disconnect
Oliver Neukum
-0
/
+19
2009-07-12
USB: fix memory leak in usbtmc
Oliver Neukum
-4
/
+6
2009-06-15
USB: usbtmc: fix switch statment
Greg Kroah-Hartman
-0
/
+6
2009-03-17
USB: usbtmc: add protocol 1 support
Greg Kroah-Hartman
-0
/
+1
2009-03-17
USB: usbtmc: fix stupid bug in open()
Greg Kroah-Hartman
-1
/
+2
2009-01-07
USB: usbtmc: indent & braces disagree, something else is desired
Ilpo Järvinen
-6
/
+3
2008-12-17
USB: fix problem with usbtmc driver not loading properly
Greg Kroah-Hartman
-0
/
+1
2008-10-29
USB: usbtmc: Use explicit unsigned type for input buffer instead of char*
Chris Malley
-1
/
+1
2008-10-17
USB: add USB test and measurement class driver
Greg Kroah-Hartman
-0
/
+1087