From dc9d977efe770fab57205bf7d91a0e7db980d5f8 Mon Sep 17 00:00:00 2001 From: TheRogueZeta <6479694-TheRogueZeta@users.noreply.gitlab.com> Date: Tue, 16 Feb 2021 23:42:22 -0800 Subject: [PATCH] Add KFA2 RTX 2080 EX OC sub device ID --- Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp | 5 +++-- pci_ids/pci_ids.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp b/Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp index 175077bb..e8c23139 100644 --- a/Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp +++ b/Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp @@ -31,8 +31,9 @@ typedef struct static const gpu_pci_device device_list[] = { - { NVIDIA_VEN, NVIDIA_RTX2070_DEV, NVIDIA_SUB_VEN, KFA2_RTX_2070_EX, "KFA2 RTX 2070 EX" }, - { NVIDIA_VEN, NVIDIA_RTX2070S_DEV, NVIDIA_SUB_VEN, GALAX_RTX_2070S_EX_GAMER_BLACK, "GALAX RTX 2070 Super EX Gamer Black" }, + { NVIDIA_VEN, NVIDIA_RTX2070_DEV, NVIDIA_SUB_VEN, KFA2_RTX_2070_EX_SUB_DEV, "KFA2 RTX 2070 EX" }, + { NVIDIA_VEN, NVIDIA_RTX2070S_DEV, NVIDIA_SUB_VEN, GALAX_RTX_2070S_EX_GAMER_BLACK_SUB_DEV, "GALAX RTX 2070 Super EX Gamer Black" }, + { NVIDIA_VEN, NVIDIA_RTX2080_DEV, NVIDIA_SUB_VEN, KFA2_RTX_2080_EX_OC_SUB_DEV, "KFA2 RTX 2080 EX OC" }, }; /******************************************************************************************\ * * diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index f04f466b..39c7344e 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -88,8 +88,9 @@ /*-----------------------------------------------------*\ | GALAX / KFA2 Sub-Device IDs | \*-----------------------------------------------------*/ -#define KFA2_RTX_2070_EX 0x12FE -#define GALAX_RTX_2070S_EX_GAMER_BLACK 0x139F +#define KFA2_RTX_2070_EX_SUB_DEV 0x12FE +#define GALAX_RTX_2070S_EX_GAMER_BLACK_SUB_DEV 0x139F +#define KFA2_RTX_2080_EX_OC_SUB_DEV 0x12B0 /*-----------------------------------------------------*\ | Gigabyte (Aorus) Sub-Device IDs |