Cleaned up MSI Mysticlight detect pids
* Added all MSI Mystic light PIDS to udev rules * Slight tweak to speed up CM detector
This commit is contained in:
parent
8107288838
commit
77ecfc3b46
3 changed files with 62 additions and 13 deletions
|
|
@ -36,7 +36,7 @@ void DetectCoolerMasterControllers(std::vector<RGBController*>& rgb_controllers)
|
|||
|
||||
//Look for the passed in cm_pids
|
||||
hid_init();
|
||||
info = hid_enumerate(0x0, 0x0);
|
||||
info = hid_enumerate(COOLERMASTER_VID, 0x0);
|
||||
|
||||
while(info)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue