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
Commit message (
Expand
)
Author
Age
Files
Lines
*
try to detect correctly the module when subv/subd differ with non-subv/subd
Guillaume Cottenceau
2002-10-04
1
-0
/
+3
*
fix gc
Thierry Vignaud
2002-09-12
1
-1
/
+1
*
fix ugly case for snd-usb-audio which should have made titi think that
Pascal Rigaux
2002-09-05
2
-3
/
+8
*
fix getting the Product name in usb (occurs when there is no entry in usbtable)
Pascal Rigaux
2002-08-29
1
-1
/
+4
*
fix getting the Product name
Pascal Rigaux
2002-08-29
1
-1
/
+1
*
fix PCI_CLASS_PROG offset
Thierry Vignaud
2002-08-29
1
-1
/
+1
*
0.4.6-4mdk
Thierry Vignaud
2002-08-26
2
-1
/
+15
*
- kill last fseek
Thierry Vignaud
2002-08-25
1
-26
/
+21
*
0.4.6-3mdk
Thierry Vignaud
2002-08-22
2
-1
/
+25
*
try to not freeze on buggy motherboard by preventing:
Thierry Vignaud
2002-08-22
1
-5
/
+6
*
- rpmlint fixes (url, doc)
Thierry Vignaud
2002-08-17
1
-14
/
+14
*
split rpm target in srpm and rpm
Thierry Vignaud
2002-08-17
1
-2
/
+5
*
4.6mdk
Thierry Vignaud
2002-08-17
2
-1
/
+16
*
default RPM to ~/rpm
Thierry Vignaud
2002-08-17
1
-1
/
+3
*
*** empty log message ***
Thierry Vignaud
2002-08-16
1
-1
/
+20
*
- usb.c: allocate mem as pci.c does
Thierry Vignaud
2002-08-16
3
-39
/
+37
*
usb audio devices can use new alsa modules snd-usb-audio
Thierry Vignaud
2002-08-15
2
-1
/
+6
*
0.4.5-1mdk: don't depend of the table order
Thierry Vignaud
2002-08-08
2
-2
/
+33
*
- struct pciusb_entrie : add already_found flag
Thierry Vignaud
2002-08-08
2
-0
/
+10
*
use -fPIC on every arch
Pascal Rigaux
2002-07-31
1
-2
/
+1
*
fill in pci_bus and pci_device for USB
Pascal Rigaux
2002-07-30
2
-5
/
+20
*
0.4.4-1mdk
Thierry Vignaud
2002-07-25
1
-4
/
+8
*
*** empty log message ***
Thierry Vignaud
2002-07-25
1
-0
/
+31
*
fix "(null) description" bug: don't skip entries where module has
Thierry Vignaud
2002-07-25
1
-1
/
+1
*
0.4.3-1mdk
Thierry Vignaud
2002-07-24
1
-2
/
+9
*
enhanced help
Thierry Vignaud
2002-07-23
1
-2
/
+2
*
- don't die when missing /proc/bus/pci/devices (resp. /proc/bus/usb/devices),
Pascal Rigaux
2002-07-22
3
-6
/
+17
*
teach titi that !(a && !b) is not (!a && !b) but (!a || b)
Pascal Rigaux
2002-07-16
2
-2
/
+8
*
next release is ok
V0_4_2_1mdk
Thierry Vignaud
2002-07-16
2
-6
/
+31
*
explain what does -f
Thierry Vignaud
2002-07-16
1
-1
/
+1
*
no need for unistd.h
Thierry Vignaud
2002-07-16
1
-1
/
+0
*
- print error message if unable to open the arguement passed to -u,-p
Thierry Vignaud
2002-07-16
3
-2
/
+40
*
- fix usb "url"
Thierry Vignaud
2002-07-16
1
-2
/
+4
*
- pci.c: add the ability to read pci devices list from a file instead
Thierry Vignaud
2002-07-16
5
-2
/
+360
*
- move usb devices proc entry path into
Thierry Vignaud
2002-07-16
3
-7
/
+18
*
- change memory pattern : MAX*sizeof(entry) on stack + REAL_NB*sizeof() in heap
Thierry Vignaud
2002-07-16
1
-23
/
+23
*
don't do useless stuff when full probe isn't requires:
Thierry Vignaud
2002-07-16
1
-2
/
+2
*
compacificazion
Thierry Vignaud
2002-07-15
1
-13
/
+7
*
fix for "gcc-2.95.3 don't compile" (reported by Ian White)
Thierry Vignaud
2002-07-09
1
-2
/
+2
*
add explicit depandancies so that make rebuild files if needed when header're...
Thierry Vignaud
2002-07-05
1
-0
/
+4
*
compile with -Os (which results in saving 12% of text size)
Thierry Vignaud
2002-07-05
1
-1
/
+1
*
factorize common constants in private header
Thierry Vignaud
2002-07-04
1
-1
/
+1
*
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
3
-2
/
+5
*
we don't really need stdlib.h
Thierry Vignaud
2002-07-04
1
-3
/
+2
*
move full_probe definition nearer its usage, aka in main()
Thierry Vignaud
2002-07-04
1
-22
/
+15
*
- merge {pci,usb}_printit into printit
Thierry Vignaud
2002-07-04
1
-21
/
+10
*
0.4.1-1mdk
Thierry Vignaud
2002-07-04
1
-2
/
+16
*
make an if clearer
Thierry Vignaud
2002-07-04
1
-1
/
+2
[next]