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 3cd48b3..c4e8822 100644
--- a/usb.c
+++ b/usb.c
@@ -47,7 +47,7 @@ extern struct pciusb_entries usb_probe(void) {
size_t allocated = MAX_DEVICES;
r.nb = 0;
- names_init("/usr/share/usb.ids");
+ names_init();
if (!(f = fopen(proc_usb_path ? proc_usb_path : proc_usb_path_default, "r"))) {
if (proc_usb_path) {
char *err_msg;