summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoffer Sandberg <cs@tuxedo.de>2025-09-16 18:46:49 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-10-12 13:01:03 +0200
commit4a6d6310349a525278afccdbce6d514cd16a3bac (patch)
treec8442f3b43019a4b9bc56e30c40f9b6b29b5d808
parenta97ecc1972aa5e500bde8898351425d27f1cdf69 (diff)
downloadlinux-4a6d6310349a525278afccdbce6d514cd16a3bac.tar.gz
linux-4a6d6310349a525278afccdbce6d514cd16a3bac.zip
platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
[ Upstream commit 12a3dd4d2cd9232d4e4df3b9a5b3d745db559941 ] Prevents instant wakeup ~1s after suspend Signed-off-by: Christoffer Sandberg <cs@tuxedo.de> Signed-off-by: Werner Sembach <wse@tuxedocomputers.com> Link: https://patch.msgid.link/20250916164700.32896-1-wse@tuxedocomputers.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--drivers/platform/x86/amd/pmc/pmc-quirks.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/amd/pmc/pmc-quirks.c b/drivers/platform/x86/amd/pmc/pmc-quirks.c
index 4d0a38e06f08..d63aaad7ef59 100644
--- a/drivers/platform/x86/amd/pmc/pmc-quirks.c
+++ b/drivers/platform/x86/amd/pmc/pmc-quirks.c
@@ -257,6 +257,13 @@ static const struct dmi_system_id fwbug_list[] = {
}
},
{
+ .ident = "TUXEDO Stellaris Slim 15 AMD Gen6",
+ .driver_data = &quirk_spurious_8042,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_NAME, "GMxHGxx"),
+ }
+ },
+ {
.ident = "TUXEDO InfinityBook Pro 14/15 AMD Gen10",
.driver_data = &quirk_spurious_8042,
.matches = {