From 4558f140f3b499a05b1ec21af6c175d5d2864a86 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 22 Feb 2015 06:54:18 +0100 Subject: port to hwdb + drop dependency on usb.ids aka sync with usbutils-008 --- usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb.c') 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; -- cgit v1.2.1