Use HID path for Location on Holtek controller

This commit is contained in:
Adam Honse
2020-10-04 17:47:41 -05:00
parent 96da5d5181
commit 7482363393
4 changed files with 14 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ void DetectHoltekControllers(std::vector<RGBController*>& rgb_controllers)
{
case HOLTEK_A070_PID:
{
HoltekA070Controller* controller = new HoltekA070Controller(dev);
HoltekA070Controller* controller = new HoltekA070Controller(dev, info->path);
RGBController_HoltekA070* rgb_controller = new RGBController_HoltekA070(controller);