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:
Chris 2020-07-14 14:09:31 +10:00 committed by Adam Honse
parent 8107288838
commit 77ecfc3b46
3 changed files with 62 additions and 13 deletions

View file

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