diff --git a/Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp b/Controllers/GalaxGPUController/GalaxGPUControllerDetect.cpp index 1c55f9186..175077bbd 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 f899f3880..284f24f63 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 |