summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pci.c b/pci.c
index ffaf16f..0ef09a1 100644
--- a/pci.c
+++ b/pci.c
@@ -69,7 +69,7 @@ extern struct pciusb_entries pci_probe(void) {
e->vendor = dev->vendor_id;
e->device = dev->device_id;
- e->pci_bus = dev->domain;
+ e->pci_domain = dev->domain;
e->pci_bus = dev->bus;
e->pci_device = dev->dev;
e->pci_function = dev->func;