Skip to content

Commit 707df85

Browse files
TheRogueZetaTheRogueZeta
authored andcommitted
DMI Info for MSI-RGB boards
1 parent 78955de commit 707df85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controllers/MSIRGBController/MSIRGBControllerDetect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void DetectMSIRGBControllers(std::vector<RGBController*> &rgb_controllers)
106106
{
107107
MSIRGBController* new_msi = new MSIRGBController(sioaddr, compatible_devices[i].invert);
108108
RGBController_MSIRGB* new_rgb = new RGBController_MSIRGB(new_msi);
109-
109+
new_rgb->name = "MSI " + board_dmi;
110110
rgb_controllers.push_back(new_rgb);
111111
break;
112112
}

0 commit comments

Comments
 (0)