Use HID path for Location on Aorus CPU Cooler controller

This commit is contained in:
Adam Honse
2020-10-02 21:02:32 -05:00
parent 4df557391a
commit c8da008b93
4 changed files with 14 additions and 4 deletions

View File

@@ -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);