Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (pci_probe) kill useless empty line | Thierry Vignaud | 2009-09-30 | 1 | -1/+0 | |
| | ||||||
* | restore a lost comment | Thierry Vignaud | 2009-09-30 | 1 | -0/+1 | |
| | ||||||
* | release 0.10.0 | Thierry Vignaud | 2009-09-30 | 1 | -1/+1 | |
| | ||||||
* | typo fix | Thierry Vignaud | 2009-09-30 | 1 | -5/+5 | |
| | ||||||
* | release 0.10.0 | Thierry Vignaud | 2009-09-30 | 1 | -0/+2 | |
| | ||||||
* | (pci_probe) no need to allocate that much space on the stack | Thierry Vignaud | 2009-09-30 | 1 | -2/+2 | |
| | ||||||
* | bump major since ABI changed | Thierry Vignaud | 2009-09-30 | 1 | -1/+1 | |
| | ||||||
* | (pci_probe) use libpci in order to retrieve PCI capabilities in order to have | Thierry Vignaud | 2009-09-30 | 4 | -1/+14 | |
| | | | | a better test for identifying PCI Express devices | |||||
* | (pci_probe) reuse more stuff from libpci in order to retrieve PCI sub | Thierry Vignaud | 2009-09-30 | 1 | -6/+5 | |
| | | | | ids, class and revision | |||||
* | (pci_probe) simplify using libpci in order to retrieve PCI config space | Thierry Vignaud | 2009-09-30 | 1 | -14/+3 | |
| | ||||||
* | (pci_probe) change type of buffer (no real change) | Thierry Vignaud | 2009-09-30 | 1 | -1/+1 | |
| | ||||||
* | (pci_probe) make sure not to retrieve values from previous devices | Thierry Vignaud | 2009-09-30 | 1 | -0/+1 | |
| | ||||||
* | split out CONFIG_SPACE_ZIZE (needed for next commits) | Thierry Vignaud | 2009-09-30 | 1 | -1/+3 | |
| | ||||||
* | log latest change | Thierry Vignaud | 2009-09-29 | 1 | -0/+2 | |
| | ||||||
* | (pciusb_initialize) initialize pci revision to 0 | Thierry Vignaud | 2009-09-29 | 1 | -0/+1 | |
| | ||||||
* | pixel no longer work for mdv | Thierry Vignaud | 2009-09-28 | 1 | -1/+1 | |
| | ||||||
* | update | Thierry Vignaud | 2009-09-28 | 1 | -1/+1 | |
| | ||||||
* | 0.9.1 | Thierry Vignaud | 2009-09-28 | 2 | -1/+3 | |
| | ||||||
* | (pci_probe) fix inverted test for choosing between '8139cp' & | Thierry Vignaud | 2009-09-28 | 2 | -1/+3 | |
| | | | | | '8139too' drivers (#53349) | |||||
* | (run) rebuild lspcidrake if needed | Thierry Vignaud | 2009-09-28 | 1 | -1/+1 | |
| | ||||||
* | add bug ID | Thierry Vignaud | 2009-09-23 | 1 | -1/+1 | |
| | ||||||
* | 0.9.0 | Thierry Vignaud | 2009-09-23 | 1 | -0/+2 | |
| | ||||||
* | (pci_probe) try harder to fetch the right driver between '8139cp' & | Thierry Vignaud | 2009-09-23 | 2 | -0/+9 | |
| | | | | | '8139too' according to PCI revision (#53349) | |||||
* | better log since lspcidrake now display PCI revision, it's no more a | Thierry Vignaud | 2009-09-23 | 1 | -1/+1 | |
| | | | | | library feature only | |||||
* | fix comment | Thierry Vignaud | 2009-09-23 | 1 | -1/+1 | |
| | ||||||
* | bump major since ABI changed | Thierry Vignaud | 2009-09-23 | 1 | -2/+2 | |
| | ||||||
* | (printit) display PCI revision if availlable (#42576) | Thierry Vignaud | 2009-09-23 | 1 | -0/+2 | |
| | ||||||
* | (pci_probe) retrieve PCI revision (#42576) | Thierry Vignaud | 2009-09-23 | 3 | -0/+4 | |
| | ||||||
* | (run) enable to run a locally build lspcidrake | Thierry Vignaud | 2009-09-23 | 1 | -0/+3 | |
| | ||||||
* | kill doble include | Thierry Vignaud | 2009-09-23 | 1 | -1/+0 | |
| | ||||||
* | Release 0.8.6 | Pascal Terjan | 2009-09-23 | 2 | -1/+3 | |
| | ||||||
* | parse only once usb.ids (avoids displaying Duplicate errors) | Pascal Terjan | 2009-09-23 | 2 | -1/+7 | |
| | ||||||
* | 0.8.5 | Thierry Vignaud | 2009-09-14 | 2 | -1/+3 | |
| | ||||||
* | fix freed memory usage in criteria_from_dmidecode and ↵ | Pascal Terjan | 2009-09-03 | 2 | -8/+8 | |
| | | | | entries_matching_criteria, and some other warnings in dmi.c | |||||
* | (usb_probe) do not display any warning when driver field is empty in | Thierry Vignaud | 2009-09-03 | 2 | -2/+5 | |
| | | | | | /proc/bus/usb/devices (#53412) | |||||
* | Fix include | Pascal Terjan | 2009-06-25 | 1 | -1/+1 | |
| | ||||||
* | Fix types so that we build with dietlibc | Pascal Terjan | 2009-06-25 | 2 | -43/+43 | |
| | ||||||
* | Release 0.8.4 | Pascal Terjan | 2009-06-25 | 2 | -1/+6 | |
| | ||||||
* | Use usb.ids | Pascal Terjan | 2009-06-25 | 4 | -9/+903 | |
| | ||||||
* | same for usb | Pascal Terjan | 2009-06-25 | 1 | -1/+1 | |
| | ||||||
* | Do not lose pointer when realloc decides to move it | Pascal Terjan | 2009-06-25 | 1 | -1/+2 | |
| | ||||||
* | release 0.8.3 | Pascal Terjan | 2009-04-20 | 2 | -1/+3 | |
| | ||||||
* | ignore usb interfaces not active | Pascal Terjan | 2009-04-10 | 2 | -1/+4 | |
| | ||||||
* | fix parsing of /proc/bus/usb/device I: lines and use the class | Pascal Terjan | 2009-04-10 | 2 | -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.2 | Christophe Fergeau | 2009-04-06 | 1 | -1/+1 | |
| | ||||||
* | Oops, I screwed up the size of the elements in a realloc | Christophe Fergeau | 2009-04-05 | 1 | -1/+1 | |
| | ||||||
* | Don't use strchrnul since it's not available on dietlibc | Christophe Fergeau | 2009-04-04 | 1 | -2/+3 | |
| | ||||||
* | Release 0.8.1 | Christophe Fergeau | 2009-04-03 | 2 | -2/+4 | |
| | ||||||
* | Update NEWS file | Christophe Fergeau | 2009-04-03 | 1 | -0/+3 | |
| | ||||||
* | Get make dist to work for both svn and git | Christophe Fergeau | 2009-04-03 | 1 | -1/+10 | |
| |