mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-07 05:41:13 -05:00
Fix regression in Linux DMIinfo
* Reversed Linux Name and Vendor paths to align with declarations
This commit is contained in:
@@ -67,8 +67,8 @@ std::string DMIInfo::readWMIQuery(std::string query, std::string key)
|
||||
\******************************************************************************************/
|
||||
DMIInfo::DMIInfo()
|
||||
{
|
||||
mainboard = readFilePath(SYSFS_MB_DMI "/board_vendor");
|
||||
manufacturer = readFilePath(SYSFS_MB_DMI "/board_name");
|
||||
mainboard = readFilePath(SYSFS_MB_DMI "/board_name");
|
||||
manufacturer = readFilePath(SYSFS_MB_DMI "/board_vendor");
|
||||
product_name = readFilePath(SYSFS_PC_DMI "/product_name");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user