diff options
Diffstat (limited to 'modules/devices/gpu.c')
-rw-r--r-- | modules/devices/gpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices/gpu.c b/modules/devices/gpu.c index 52a53dac..b999e1fc 100644 --- a/modules/devices/gpu.c +++ b/modules/devices/gpu.c @@ -57,7 +57,7 @@ static void _gpu_pci_dev(gpud* gpu) { else drm_path = g_strdup(_("(Unknown)")); -#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); |