Enable MSI TRX40 PRO WIFI support

This commit is contained in:
Marcelo Bezerra
2022-10-27 03:00:29 +00:00
committed by Adam Honse
parent fbbcf83bf7
commit b3d787ddc4
2 changed files with 3 additions and 4 deletions

View File

@@ -80,9 +80,9 @@ static msi_device compatible_devices[] =
void DetectMSIRGBControllers(std::vector<RGBController*> &rgb_controllers)
{
int sio_addrs[2] = {0x2E, 0x4E};
DMIInfo board;
std::string board_dmi = board.getMainboard();
std::string board_dmi = board.getMainboard();
std::string manufacturer = board.getManufacturer();
if (manufacturer != "Micro-Star International Co., Ltd." && manufacturer != "Micro-Star International Co., Ltd" && manufacturer != "MSI")