Store name in CoolerMasterControllers to avoid setting it in detectors

This commit is contained in:
Adam Honse
2025-08-15 16:16:06 -05:00
parent ddc8bc5885
commit 5db766cfa0
16 changed files with 78 additions and 59 deletions

View File

@@ -27,13 +27,13 @@
RGBController_CMMonitorController::RGBController_CMMonitorController(CMMonitorController* controller_ptr)
{
controller = controller_ptr;
name = "CoolerMaster LED Controller A1";
name = controller->GetNameString();
vendor = "CoolerMaster";
type = DEVICE_TYPE_MONITOR;
description = name;
description = "CoolerMaster Monitor Device";
location = controller->GetDeviceLocation();
serial = controller->GetSerialString();
version = "";
mode Direct;
Direct.name = "Direct";