mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-02 11:21:05 -05:00
Get vendor and device names from HID descriptors
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user