diff --git a/Controllers/ZotacTuringGPUController/ZotacTuringGPUControllerDetect.cpp b/Controllers/ZotacTuringGPUController/ZotacTuringGPUControllerDetect.cpp index 6caa2ca0..aa18f937 100644 --- a/Controllers/ZotacTuringGPUController/ZotacTuringGPUControllerDetect.cpp +++ b/Controllers/ZotacTuringGPUController/ZotacTuringGPUControllerDetect.cpp @@ -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); diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index 864ca778..d0c9bb2c 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -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