Add HID: prefix to all HID detector locations
This commit is contained in:
parent
3345fe6562
commit
ca3c2ad541
49 changed files with 76 additions and 54 deletions
|
|
@ -10,7 +10,7 @@ LogitechG203LController::LogitechG203LController(hid_device* dev_handle, const c
|
|||
|
||||
std::string LogitechG203LController::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
void LogitechG203LController::SendApply()
|
||||
|
|
@ -143,4 +143,4 @@ void LogitechG203LController::SetDevice(std::vector<RGBColor> colors)
|
|||
hid_read(dev, usb_buf, 20);
|
||||
|
||||
SendApply();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue