From df41e6968e12f75b514b605968fe3fb9a3c5740e Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 00:02:48 +0100 Subject: ADD Package building for hardinfo2 --- hardinfo2/usb_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/usb_util.c') diff --git a/hardinfo2/usb_util.c b/hardinfo2/usb_util.c index cf3ece40..d9f943b1 100644 --- a/hardinfo2/usb_util.c +++ b/hardinfo2/usb_util.c @@ -320,7 +320,7 @@ static gboolean usb_get_interface_sysfs(int conf, int number, static void find_usb_ids_file() { if (usb_ids_file) return; char *file_search_order[] = { - g_build_filename(g_get_user_config_dir(), "hardinfo", "usb.ids", NULL), + g_build_filename(g_get_user_config_dir(), "hardinfo2", "usb.ids", NULL), g_build_filename(params.path_data, "usb.ids", NULL), NULL }; -- cgit v1.2.3