index
:
ldetect
distro/mga1
distro/mga2
master
Light Hardware Detection Tool
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(usb_probe) do not display any warning when driver field is empty in
Thierry Vignaud
2009-09-03
1
-2
/
+2
*
Use usb.ids
Pascal Terjan
2009-06-25
1
-6
/
+38
*
same for usb
Pascal Terjan
2009-06-25
1
-1
/
+1
*
ignore usb interfaces not active
Pascal Terjan
2009-04-10
1
-1
/
+3
*
fix parsing of /proc/bus/usb/device I: lines and use the class
Pascal Terjan
2009-04-10
1
-5
/
+7
*
use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in kernel...
Olivier Blin
2009-03-27
1
-2
/
+3
*
use snd_usb_audio (with underscores)
Olivier Blin
2007-09-19
1
-1
/
+1
*
replace '-' characters from USB drivers with '_' to be compliant with modname...
Olivier Blin
2007-09-19
1
-1
/
+9
*
reuse modprobe code in order to resolve modalias (need to be optimized)
Thierry Vignaud
2007-08-04
1
-1
/
+1
*
(struct pciusb_entry) rename class_ as class_id
Thierry Vignaud
2007-02-26
1
-6
/
+6
*
stop performing descriptions lookup from pcitable for PCI
Thierry Vignaud
2007-02-26
1
-1
/
+1
*
(usb_probe) fix parsing /proc/bus/usb/devices with kernel-2.6.20
Thierry Vignaud
2007-01-10
1
-2
/
+2
*
(usb_probe) fix parsing /proc/bus/usb/devices with large "parent
Thierry Vignaud
2006-11-06
1
-1
/
+1
*
fix freeing a reference to a constant string (fredl)
Thierry Vignaud
2006-02-22
1
-1
/
+1
*
(usb_probe) prevent spurious warnings for strange USB interfaces
Thierry Vignaud
2005-08-05
1
-0
/
+2
*
libify and simplify
Pascal Rigaux
2005-03-14
1
-2
/
+1
*
(usb_probe) ask the kernel for module to use with usb devices
Thierry Vignaud
2004-06-17
1
-1
/
+4
*
a little cleanup
Pascal Rigaux
2003-08-20
1
-1
/
+1
*
do full-probe by default; remove support for no full-probe
Thierry Vignaud
2003-08-19
1
-1
/
+1
*
no error message when -p is not used and there is neither pci nor usb bus
Pascal Rigaux
2002-11-05
1
-8
/
+5
*
fix access check
Thierry Vignaud
2002-11-05
1
-1
/
+1
*
fix getting the Product name
Pascal Rigaux
2002-08-29
1
-1
/
+1
*
- usb.c: allocate mem as pci.c does
Thierry Vignaud
2002-08-16
1
-32
/
+31
*
usb audio devices can use new alsa modules snd-usb-audio
Thierry Vignaud
2002-08-15
1
-0
/
+3
*
fill in pci_bus and pci_device for USB
Pascal Rigaux
2002-07-30
1
-4
/
+16
*
- don't die when missing /proc/bus/pci/devices (resp. /proc/bus/usb/devices),
Pascal Rigaux
2002-07-22
1
-3
/
+6
*
- print error message if unable to open the arguement passed to -u,-p
Thierry Vignaud
2002-07-16
1
-1
/
+21
*
- move usb devices proc entry path into
Thierry Vignaud
2002-07-16
1
-4
/
+5
*
typo fix
Thierry Vignaud
2002-07-04
1
-1
/
+1
*
- factorize common constants in private header
Thierry Vignaud
2002-07-04
1
-4
/
+5
*
factorize common constants in private header
Thierry Vignaud
2002-07-04
1
-1
/
+1
*
make an if clearer
Thierry Vignaud
2002-07-04
1
-1
/
+2
*
get rid of more uneeded copies
Thierry Vignaud
2002-07-03
1
-1
/
+1
*
get rid of {pci,usb}_find_modules()
Thierry Vignaud
2002-07-03
1
-4
/
+1
*
indent-region
Thierry Vignaud
2002-07-03
1
-42
/
+43
*
ensure the header file are C++ compliant (do not use "class" for struct field...
Pascal Rigaux
2002-06-10
1
-4
/
+4
*
use the sub-category for usb probing
Pascal Rigaux
2001-09-13
1
-4
/
+3
*
Don't print ugly can't open.
Chmouel Boudjnah
2001-04-05
1
-5
/
+2
*
if subid can be useful, use them. use probe_type==-1 to ensure no subid is used
Pascal Rigaux
2001-03-21
1
-9
/
+2
*
*** empty log message ***
Francois Pons
2001-03-06
1
-1
/
+8
*
now detect usb
Pascal Rigaux
2000-12-16
1
-0
/
+63