Added Identifiers for MSI RTX 2080 Gaming X Trio
This commit is contained in:
parent
a9dbf5ef70
commit
00b1cfcb3b
1 changed files with 9 additions and 0 deletions
|
|
@ -74,6 +74,15 @@ bool IsMSIGPUController(i2c_smbus_interface* bus)
|
|||
{
|
||||
pass = true;
|
||||
}
|
||||
|
||||
// MSI RTX 2080 Gaming X Trio
|
||||
if (bus->pci_device == 0x1e87 &&
|
||||
bus->pci_vendor == 0x10de &&
|
||||
bus->pci_subsystem_device == 0x3726 &&
|
||||
bus->pci_subsystem_vendor == 0x1462)
|
||||
{
|
||||
pass = true;
|
||||
}
|
||||
|
||||
// MSI RTX 2060 Gaming Z 6G
|
||||
if (bus->pci_device == 0x1f08 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue