adds support to MSI 2080 Ti Sea Hawk EK X
This commit is contained in:
parent
b785f2efbf
commit
5778d344e0
1 changed files with 8 additions and 0 deletions
|
|
@ -44,6 +44,14 @@ bool IsMSIGPUController(i2c_smbus_interface* bus)
|
|||
pass = true;
|
||||
}
|
||||
|
||||
// MSI RTX 2080 Ti Sea Hawk EK X
|
||||
if (bus->pci_device == 0x1e07 &&
|
||||
bus->pci_vendor == 0x10de &&
|
||||
bus->pci_subsystem_device == 0x3717 &&
|
||||
bus->pci_subsystem_vendor == 0x1462) {
|
||||
pass = true;
|
||||
}
|
||||
|
||||
return(pass);
|
||||
} /* IsMSIGPUController() */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue