From 7a7cea1e1e3a0405f6ef8b8c7ca789fe1ff3fdcf Mon Sep 17 00:00:00 2001 From: TheRogueZeta <6479694-TheRogueZeta@users.noreply.gitlab.com> Date: Sat, 3 Dec 2022 13:21:47 -0800 Subject: [PATCH] Initial commit for EVGA RTX 2070 XC Black device ID --- .../EVGATuringGPUController/EVGATuringGPUControllerDetect.cpp | 1 + pci_ids/pci_ids.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Controllers/EVGATuringGPUController/EVGATuringGPUControllerDetect.cpp b/Controllers/EVGATuringGPUController/EVGATuringGPUControllerDetect.cpp index d20ed1ce..6ca15056 100644 --- a/Controllers/EVGATuringGPUController/EVGATuringGPUControllerDetect.cpp +++ b/Controllers/EVGATuringGPUController/EVGATuringGPUControllerDetect.cpp @@ -33,6 +33,7 @@ void DetectEVGATuringGPUControllers(i2c_smbus_interface* bus, uint8_t address, c } } /* DetectEVGATuringGPUControllers() */ +REGISTER_I2C_PCI_DETECTOR("EVGA GeForce RTX 2070 XC Black" , DetectEVGATuringGPUControllers, NVIDIA_VEN, NVIDIA_RTX2070_DEV, EVGA_SUB_VEN, EVGA_RTX2070_XC_BLACK_SUB_DEV, 0x49); REGISTER_I2C_PCI_DETECTOR("EVGA GeForce RTX 2070 XC Gaming" , DetectEVGATuringGPUControllers, NVIDIA_VEN, NVIDIA_RTX2070_OC_DEV, EVGA_SUB_VEN, EVGA_RTX2070_XC_GAMING_SUB_DEV, 0x49); REGISTER_I2C_PCI_DETECTOR("EVGA GeForce RTX 2070 XC OC" , DetectEVGATuringGPUControllers, NVIDIA_VEN, NVIDIA_RTX2070_OC_DEV, EVGA_SUB_VEN, EVGA_RTX2070_XC_OC_SUB_DEV, 0x49); REGISTER_I2C_PCI_DETECTOR("EVGA GeForce RTX 2070 SUPER XC Ultra" , DetectEVGATuringGPUControllers, NVIDIA_VEN, NVIDIA_RTX2070S_OC_DEV, EVGA_SUB_VEN, EVGA_RTX2070S_XC_ULTRA_SUB_DEV, 0x49); diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index 88a1aa3e..01ccdc38 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -256,6 +256,7 @@ #define EVGA_GTX1080TI_FTW3_SUB_DEV 0x6696 #define EVGA_GTX1080TI_FTW3_HYBRID_SUB_DEV 0x6698 #define EVGA_GTX1080TI_KINGPIN_SUB_DEV 0x6798 +#define EVGA_RTX2070_XC_BLACK_SUB_DEV 0x2071 #define EVGA_RTX2070_XC_GAMING_SUB_DEV 0x2172 #define EVGA_RTX2070_XC_OC_SUB_DEV 0x2173 #define EVGA_RTX2070S_BLACK_SUB_DEV 0x3071