summaryrefslogtreecommitdiffstats
path: root/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'usb.c')
-rw-r--r--usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb.c b/usb.c
index ed1c1fd..0fec6f9 100644
--- a/usb.c
+++ b/usb.c
@@ -92,7 +92,7 @@ extern struct pciusb_entries usb_probe(void) {
fclose(f);
realloc(r.entries, sizeof(struct pciusb_entry) * r.nb);
- pciusb_find_modules(&r, "usbtable", LOAD);
+ pciusb_find_modules(&r, "usbtable", LOAD, 0);
return r;
}