From 06a320d8d682d032e64d02245e217b9279cce0c5 Mon Sep 17 00:00:00 2001 From: TheRogueZeta <6479694-TheRogueZeta@users.noreply.gitlab.com> Date: Sun, 8 Nov 2020 21:31:53 -0800 Subject: [PATCH] Add Galax RTX 2070 Super EX Gamer Black --- Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp | 3 ++- pci_ids/pci_ids.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp b/Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp index 1c55f918..175077bb 100644 --- a/Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp +++ b/Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp @@ -31,7 +31,8 @@ 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_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" }, }; /******************************************************************************************\ * * diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index f899f388..284f24f6 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -101,6 +101,7 @@ | GALAX / KFA2 Sub-Device IDs | \*-----------------------------------------------------*/ #define KFA2_RTX_2070_EX 0x12FE +#define GALAX_RTX_2070S_EX_GAMER_BLACK 0x139F /*---------------------------------------------------------*\ | PCI ID Macros |