From f5d9a4e79f6d21cee176e05b0fa989c10253f2ac Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sat, 13 Mar 2021 15:23:49 -0600 Subject: [PATCH] Add 7B12 to 162-byte Mystic Light list --- .../MSIMysticLightController/MSIMysticLightControllerDetect.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/MSIMysticLightController/MSIMysticLightControllerDetect.cpp b/Controllers/MSIMysticLightController/MSIMysticLightControllerDetect.cpp index ed5297d5..f786bd4a 100644 --- a/Controllers/MSIMysticLightController/MSIMysticLightControllerDetect.cpp +++ b/Controllers/MSIMysticLightController/MSIMysticLightControllerDetect.cpp @@ -60,6 +60,7 @@ void DetectMSIMysticLight185Controllers(hid_device_info* info, const std::string /*-------------------------------------------------------------*\ | MSI Mystic Light 162-byte Devices | \*-------------------------------------------------------------*/ +REGISTER_HID_DETECTOR("MSI Mystic Light MS_7B12", DetectMSIMysticLight162Controllers, MSI_USB_VID, 0x7B12); REGISTER_HID_DETECTOR("MSI Mystic Light MS_7B85", DetectMSIMysticLight162Controllers, MSI_USB_VID, 0x7B85); /*-------------------------------------------------------------*\