mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-25 18:56:23 -05:00
Store name in RedSquareControllers to avoid setting it in detectors
This commit is contained in:
@@ -161,10 +161,10 @@ RGBController_RedSquareKeyrox::RGBController_RedSquareKeyrox(RedSquareKeyroxCont
|
||||
{
|
||||
controller = controller_ptr;
|
||||
|
||||
name = "Red Square Keyrox";
|
||||
name = controller->GetNameString();
|
||||
vendor = "Red Square";
|
||||
type = DEVICE_TYPE_KEYBOARD;
|
||||
description = name;
|
||||
description = "Red Square Keyrox Device";
|
||||
location = controller->GetDeviceLocation();
|
||||
serial = controller->GetSerialString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user