summaryrefslogtreecommitdiff
path: root/modules/devices/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devices/pci.c')
-rw-r--r--modules/devices/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices/pci.c b/modules/devices/pci.c
index c91ec449..e4a64cdd 100644
--- a/modules/devices/pci.c
+++ b/modules/devices/pci.c
@@ -35,7 +35,7 @@ static void _pci_dev(const pcid *p) {
product = UNKIFNULL_AC(p->device_id_str);
sproduct = UNKIFNULL_AC(p->sub_device_id_str);
-#define USE_HARDINFO_VENDOR_THING 0
+#define USE_HARDINFO_VENDOR_THING 1
if (USE_HARDINFO_VENDOR_THING) {
const gchar *v_url = vendor_get_url(vendor);
const gchar *v_name = vendor_get_name(vendor);