summaryrefslogtreecommitdiffstats
path: root/pciusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'pciusb.c')
-rw-r--r--pciusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pciusb.c b/pciusb.c
index d36ac30..ecbae72 100644
--- a/pciusb.c
+++ b/pciusb.c
@@ -121,7 +121,7 @@ extern void pciusb_initialize(struct pciusb_entry *e) {
e->device = 0xffff;
e->subvendor = 0xffff;
e->subdevice = 0xffff;
- e->class = 0;
+ e->class_ = 0;
e->pci_bus = 0xffff;
e->pci_device = 0xffff;
e->pci_function = 0xffff;