mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-13 14:51:43 -04:00
Add optional HID device hotplug support (requires https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug)
This commit is contained in:
@@ -26,12 +26,12 @@ WushiL50USBController::~WushiL50USBController()
|
||||
|
||||
std::string WushiL50USBController::getName()
|
||||
{
|
||||
return name;
|
||||
return(name);
|
||||
}
|
||||
|
||||
std::string WushiL50USBController::getLocation()
|
||||
{
|
||||
return location;
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
std::string WushiL50USBController::GetSerialString()
|
||||
|
||||
Reference in New Issue
Block a user