From 12226804f3a49f17eb722fc8503d26f9293d97f3 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Mon, 22 Jun 2020 11:23:26 -0500 Subject: [PATCH] Rename small to medium for Cooler Master MP750 --- .../CoolerMasterController/CoolerMasterControllerDetect.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Controllers/CoolerMasterController/CoolerMasterControllerDetect.cpp b/Controllers/CoolerMasterController/CoolerMasterControllerDetect.cpp index 07bf3fdb..c648ff04 100644 --- a/Controllers/CoolerMasterController/CoolerMasterControllerDetect.cpp +++ b/Controllers/CoolerMasterController/CoolerMasterControllerDetect.cpp @@ -6,7 +6,7 @@ #define COOLERMASTER_VID 0x2516 #define COOLERMASTER_MP750_PID 0x0109 -#define COOLERMASTER_MP750_SMALL_PID 0x0105 +#define COOLERMASTER_MP750_MEDIUM_PID 0x0105 #define COOLERMASTER_NUM_DEVICES (sizeof(cm_pids) / sizeof(cm_pids[ 0 ])) @@ -18,8 +18,8 @@ enum static const unsigned int cm_pids[][4] = { // PID, Interface - { COOLERMASTER_MP750_PID, 0x00 }, //Coolermaster MP750 - { COOLERMASTER_MP750_SMALL_PID, 0x00 } //Coolermaster MP750 (Small) + { COOLERMASTER_MP750_PID, 0x00 }, //Coolermaster MP750 + { COOLERMASTER_MP750_MEDIUM_PID, 0x00 } //Coolermaster MP750 (Medium) }; /******************************************************************************************\