summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* better log since lspcidrake now display PCI revision, it's no more aThierry Vignaud2009-09-231-1/+1
| | | | | library feature only
* fix commentThierry Vignaud2009-09-231-1/+1
|
* bump major since ABI changedThierry Vignaud2009-09-231-2/+2
|
* (printit) display PCI revision if availlable (#42576)Thierry Vignaud2009-09-231-0/+2
|
* (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 ↵Pascal Terjan2009-09-032-8/+8
| | | | entries_matching_criteria, and some other warnings in dmi.c
* (usb_probe) do not display any warning when driver field is empty inThierry Vignaud2009-09-032-2/+5
| | | | | /proc/bus/usb/devices (#53412)
* 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
| | | | | | | | | | | of the first interface used by a driver instead of the first interface (or first one like before when none is used). That fixes presenting something as usb_storage even if the device is ignored by usb_storage driver and handled on another interface by option driver
* 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
| | | | | | | | | broken since commit r225445 from 2007-08-06: (pciusb_find_modules) handle pcitable without description field Broken output was the following: Mouse:USB|Generic 2 Button Mouse: base.frm" [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:0603 device:6871)
* update commentOlivier Blin2009-03-271-2/+2
|
* use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in ↵Olivier Blin2009-03-273-4/+8
| | | | kernel) to find modalias (this breaks ABI because we now need to keep port number)
* - 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
| | | | | 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
|