mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-08 11:20:43 -04:00
Fix regression in Linux DMIinfo
* Reversed Linux Name and Vendor paths to align with declarations
This commit is contained in:
1 parent
a61703da50
commit
fc3e95e16a
1 file changed
+2
-2
+2
-2
@@ -67,8 +67,8 @@ std::string DMIInfo::readWMIQuery(std::string query, std::string key)
|
|||||||
\******************************************************************************************/
|
\******************************************************************************************/
|
||||||
DMIInfo::DMIInfo()
|
DMIInfo::DMIInfo()
|
||||||
{
|
{
|
||||||
mainboard = readFilePath(SYSFS_MB_DMI "/board_vendor");
|
mainboard = readFilePath(SYSFS_MB_DMI "/board_name");
|
||||||
manufacturer = readFilePath(SYSFS_MB_DMI "/board_name");
|
manufacturer = readFilePath(SYSFS_MB_DMI "/board_vendor");
|
||||||
product_name = readFilePath(SYSFS_PC_DMI "/product_name");
|
product_name = readFilePath(SYSFS_PC_DMI "/product_name");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user