summaryrefslogtreecommitdiffstats
path: root/pciusb.c
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-03-15 14:00:07 +0000
committerFrancois Pons <fpons@mandriva.com>2001-03-15 14:00:07 +0000
commit24ed984500c0fc56a4c3460b719115a89665a707 (patch)
treefe90d97863d9da33a82916f69e5d9737699c7d65 /pciusb.c
parent8689a6a4250656cddb28f836ec09dffcffbb0f2c (diff)
downloadldetect-24ed984500c0fc56a4c3460b719115a89665a707.tar
ldetect-24ed984500c0fc56a4c3460b719115a89665a707.tar.gz
ldetect-24ed984500c0fc56a4c3460b719115a89665a707.tar.bz2
ldetect-24ed984500c0fc56a4c3460b719115a89665a707.tar.xz
ldetect-24ed984500c0fc56a4c3460b719115a89665a707.zip
added pci(bus,device,function) for DrakX.
Diffstat (limited to 'pciusb.c')
-rw-r--r--pciusb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pciusb.c b/pciusb.c
index b867b36..29b1d99 100644
--- a/pciusb.c
+++ b/pciusb.c
@@ -49,6 +49,9 @@ extern void pciusb_initialize(struct pciusb_entry *e) {
e->subvendor = 0xffff;
e->subdevice = 0xffff;
e->class = 0;
+ e->pci_bus = 0xffff;
+ e->pci_device = 0xffff;
+ e->pci_function = 0xffff;
e->module = NULL;
e->text = NULL;
}