Skip to content

Commit 8822e8b

Browse files
aprilgrimoireij-intel
authored andcommitted
platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list
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 <[email protected]> Reviewed-by: Mario Limonciello (AMD) <[email protected]> Link: https://patch.msgid.link/IvSc_IN5Pa0wRXElTk_fEl-cTpMZxg6TCQk_7aRUkTd9vJUp_ZeC0NdXZ0z6Tn7B-XiqqqQvCH65lq6FqhuECBMEYWcHQmWm1Jo7Br8kpeg=@proton.me Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent aa28991 commit 8822e8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/platform/x86/amd/pmc/pmc-quirks.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,14 @@ static const struct dmi_system_id fwbug_list[] = {
239239
DMI_MATCH(DMI_BOARD_NAME, "WUJIE14-GX4HRXL"),
240240
}
241241
},
242+
{
243+
.ident = "MECHREVO Yilong15Pro Series GM5HG7A",
244+
.driver_data = &quirk_spurious_8042,
245+
.matches = {
246+
DMI_MATCH(DMI_SYS_VENDOR, "MECHREVO"),
247+
DMI_MATCH(DMI_PRODUCT_NAME, "Yilong15Pro Series GM5HG7A"),
248+
}
249+
},
242250
/* https://bugzilla.kernel.org/show_bug.cgi?id=220116 */
243251
{
244252
.ident = "PCSpecialist Lafite Pro V 14M",

0 commit comments

Comments
 (0)