summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - lspcidrake: use getopt to parse command-line instead of playingLuiz Fernando Capitulino2009-02-051-24/+37
| | | | | with pointers
* - pciusb.c: Include <sys/utsname.h>, needed by uname(2)Luiz Fernando Capitulino2009-02-051-0/+1
|
* - Fix 'ret may be used uninitialized' warning by initializingLuiz Fernando Capitulino2009-02-051-2/+2
| | | | | it with the standard error code
* fix emailsThierry Vignaud2009-01-271-4/+4
|
* 0.7.26Thierry Vignaud2008-05-142-1/+3
|
* (pci_probe) adapt to pciutils-3.x APIThierry Vignaud2008-05-141-0/+1
|
* (pci_probe) adapt to pciutils-3.x APIThierry Vignaud2008-05-142-3/+2
|
* 0.7.25Olivier Blin2008-04-031-1/+1
|
* use usb_prefix as variable nameOlivier Blin2008-04-031-3/+3
|
* correctly use usbdev busnum and devnum when finding USB device in sysfs to ↵Olivier Blin2008-04-031-2/+3
| | | | get its modalias (#38721)
* 0.7.24Pascal Rigaux2008-03-201-1/+1
|
* updatePascal Rigaux2008-03-201-0/+131
|
* when faking probe (ie -p, -u, --dmidecode), do not do real probe on other busPascal Rigaux2008-03-201-6/+11
| | | | | (eg: do not probe pci and usb if using --dmidecode)
* 0.7.23Olivier Blin2008-02-291-1/+1
|
* fix bus type (and segfault on x86_64)Olivier Blin2008-02-291-1/+1
|
* 0.7.22Olivier Blin2008-02-281-1/+1
|
* do not free aliasfilename that early (really use modules.alias file from ↵Olivier Blin2008-02-281-2/+4
| | | | kernel or ldetect-lst)
* 0.7.21Olivier Blin2008-02-271-1/+1
|
* check opendir return codeOlivier Blin2008-02-271-0/+2
|
* find modules from USB modaliases as well (useful when module is aOlivier Blin2008-02-271-5/+32
| | | | | | dkms one, or during install where modules are not autoloaded, this could allow to remove most modules from usbtable)
* cosmeticsOlivier Blin2008-02-271-0/+1
|
* extract pci-specific functionOlivier Blin2008-02-271-1/+7
|
* extract set_modules_from_modalias_file (bus-independant)Olivier Blin2008-02-271-7/+13
|
* move libmodprobe variables declarationOlivier Blin2008-02-271-7/+6
|
* make some functions staticOlivier Blin2008-02-271-2/+2
|
* free modaliasOlivier Blin2008-02-271-0/+1
|
* free modalias path earlierOlivier Blin2008-02-271-1/+1
|
* set module in find_modules_through_aliases_oneOlivier Blin2008-02-271-9/+6
|
* fix indentationOlivier Blin2008-02-271-12/+12
|
* find default alias file once onlyOlivier Blin2008-02-271-20/+26
|
* extract set_modules_from_modalias()Olivier Blin2008-02-271-33/+36
|
* remove unused symfilenameOlivier Blin2008-02-271-3/+1
|
* pass bus to find_modaliasOlivier Blin2008-02-271-4/+4
|
* extract find_modalias functionOlivier Blin2008-02-271-21/+28
|
* fix indentationOlivier Blin2008-02-271-5/+5
|
* do not ignore subsequent modaliases if resolving one failsOlivier Blin2008-02-271-2/+2
|
* add back /bin/gzip support, and prefer it if available (6 hundredths of ↵Olivier Blin2008-02-272-13/+78
| | | | second faster on my test system, this should please Titi)
* allow to modify the fh type more easily by adding more wrappersOlivier Blin2008-02-274-10/+25
|
* remove doble zlib.h includeOlivier Blin2008-02-271-1/+0
|
* rebuild common.o if common.h has been modifiedOlivier Blin2008-02-271-0/+1
|
* 0.7.20Olivier Blin2007-09-281-1/+1
|
* fix modalias fd leak (thanks to Anssi for the report)Olivier Blin2007-09-281-0/+2
|
* 0.7.19Olivier Blin2007-09-191-1/+1
|
* use snd_usb_audio (with underscores)Olivier Blin2007-09-191-1/+1
|
* replace '-' characters from USB drivers with '_' to be compliant with ↵Olivier Blin2007-09-191-1/+9
| | | | modnames from modaliases
* 0.7.18Olivier Blin2007-09-111-1/+1
|
* use ldetect-lst aliases from /lib/module-init-tools/, not from /usrOlivier Blin2007-09-111-1/+1
|
* indentOlivier Blin2007-09-111-14/+14
|
* do not read modules.dep and do not try to find command, we always try to ↵Olivier Blin2007-09-111-7/+0
| | | | find a modalias, not a module name (lspcidrake is now twice faster)
* do not read depends twiceOlivier Blin2007-09-091-13/+15
|