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
/
pciusb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use same types as in libpci (in order to please Teuf)
Thierry Vignaud
2009-10-01
1
-3
/
+3
*
(pci_probe) use libpci in order to retrieve PCI capabilities in order to have
Thierry Vignaud
2009-09-30
1
-0
/
+1
*
(pciusb_initialize) initialize pci revision to 0
Thierry Vignaud
2009-09-29
1
-0
/
+1
*
Move modalias parsing code to generic code
Christophe Fergeau
2009-04-03
1
-70
/
+3
*
Fix some memory leaks
Christophe Fergeau
2009-04-03
1
-3
/
+9
*
do not use random string as device description
Olivier Blin
2009-03-27
1
-1
/
+1
*
update comment
Olivier Blin
2009-03-27
1
-2
/
+2
*
use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in kernel...
Olivier Blin
2009-03-27
1
-2
/
+3
*
- pciusb.c: Include <sys/utsname.h>, needed by uname(2)
Luiz Fernando Capitulino
2009-02-05
1
-0
/
+1
*
use usb_prefix as variable name
Olivier Blin
2008-04-03
1
-3
/
+3
*
correctly use usbdev busnum and devnum when finding USB device in sysfs to ge...
Olivier Blin
2008-04-03
1
-2
/
+3
*
fix bus type (and segfault on x86_64)
Olivier Blin
2008-02-29
1
-1
/
+1
*
do not free aliasfilename that early (really use modules.alias file from kern...
Olivier Blin
2008-02-28
1
-2
/
+4
*
check opendir return code
Olivier Blin
2008-02-27
1
-0
/
+2
*
find modules from USB modaliases as well (useful when module is a
Olivier Blin
2008-02-27
1
-5
/
+32
*
cosmetics
Olivier Blin
2008-02-27
1
-0
/
+1
*
extract pci-specific function
Olivier Blin
2008-02-27
1
-1
/
+7
*
extract set_modules_from_modalias_file (bus-independant)
Olivier Blin
2008-02-27
1
-7
/
+13
*
move libmodprobe variables declaration
Olivier Blin
2008-02-27
1
-7
/
+6
*
make some functions static
Olivier Blin
2008-02-27
1
-2
/
+2
*
free modalias
Olivier Blin
2008-02-27
1
-0
/
+1
*
free modalias path earlier
Olivier Blin
2008-02-27
1
-1
/
+1
*
set module in find_modules_through_aliases_one
Olivier Blin
2008-02-27
1
-9
/
+6
*
fix indentation
Olivier Blin
2008-02-27
1
-12
/
+12
*
find default alias file once only
Olivier Blin
2008-02-27
1
-20
/
+26
*
extract set_modules_from_modalias()
Olivier Blin
2008-02-27
1
-33
/
+36
*
remove unused symfilename
Olivier Blin
2008-02-27
1
-3
/
+1
*
pass bus to find_modalias
Olivier Blin
2008-02-27
1
-4
/
+4
*
extract find_modalias function
Olivier Blin
2008-02-27
1
-21
/
+28
*
fix indentation
Olivier Blin
2008-02-27
1
-5
/
+5
*
do not ignore subsequent modaliases if resolving one fails
Olivier Blin
2008-02-27
1
-2
/
+2
*
allow to modify the fh type more easily by adding more wrappers
Olivier Blin
2008-02-27
1
-2
/
+2
*
fix modalias fd leak (thanks to Anssi for the report)
Olivier Blin
2007-09-28
1
-0
/
+2
*
use ldetect-lst aliases from /lib/module-init-tools/, not from /usr
Olivier Blin
2007-09-11
1
-1
/
+1
*
indent
Olivier Blin
2007-09-11
1
-14
/
+14
*
do not read modules.dep and do not try to find command, we always try to find...
Olivier Blin
2007-09-11
1
-7
/
+0
*
do not read depends twice
Olivier Blin
2007-09-09
1
-13
/
+15
*
use module aliases from first match only
Olivier Blin
2007-09-09
1
-1
/
+1
*
use table_name_to_file() not to hardcode ldetect-lst path everywhere
Olivier Blin
2007-09-07
1
-7
/
+9
*
use ldetect's preferred-modules.alias file before other aliases files
Olivier Blin
2007-09-07
1
-1
/
+2
*
rewrite
Olivier Blin
2007-09-07
1
-5
/
+5
*
fallback on ldetect-lst's dkms-modules.alias if no alias is found (to find mo...
Olivier Blin
2007-08-31
1
-2
/
+6
*
avoid a useless alloc + free
Olivier Blin
2007-08-31
1
-7
/
+5
*
move fallback path in a macro
Olivier Blin
2007-08-31
1
-1
/
+3
*
remove unused variable
Olivier Blin
2007-08-31
1
-1
/
+0
*
remove useless initialization code
Olivier Blin
2007-08-31
1
-16
/
+0
*
(find_modules_through_aliases) fix test, thus fixing overwriting Card: in chroot
Thierry Vignaud
2007-08-27
1
-1
/
+1
*
try harder to reduce number of relocations (most remaining ones are due to
Thierry Vignaud
2007-08-27
1
-10
/
+10
*
prefer ldetect-lst's modules.alias if more recent (to detect modular IDE cont...
Olivier Blin
2007-08-22
1
-3
/
+9
*
remove spurious argument
Olivier Blin
2007-08-22
1
-1
/
+1
[next]