Added Identifiers for MSI RTX 2080 Ti Gaming X Trio

This commit is contained in:
Jeff Geer
2020-07-21 20:45:45 -05:00
committed by Adam Honse
parent 39a5e0eba0
commit a0b1153ec3

View File

@@ -66,6 +66,15 @@ bool IsMSIGPUController(i2c_smbus_interface* bus)
pass = true;
}
// MSI RTX 2080 Ti Gaming X Trio
if (bus->pci_device == 0x1e07 &&
bus->pci_vendor == 0x10de &&
bus->pci_subsystem_device == 0x3715 &&
bus->pci_subsystem_vendor == 0x1462)
{
pass = true;
}
return(pass);
} /* IsMSIGPUController() */