CM ARGB Controller now working for some modes
* Code SegFaults after a few change packets are sent
This commit is contained in:
parent
743a27d0a2
commit
90002d9eed
3 changed files with 28 additions and 19 deletions
|
|
@ -24,7 +24,7 @@ static const unsigned int cm_pids[][4] =
|
|||
{ // PID, Interface Type
|
||||
{ COOLERMASTER_MP750_XL_PID, 0x00, DEVICE_TYPE_MOUSEMAT }, //Coolermaster MP750 (Extra Large)
|
||||
{ COOLERMASTER_MP750_MEDIUM_PID, 0x00, DEVICE_TYPE_MOUSEMAT }, //Coolermaster MP750 (Medium)
|
||||
{ COOLERMASTER_ARGB_PID, 0x01, DEVICE_TYPE_LEDSTRIP } //Coolermaster ARGB Controller
|
||||
{ COOLERMASTER_ARGB_PID, 0x00, DEVICE_TYPE_LEDSTRIP } //Coolermaster ARGB Controller
|
||||
};
|
||||
|
||||
/******************************************************************************************\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue