Store name in InstantMouseController to avoid setting it in detector

This commit is contained in:
Adam Honse
2025-08-11 18:04:55 -05:00
parent d5f8e2cac9
commit 0bdf600409
4 changed files with 15 additions and 15 deletions

View File

@@ -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";