mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 19:46:27 -04:00
Added ZOTAC GAMING GeForce RTX 2080 SUPER Twin Fan
This commit is contained in:
@@ -50,3 +50,4 @@ void DetectZotacTuringGPUControllers(i2c_smbus_interface* bus, u8 i2c_addr, cons
|
||||
}
|
||||
|
||||
REGISTER_I2C_PCI_DETECTOR("ZOTAC GAMING GeForce RTX 2070 SUPER Twin Fan", DetectZotacTuringGPUControllers, NVIDIA_VEN, NVIDIA_RTX2070S_OC_DEV, ZOTAC_SUB_VEN, ZOTAC_RTX2070S_GAMING_SUB_DEV, 0x49);
|
||||
REGISTER_I2C_PCI_DETECTOR("ZOTAC GAMING GeForce RTX 2080 SUPER Twin Fan", DetectZotacTuringGPUControllers, NVIDIA_VEN, NVIDIA_RTX2080S_DEV, ZOTAC_SUB_VEN, ZOTAC_RTX2080S_SUB_DEV, 0x49);
|
||||
|
||||
@@ -718,6 +718,7 @@
|
||||
#define ZOTAC_RTX2060S_AMP_SUB_DEV 0x5511
|
||||
#define ZOTAC_RTX2070S_GAMING_SUB_DEV 0x7500
|
||||
#define ZOTAC_RTX2080_AMP_SUB_DEV 0x3500
|
||||
#define ZOTAC_RTX2080S_SUB_DEV 0x9500
|
||||
#define ZOTAC_RTX3070TI_SUB_DEV 0xC612
|
||||
#define ZOTAC_RTX3070TI_TRINITY_SUB_DEV 0x1653
|
||||
#define ZOTAC_RTX3070_AMP_SUB_DEV 0x8617
|
||||
|
||||
Reference in New Issue
Block a user