summaryrefslogtreecommitdiffstats
path: root/pciusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'pciusb.c')
-rw-r--r--pciusb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pciusb.c b/pciusb.c
index d5acfe6..c70f441 100644
--- a/pciusb.c
+++ b/pciusb.c
@@ -76,6 +76,7 @@ extern void pciusb_initialize(struct pciusb_entry *e) {
e->pci_function = 0xffff;
e->module = NULL;
e->text = NULL;
+ e->class = NULL;
e->already_found = 0;
}