From 8bb7ab8099a46f3c114196963e55fb6fdd6ce089 Mon Sep 17 00:00:00 2001 From: Evan Weiler Date: Thu, 3 Mar 2022 00:48:51 +0000 Subject: [PATCH] Add support for MSI MPG Z690 EDGE WIFI DDR4 motherboard --- 60-openrgb.rules | 1 + .../MSIMysticLightController/MSIMysticLightControllerDetect.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/60-openrgb.rules b/60-openrgb.rules index b05e9d5b..a873a391 100644 --- a/60-openrgb.rules +++ b/60-openrgb.rules @@ -500,6 +500,7 @@ SUBSYSTEMS=="usb", ATTR{idVendor}=="1462", ATTR{idProduct}=="7d06", TAG+="uacces SUBSYSTEMS=="usb", ATTR{idVendor}=="1462", ATTR{idProduct}=="7d07", TAG+="uaccess", TAG+="MPG_Z590_GAMING_EDGE_WIFI" SUBSYSTEMS=="usb", ATTR{idVendor}=="1462", ATTR{idProduct}=="7d09", TAG+="uaccess" SUBSYSTEMS=="usb", ATTR{idVendor}=="1462", ATTR{idProduct}=="905d", TAG+="uaccess" +SUBSYSTEMS=="usb", ATTR{idVendor}=="1462", ATTR{idProduct}=="7d31", TAG+="uaccess" #---------------------------------------------------------------# # MSI Optix # diff --git a/Controllers/MSIMysticLightController/MSIMysticLightControllerDetect.cpp b/Controllers/MSIMysticLightController/MSIMysticLightControllerDetect.cpp index 52f0eab6..a28c8fb1 100644 --- a/Controllers/MSIMysticLightController/MSIMysticLightControllerDetect.cpp +++ b/Controllers/MSIMysticLightController/MSIMysticLightControllerDetect.cpp @@ -99,6 +99,7 @@ REGISTER_HID_DETECTOR_PU("MSI Mystic Light MS_7D13", DetectMSIMysticLight185C REGISTER_HID_DETECTOR_PU("MSI Mystic Light MS_7D15", DetectMSIMysticLight185Controllers, MSI_USB_VID, 0x7D15, 0x0001, 0x00); REGISTER_HID_DETECTOR_PU("MSI Mystic Light MS_7D25", DetectMSIMysticLight185Controllers, MSI_USB_VID, 0x7D25, 0x0001, 0x00); // MSI PRO Z690-A WiFi DDR4 REGISTER_HID_DETECTOR_PU("MSI Mystic Light MS_7D54", DetectMSIMysticLight185Controllers, MSI_USB_VID, 0x7D54, 0x0001, 0x00); +REGISTER_HID_DETECTOR_PU("MSI Mystic Light MS_7D31", DetectMSIMysticLight185Controllers, MSI_USB_VID, 0x7D31, 0x0001, 0x00); // MSI MPG Z690 EDGE WIFI DDR4 #ifdef ENABLE_UNTESTED_MYSTIC_LIGHT /*-------------------------------------------------------------*\