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
|
|
@ -24,7 +24,7 @@ HyperXMousematController::~HyperXMousematController()
|
|||
|
||||
std::string HyperXMousematController::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID " + location);
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------------------------------*\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue