Add HID to Logitech Lightspeed location string so that profile loading is successful.
This commit is contained in:
parent
5ad475befe
commit
2fae06a49a
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ LogitechGLightsyncController::~LogitechGLightsyncController()
|
|||
|
||||
std::string LogitechGLightsyncController::GetDeviceLocation()
|
||||
{
|
||||
return (location);
|
||||
return ("HID: " + location);
|
||||
}
|
||||
|
||||
std::string LogitechGLightsyncController::GetSerialString()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue