Fill in serial field for all HID controllers using hidapi

This commit is contained in:
Adam Honse
2020-12-03 00:01:42 -06:00
parent 92dc8411d6
commit d19baf1365
101 changed files with 446 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ RGBController_LogitechG213::RGBController_LogitechG213(LogitechG213Controller* l
type = DEVICE_TYPE_KEYBOARD;
description = "Logitech G213 Keyboard Device";
location = logitechG213->GetDeviceLocation();
serial = logitechG213->GetSerialString();
mode Direct;
Direct.name = "Direct";