mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 03:56:26 -04:00
Use HID path for Location on Aorus CPU Cooler controller
This commit is contained in:
@@ -67,7 +67,7 @@ void DetectAorusCPUCoolerControllers(std::vector<RGBController*>& rgb_controller
|
||||
{
|
||||
case ATC_800_CONTROLLER_PID:
|
||||
{
|
||||
ATC800Controller* controller = new ATC800Controller(dev);
|
||||
ATC800Controller* controller = new ATC800Controller(dev, info->path);
|
||||
|
||||
RGBController_AorusATC800* rgb_controller = new RGBController_AorusATC800(controller);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user