summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* link statically with modprobe.soThierry Vignaud2011-10-182-1/+2
| | | | (fix quiet mode for now)
* make libmodprobe.so quietThierry Vignaud2011-10-182-0/+8
|
* kill now useless free_*() functionsThierry Vignaud2011-10-181-40/+0
|
* adapt to new module-init-tools-3.16's APIThierry Vignaud2011-10-182-13/+29
|
* remove useless includeThierry Vignaud2011-10-181-1/+0
|
* (get_pci_description) introduce new API for drakx's stage1 in order to find ↵Thierry Vignaud2011-10-183-0/+22
| | | | unknown PCI devices
* (pci_probe) don't exit(1) on systems without pciThierry Vignaud2011-10-182-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 Migration2011-05-173-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.1Thierry Vignaud2009-12-012-1/+3
|
* (pci_probe) do not crash if there're more than 100 PCI devicesThierry Vignaud2009-12-012-1/+2
| | | | (usb_probe() was already safe)
* log latest changesThierry Vignaud2009-12-011-0/+2
|
* (pci_probe,usb_probe) commentThierry Vignaud2009-12-012-0/+4
|
* (pci_probe) no need to lookup extended PCI capabilitiesThierry Vignaud2009-12-011-1/+1
|
* (pci_probe) simplify reusing pci_find_cap()Thierry Vignaud2009-12-011-7/+1
|
* release 0.11.0Thierry Vignaud2009-10-011-0/+2
|
* bump major since ABI changedThierry Vignaud2009-10-011-1/+1
|
* use same types as in libpci (in order to please Teuf)Thierry Vignaud2009-10-012-15/+17
|
* reduce structure size by packing together the bit booleans further,Thierry Vignaud2009-10-012-1/+3
| | | | which shrinks the struct size from 64 to 56 bytes (12.5%)
* class_prog is now unusedThierry Vignaud2009-09-301-2/+0
|
* upcase PCIThierry Vignaud2009-09-301-5/+5
|
* describe device idThierry Vignaud2009-09-301-1/+1
|
* fix usb_port description (bogus one was introduced by blino in r254952Thierry Vignaud2009-09-301-1/+1
| | | | | on 2009-03-27)
* (pci_probe) explainThierry Vignaud2009-09-301-0/+1
|
* (pci_probe) kill useless empty lineThierry Vignaud2009-09-301-1/+0
|
* restore a lost commentThierry Vignaud2009-09-301-0/+1
|
* release 0.10.0Thierry Vignaud2009-09-301-1/+1
|
* typo fixThierry Vignaud2009-09-301-5/+5
|
* release 0.10.0Thierry Vignaud2009-09-301-0/+2
|
* (pci_probe) no need to allocate that much space on the stackThierry Vignaud2009-09-301-2/+2
|
* bump major since ABI changedThierry Vignaud2009-09-301-1/+1
|
* (pci_probe) use libpci in order to retrieve PCI capabilities in order to haveThierry Vignaud2009-09-304-1/+14
| | | | a better test for identifying PCI Express devices
* (pci_probe) reuse more stuff from libpci in order to retrieve PCI subThierry Vignaud2009-09-301-6/+5
| | | | ids, class and revision
* (pci_probe) simplify using libpci in order to retrieve PCI config spaceThierry Vignaud2009-09-301-14/+3
|
* (pci_probe) change type of buffer (no real change)Thierry Vignaud2009-09-301-1/+1
|
* (pci_probe) make sure not to retrieve values from previous devicesThierry Vignaud2009-09-301-0/+1
|
* split out CONFIG_SPACE_ZIZE (needed for next commits)Thierry Vignaud2009-09-301-1/+3
|
* log latest changeThierry Vignaud2009-09-291-0/+2
|
* (pciusb_initialize) initialize pci revision to 0Thierry Vignaud2009-09-291-0/+1
|
* pixel no longer work for mdvThierry Vignaud2009-09-281-1/+1
|
* updateThierry Vignaud2009-09-281-1/+1
|
* 0.9.1Thierry Vignaud2009-09-282-1/+3
|
* (pci_probe) fix inverted test for choosing between '8139cp' &Thierry Vignaud2009-09-282-1/+3
| | | | | '8139too' drivers (#53349)
* (run) rebuild lspcidrake if neededThierry Vignaud2009-09-281-1/+1
|
* add bug IDThierry Vignaud2009-09-231-1/+1
|
* 0.9.0Thierry Vignaud2009-09-231-0/+2
|
* (pci_probe) try harder to fetch the right driver between '8139cp' &Thierry Vignaud2009-09-232-0/+9
| | | | | '8139too' according to PCI revision (#53349)
* 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
|