summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pciusb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pciusb.c b/pciusb.c
index c159f05..40d11ae 100644
--- a/pciusb.c
+++ b/pciusb.c
@@ -172,6 +172,7 @@ extern void pciusb_initialize(struct pciusb_entry *e) {
e->pci_bus = 0xffff;
e->pci_device = 0xffff;
e->pci_function = 0xffff;
+ e->pci_revision = 0;
e->usb_port = 0xffff;
e->module = NULL;
e->text = NULL;