mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Store name in InstantMouseController to avoid setting it in detector
This commit is contained in:
@@ -29,12 +29,12 @@
|
||||
RGBController_InstantMouse::RGBController_InstantMouse(InstantMouseController* controller_ptr)
|
||||
{
|
||||
controller = controller_ptr;
|
||||
vendor = "Instant Microelectronics";
|
||||
|
||||
vendor = controller->GetNameString();
|
||||
type = DEVICE_TYPE_MOUSE;
|
||||
description = "Instant USB Gaming Mouse";
|
||||
location = controller->GetDeviceLocation();
|
||||
serial = controller->GetSerialString();
|
||||
version = controller->GetFirmwareVersion();
|
||||
|
||||
mode direct;
|
||||
direct.name = "Direct";
|
||||
|
||||
Reference in New Issue
Block a user