From 58a7201aa458ef56ac63418817ac402f155b7edd Mon Sep 17 00:00:00 2001 From: TheRogueZeta <6479694-TheRogueZeta@users.noreply.gitlab.com> Date: Sat, 19 Dec 2020 11:44:53 -0800 Subject: [PATCH] Add Gigabyte GTX 1060 Xtreme Gaming --- .../GigabyteRGBFusionGPUControllerDetect.cpp | 1 + pci_ids/pci_ids.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Controllers/GigabyteRGBFusionGPUController/GigabyteRGBFusionGPUControllerDetect.cpp b/Controllers/GigabyteRGBFusionGPUController/GigabyteRGBFusionGPUControllerDetect.cpp index 04173825..cab0e981 100644 --- a/Controllers/GigabyteRGBFusionGPUController/GigabyteRGBFusionGPUControllerDetect.cpp +++ b/Controllers/GigabyteRGBFusionGPUController/GigabyteRGBFusionGPUControllerDetect.cpp @@ -22,6 +22,7 @@ typedef struct static const gpu_pci_device device_list[] = { + { NVIDIA_VEN, NVIDIA_GTX1060_DEV, GIGABYTE_SUB_VEN, GIGABYTE_GTX1060_XTREME_SUB_DEV, 0x47, "Gigabyte GTX1060 Xtreme Gaming" }, { NVIDIA_VEN, NVIDIA_GTX1070_DEV, GIGABYTE_SUB_VEN, GIGABYTE_GTX1070_XTREME_SUB_DEV, 0x47, "Gigabyte GTX1070 Xtreme Gaming" }, { NVIDIA_VEN, NVIDIA_GTX1080_DEV, GIGABYTE_SUB_VEN, GIGABYTE_GTX1080_G1_GAMING_SUB_DEV, 0x48, "Gigabyte GTX1080 G1 Gaming" }, { NVIDIA_VEN, NVIDIA_GTX1080TI_DEV, GIGABYTE_SUB_VEN, GIGABYTE_GTX1080TI_SUB_DEV, 0x47, "Gigabyte GTX1080 Ti 11G" }, diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index 8d5dc378..5e77b0c4 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -70,6 +70,7 @@ /*-----------------------------------------------------*\ | Gigabyte (Aorus) Sub-Device IDs | \*-----------------------------------------------------*/ +#define GIGABYTE_GTX1060_XTREME_SUB_DEV 0x3776 #define GIGABYTE_GTX1070_XTREME_SUB_DEV 0x3778 #define GIGABYTE_GTX1080_G1_GAMING_SUB_DEV 0x3702 #define GIGABYTE_GTX1080TI_SUB_DEV 0x3752