aboutsummaryrefslogtreecommitdiff
path: root/hardinfo
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo')
-rw-r--r--hardinfo/pci_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo/pci_util.c b/hardinfo/pci_util.c
index 7077ed12..31870303 100644
--- a/hardinfo/pci_util.c
+++ b/hardinfo/pci_util.c
@@ -37,6 +37,7 @@ static void find_pci_ids_file() {
if (pci_ids_file) return;
char *file_search_order[] = {
g_strdup("/usr/share/hwdata/pci.ids"),
+ g_strdup("/usr/share/misc/pci.ids"),
g_build_filename(g_get_user_config_dir(), "hardinfo", "pci.ids", NULL),
g_build_filename(params.path_data, "pci.ids", NULL),
NULL