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