mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-31 04:11:14 -04:00
Use HID path for Location on Corsair Peripheral controller
This commit is contained in:
@@ -147,7 +147,7 @@ void DetectCorsairPeripheralControllers(std::vector<RGBController*>& rgb_control
|
||||
|
||||
if( dev )
|
||||
{
|
||||
CorsairPeripheralController* controller = new CorsairPeripheralController(dev);
|
||||
CorsairPeripheralController* controller = new CorsairPeripheralController(dev, info->path);
|
||||
|
||||
if(controller->GetDeviceType() != DEVICE_TYPE_UNKNOWN)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user