Get vendor and device names from HID descriptors

This commit is contained in:
Adam Honse
2026-01-31 23:37:35 -06:00
parent 7a8941f3cb
commit 6c4e2bf251
4 changed files with 31 additions and 11 deletions

View File

@@ -26,10 +26,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 |