From 5d64a4ff7ce94489c089711830fd658185f412ab Mon Sep 17 00:00:00 2001 From: flora Date: Tue, 1 Nov 2022 13:49:56 +0100 Subject: [PATCH] Support for colorful 3070 variant --- .../ColorfulGPUController/ColorfulGPUControllerDetect.cpp | 4 +++- pci_ids/pci_ids.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Controllers/ColorfulGPUController/ColorfulGPUControllerDetect.cpp b/Controllers/ColorfulGPUController/ColorfulGPUControllerDetect.cpp index a1be8282..634d3df8 100644 --- a/Controllers/ColorfulGPUController/ColorfulGPUControllerDetect.cpp +++ b/Controllers/ColorfulGPUController/ColorfulGPUControllerDetect.cpp @@ -37,4 +37,6 @@ void DetectColorfulGPUControllers(i2c_smbus_interface* bus, uint8_t i2c_addr, co } } -REGISTER_I2C_PCI_DETECTOR("iGame GeForce RTX 3070 Advanced OC-V", DetectColorfulGPUControllers, NVIDIA_VEN, NVIDIA_RTX3070_DEV, COLORFUL_SUB_VEN, COLORFUL_IGAME_RTX_3070_ADVANCED_OCV, 0x61); + +REGISTER_I2C_PCI_DETECTOR("iGame GeForce RTX 3070 Advanced OC-V", DetectColorfulGPUControllers, NVIDIA_VEN, NVIDIA_RTX3070_DEV, COLORFUL_SUB_VEN, COLORFUL_IGAME_RTX_3070_ADVANCED_OCV, 0x61); +REGISTER_I2C_PCI_DETECTOR("iGame GeForce RTX 3070 Advanced OC-V", DetectColorfulGPUControllers, NVIDIA_VEN, NVIDIA_RTX3070_DEV, COLORFUL_SUB_VEN, COLORFUL_IGAME_RTX_3070_ADVANCED_OCV2, 0x61); diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index 41ba20b5..2a5ed4cd 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -230,6 +230,7 @@ | Colorful Sub-Device IDs | \*-----------------------------------------------------*/ #define COLORFUL_IGAME_RTX_3070_ADVANCED_OCV 0x140A +#define COLORFUL_IGAME_RTX_3070_ADVANCED_OCV2 0x1401 /*-----------------------------------------------------*\ | EVGA Sub-Device IDs |