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 |