summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* (pci_probe) retrieve PCI revision (#42576)Thierry Vignaud2009-09-233-0/+4
* (run) enable to run a locally build lspcidrakeThierry Vignaud2009-09-231-0/+3
* kill doble includeThierry Vignaud2009-09-231-1/+0
* Release 0.8.6Pascal Terjan2009-09-232-1/+3
* parse only once usb.ids (avoids displaying Duplicate errors)Pascal Terjan2009-09-232-1/+7
* 0.8.5Thierry Vignaud2009-09-142-1/+3
* fix freed memory usage in criteria_from_dmidecode and entries_matching_criter...Pascal Terjan2009-09-032-8/+8
* (usb_probe) do not display any warning when driver field is empty inThierry Vignaud2009-09-032-2/+5
* Fix includePascal Terjan2009-06-251-1/+1
* Fix types so that we build with dietlibcPascal Terjan2009-06-252-43/+43
* Release 0.8.4Pascal Terjan2009-06-252-1/+6
* Use usb.idsPascal Terjan2009-06-254-9/+903
* same for usbPascal Terjan2009-06-251-1/+1
* Do not lose pointer when realloc decides to move itPascal Terjan2009-06-251-1/+2
* release 0.8.3Pascal Terjan2009-04-202-1/+3
* ignore usb interfaces not activePascal Terjan2009-04-102-1/+4
* fix parsing of /proc/bus/usb/device I: lines and use the classPascal Terjan2009-04-102-5/+14
* Release 0.8.2Christophe Fergeau2009-04-061-1/+1
* Oops, I screwed up the size of the elements in a reallocChristophe Fergeau2009-04-051-1/+1
* Don't use strchrnul since it's not available on dietlibcChristophe Fergeau2009-04-041-2/+3
* Release 0.8.1Christophe Fergeau2009-04-032-2/+4
* Update NEWS fileChristophe Fergeau2009-04-031-0/+3
* Get make dist to work for both svn and gitChristophe Fergeau2009-04-031-1/+10
* 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