Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (pci_probe) don't exit(1) on systems without pci | Thierry Vignaud | 2011-10-18 | 2 | -0/+7 |
| | | | | | | | | | arm systems don't always have pci busses so killing the app for this reasons is just bad idea. The workaround is to check for pci procfs files and if not found return an empty set. v1: by rtp v2: simplify (tv) | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-05-17 | 3 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1357 | dmorgan | 2011-05-17 10:21:22 +0100 (Tue, 17 May 2011) | 1 line Import ldetect ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License: o no explicit COPYING or LICENSE files o *sysfs* : LGPLv2.1+ (IBM) o names.* : GPLv2+ o lspcidrake.pl and Lspciusb.pm : GPLv2 | ||||
* | 0.11.1 | Thierry Vignaud | 2009-12-01 | 2 | -1/+3 |
| | |||||
* | (pci_probe) do not crash if there're more than 100 PCI devices | Thierry Vignaud | 2009-12-01 | 2 | -1/+2 |
| | | | | (usb_probe() was already safe) | ||||
* | log latest changes | Thierry Vignaud | 2009-12-01 | 1 | -0/+2 |
| | |||||
* | (pci_probe,usb_probe) comment | Thierry Vignaud | 2009-12-01 | 2 | -0/+4 |
| | |||||
* | (pci_probe) no need to lookup extended PCI capabilities | Thierry Vignaud | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | (pci_probe) simplify reusing pci_find_cap() | Thierry Vignaud | 2009-12-01 | 1 | -7/+1 |
| | |||||
* | release 0.11.0 | Thierry Vignaud | 2009-10-01 | 1 | -0/+2 |
| | |||||
* | bump major since ABI changed | Thierry Vignaud | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | use same types as in libpci (in order to please Teuf) | Thierry Vignaud | 2009-10-01 | 2 | -15/+17 |
| | |||||
* | reduce structure size by packing together the bit booleans further, | Thierry Vignaud | 2009-10-01 | 2 | -1/+3 |
| | | | | which shrinks the struct size from 64 to 56 bytes (12.5%) | ||||
* | class_prog is now unused | Thierry Vignaud | 2009-09-30 | 1 | -2/+0 |
| | |||||
* | upcase PCI | Thierry Vignaud | 2009-09-30 | 1 | -5/+5 |
| | |||||
* | describe device id | Thierry Vignaud | 2009-09-30 | 1 | -1/+1 |
| | |||||
* | fix usb_port description (bogus one was introduced by blino in r254952 | Thierry Vignaud | 2009-09-30 | 1 | -1/+1 |
| | | | | | on 2009-03-27) | ||||
* | (pci_probe) explain | Thierry Vignaud | 2009-09-30 | 1 | -0/+1 |
| | |||||
* | (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 |
| |