From 9f95aa8271f3cafd0955f44b6849f9f7a707d285 Mon Sep 17 00:00:00 2001 From: Stella <19912062-InterStella0@users.noreply.gitlab.com> Date: Sat, 11 Apr 2026 15:24:15 +0800 Subject: [PATCH] Add support for colorful igame rtx 5070 ultraw ocv 2 --- Controllers/ColorfulGPUController/ColorfulGPUControllerDetect.cpp | 1 + pci_ids/pci_ids.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Controllers/ColorfulGPUController/ColorfulGPUControllerDetect.cpp b/Controllers/ColorfulGPUController/ColorfulGPUControllerDetect.cpp index bed922bc..690ed1d5 100644 --- a/Controllers/ColorfulGPUController/ColorfulGPUControllerDetect.cpp +++ b/Controllers/ColorfulGPUController/ColorfulGPUControllerDetect.cpp @@ -74,3 +74,4 @@ REGISTER_I2C_PCI_DETECTOR("iGame GeForce RTX 4090 Advanced OC-V", Detec REGISTER_I2C_PCI_DETECTOR("iGame GeForce RTX 4090 Advanced OC-V", DetectColorfulGPUControllers, NVIDIA_VEN, NVIDIA_RTX4090_DEV, COLORFUL_SUB_VEN, COLORFUL_IGAME_RTX_4090_ADVANCED_OCV2, 0x61); REGISTER_I2C_PCI_DETECTOR("iGame GeForce RTX 5060 Ti Ultra W DUO OC", DetectColorfulGPUControllers, NVIDIA_VEN, NVIDIA_RTX5060TI_DEV, COLORFUL_SUB_VEN, COLORFUL_IGAME_RTX_5060TI_ULTRAW_DUO_OC, 0x61); REGISTER_I2C_PCI_DETECTOR("iGame GeForce RTX 5070 Ultra W OC-V", DetectColorfulGPUControllers, NVIDIA_VEN, NVIDIA_RTX5070_DEV, COLORFUL_SUB_VEN, COLORFUL_IGAME_RTX_5070_ULTRAW_OCV, 0x61); +REGISTER_I2C_PCI_DETECTOR("iGame GeForce RTX 5070 Ultra W OC-V", DetectColorfulGPUControllers, NVIDIA_VEN, NVIDIA_RTX5070_DEV, COLORFUL_SUB_VEN, COLORFUL_IGAME_RTX_5070_ULTRAW_OCV2, 0x61); \ No newline at end of file diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index 83e6c5ed..95ee7eaa 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -440,6 +440,7 @@ #define COLORFUL_IGAME_RTX_4090_ADVANCED_OCV2 0x1401 #define COLORFUL_IGAME_RTX_5060TI_ULTRAW_DUO_OC 0x1531 #define COLORFUL_IGAME_RTX_5070_ULTRAW_OCV 0x1500 +#define COLORFUL_IGAME_RTX_5070_ULTRAW_OCV2 0x1501 /*-----------------------------------------------------*\ | EVGA Sub-Device IDs |