Use HID path for Location on HyperX Mouse controller

This commit is contained in:
Adam Honse 2020-10-04 18:14:54 -05:00
parent 7482363393
commit 43cea0a1b2
4 changed files with 14 additions and 4 deletions

View file

@ -66,7 +66,7 @@ void DetectHyperXMouseControllers(std::vector<RGBController*>& rgb_controllers)
if( dev )
{
HyperXPulsefireSurgeController* controller = new HyperXPulsefireSurgeController(dev);
HyperXPulsefireSurgeController* controller = new HyperXPulsefireSurgeController(dev, info->path);
RGBController_HyperXPulsefireSurge* rgb_controller = new RGBController_HyperXPulsefireSurge(controller);