summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add make dist-git targetChristophe Fergeau2009-04-031-0/+4
* Add dist and tar as synonymous to the dis targetChristophe Fergeau2009-04-031-1/+6
* Remove unused fieldsChristophe Fergeau2009-04-031-4/+0
* Forgot to add sysfs filesChristophe Fergeau2009-04-036-3/+457
* Skip hid entries with NULL module name (ie no quirk needed)Christophe Fergeau2009-04-031-2/+3
* Enumerate hid entriesChristophe Fergeau2009-04-031-0/+13
* Add hid device enumeratorChristophe Fergeau2009-04-033-1/+175
* Check arguments for NULL in free functionsChristophe Fergeau2009-04-031-0/+8
* Leak less memory returned from libmodprobeChristophe Fergeau2009-04-031-3/+56
* Move modalias parsing code to generic codeChristophe Fergeau2009-04-034-71/+93
* Fix some memory leaksChristophe Fergeau2009-04-032-3/+10
* bump major because of ABI changeOlivier Blin2009-03-282-3/+3
* 0.7.28Olivier Blin2009-03-272-1/+8
* do not use random string as device descriptionOlivier Blin2009-03-271-1/+1
* update commentOlivier Blin2009-03-271-2/+2
* use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in kernel...Olivier Blin2009-03-273-4/+8
* - 0.7.27Luiz Fernando Capitulino2009-02-051-1/+1
* - lspcidrake: use getopt to parse command-line instead of playingLuiz Fernando Capitulino2009-02-051-24/+37
* - 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
* 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 ge...Olivier Blin2008-04-031-2/+3
* 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
* 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 kern...Olivier Blin2008-02-281-2/+4
* 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
* 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