Store name in AlienwareMonitorController to avoid setting it in detector

This commit is contained in:
Adam Honse
2025-08-03 21:28:27 -05:00
parent 5e45480a0e
commit e4da571d6b
4 changed files with 14 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ RGBController_AlienwareMonitor::RGBController_AlienwareMonitor(AlienwareMonitorC
{
controller = controller_ptr;
name = "Alienware Monitor";
name = controller->GetName();
description = "Alienware Monitor";
vendor = "Alienware";
type = DEVICE_TYPE_MONITOR;