mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-12 00:24:27 -04:00
Support for colorful 3070 variant
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user