public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Subject: [PATCH 1/1] x86: Fix spurious 8042 for Mechrevo Yilong15Pro
@ 2025-09-05  8:30 aprilgrimoire
  2025-09-05 17:51 ` Mario Limonciello
  0 siblings, 1 reply; 2+ messages in thread
From: aprilgrimoire @ 2025-09-05  8:30 UTC (permalink / raw)
  To: linux-pm@vger.kernel.org; +Cc: Mario Limonciello

From d82abe97c5696e22eb24c7eabe641432446da8cf Mon Sep 17 00:00:00 2001From: April Grimoire <AprilGrimoire@proton.me>
Date: Fri, 5 Sep 2025 16:24:33 +0800
Subject: [PATCH] Subject: [PATCH 1/1] x86: Fix spurious 8042 for Mechrevo
 Yilong15Pro

The firmware of Mechrevo Yilong15Pro emits a spurious keyboard interrupt on
events including closing the lid. When a user closes the lid on an already
suspended system this causes the system to wake up.
Add Mechrevo Yilong15Pro Series (GM5HG7A) to the list of quirk
spurious_8042 to workaround this issue.

Link: https://lore.kernel.org/linux-pm/6ww4uu6Gl4F5n6VY5dl1ufASfKzs4DhMxAN8BuqUpCoqU3PQukVSVSBCl_lKIzkQ-S8kt1acPd58eyolhkWN32lMLFj4ViI0Tdu2jwhnYZ8=@proton.me/

Signed-off-by: April Grimoire <aprilgrimoire@proton.me>
---
 drivers/platform/x86/amd/pmc/pmc-quirks.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/platform/x86/amd/pmc/pmc-quirks.c b/drivers/platform/x86/amd/pmc/pmc-quirks.c
index 18fb44139d..4d0a38e06f 100644
--- a/drivers/platform/x86/amd/pmc/pmc-quirks.c
+++ b/drivers/platform/x86/amd/pmc/pmc-quirks.c
@@ -239,6 +239,14 @@ static const struct dmi_system_id fwbug_list[] = {
            DMI_MATCH(DMI_BOARD_NAME, "WUJIE14-GX4HRXL"),
        }
    },
+   {
+       .ident = "MECHREVO Yilong15Pro Series GM5HG7A",
+       .driver_data = &quirk_spurious_8042,
+       .matches = {
+           DMI_MATCH(DMI_SYS_VENDOR, "MECHREVO"),
+           DMI_MATCH(DMI_PRODUCT_NAME, "Yilong15Pro Series GM5HG7A"),
+       }
+   },
    /* https://bugzilla.kernel.org/show_bug.cgi?id=220116 */
    {
        .ident = "PCSpecialist Lafite Pro V 14M",
--
2.49.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-05 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-05  8:30 [PATCH] Subject: [PATCH 1/1] x86: Fix spurious 8042 for Mechrevo Yilong15Pro aprilgrimoire
2025-09-05 17:51 ` Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox