From: "Mario Limonciello (kernel.org)" <superm1@kernel.org>
To: aprilgrimoire <aprilgrimoire@proton.me>,
"platform-driver-x86@vger.kernel.org"
<platform-driver-x86@vger.kernel.org>
Subject: Re: [PATCH v2] platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list
Date: Mon, 8 Sep 2025 13:34:52 -0500 [thread overview]
Message-ID: <87ba801a-1467-42c3-9785-663e6f8b2bc8@kernel.org> (raw)
In-Reply-To: <IvSc_IN5Pa0wRXElTk_fEl-cTpMZxg6TCQk_7aRUkTd9vJUp_ZeC0NdXZ0z6Tn7B-XiqqqQvCH65lq6FqhuECBMEYWcHQmWm1Jo7Br8kpeg=@proton.me>
On 9/7/2025 4:06 AM, aprilgrimoire wrote:
> 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 work around this issue.
>
> Link: https://lore.kernel.org/linux-pm/6ww4uu6Gl4F5n6VY5dl1ufASfKzs4DhMxAN8BuqUpCoqU3PQukVSVSBCl_lKIzkQ-S8kt1acPd58eyolhkWN32lMLFj4ViI0Tdu2jwhnYZ8=@proton.me/
>
> Signed-off-by: April Grimoire <aprilgrimoire@proton.me>
Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
> ---
> v2:
> - Fix subject prefix and wording.
> - Rebase onto platform-drivers-x86 fixes branch.
>
> 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",
next prev parent reply other threads:[~2025-09-08 18:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-07 9:06 [PATCH v2] platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list aprilgrimoire
2025-09-08 18:34 ` Mario Limonciello (kernel.org) [this message]
2025-09-10 11:35 ` Ilpo Järvinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ba801a-1467-42c3-9785-663e6f8b2bc8@kernel.org \
--to=superm1@kernel.org \
--cc=aprilgrimoire@proton.me \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox