]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro
authorgongqi <550230171hxy@gmail.com>
Thu, 22 Jan 2026 15:55:00 +0000 (23:55 +0800)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 26 Jan 2026 14:43:51 +0000 (16:43 +0200)
The MECHREVO Wujie 15X Pro suffers from spurious IRQ issues related to
the AMD PMC. Add it to the quirk list to use the spurious_8042 fix.

Signed-off-by: gongqi <550230171hxy@gmail.com>
Link: https://patch.msgid.link/20260122155501.376199-4-550230171hxy@gmail.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/amd/pmc/pmc-quirks.c

index 404e62ad293a98dfe1be34aad1feef9e30cde60c..ed285afaf9b0d7d4b3e7478b94c5f3f1acd725fc 100644 (file)
@@ -302,6 +302,13 @@ static const struct dmi_system_id fwbug_list[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "XxKK4NAx_XxSP4NAx"),
                }
        },
+       {
+               .ident = "MECHREVO Wujie 15X Pro",
+               .driver_data = &quirk_spurious_8042,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "WUJIE Series-X5SP4NAG"),
+               }
+       },
        {}
 };