mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-08 04:14:50 -04:00
Add optional HID device hotplug support (requires https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug)
This commit is contained in:
@@ -226,7 +226,8 @@ std::string RealtekBridgeController::get_sn()
|
||||
|
||||
std::string RealtekBridgeController::get_dev_loc()
|
||||
{
|
||||
return hidinfo->path;
|
||||
std::string location = hidinfo->path;
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
std::string RealtekBridgeController::get_fw_ver()
|
||||
|
||||
Reference in New Issue
Block a user