Get vendor and device names from HID descriptors

This commit is contained in:
Adam Honse committed 2026-08-06 21:57:25 -05:00
1 parent 7605c14d89
commit 5f297a62ba
4 files changed
+31 -11

No files matched your search

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