Use HID path for Location on HyperX Mouse controller
This commit is contained in:
parent
7482363393
commit
43cea0a1b2
4 changed files with 14 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue