summaryrefslogtreecommitdiffstats
path: root/pci.c
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-02-26 13:51:14 +0000
committerThierry Vignaud <tv@mandriva.org>2007-02-26 13:51:14 +0000
commit4e11cb0e758fe22f04ca218dd8b97e7e3523578a (patch)
treefd78be2b0cec3e806c8ed2713b11fd18b170c171 /pci.c
parent5e8e8d8cf3084be0218b34dc10049222bf2a42dd (diff)
downloadldetect-4e11cb0e758fe22f04ca218dd8b97e7e3523578a.tar
ldetect-4e11cb0e758fe22f04ca218dd8b97e7e3523578a.tar.gz
ldetect-4e11cb0e758fe22f04ca218dd8b97e7e3523578a.tar.bz2
ldetect-4e11cb0e758fe22f04ca218dd8b97e7e3523578a.tar.xz
ldetect-4e11cb0e758fe22f04ca218dd8b97e7e3523578a.zip
stop performing descriptions lookup from pcitable for PCI
Diffstat (limited to 'pci.c')
-rw-r--r--pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pci.c b/pci.c
index d348da3..911afc6 100644
--- a/pci.c
+++ b/pci.c
@@ -137,7 +137,7 @@ extern struct pciusb_entries pci_probe(void) {
realloc(r.entries, sizeof(struct pciusb_entry) * r.nb);
pci_cleanup(pacc);
- if (pciusb_find_modules(&r, "pcitable"))
+ if (pciusb_find_modules(&r, "pcitable", DO_NOT_LOAD))
return r;
/* should not happen */