Get vendor and device names from HID descriptors

This commit is contained in:
Adam Honse
2026-01-31 23:37:35 -06:00
parent 97f1b405c2
commit de1ac628be
4 changed files with 31 additions and 11 deletions

View File

@@ -25,10 +25,10 @@ RGBController_HIDLampArray::RGBController_HIDLampArray(HIDLampArrayController* c
controller = controller_ptr;
name = controller->GetDeviceName();
vendor = "Generic";
description = "HID LampArray Device";
location = controller->GetDeviceLocation();
serial = controller->GetSerialString();
serial = controller->GetDeviceSerial();
vendor = controller->GetDeviceVendor();
/*-----------------------------------------------------*\
| Determine device type from LampArray kind |