mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
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>
This commit is contained in:
parent
bf28f5db40
commit
97e87f367c
|
@ -250,6 +250,13 @@ static const struct dmi_system_id fwbug_list[] = {
|
||||||
DMI_MATCH(DMI_PRODUCT_NAME, "Lafite Pro V 14M"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "Lafite Pro V 14M"),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.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",
|
.ident = "TUXEDO InfinityBook Pro 14/15 AMD Gen10",
|
||||||
.driver_data = &quirk_spurious_8042,
|
.driver_data = &quirk_spurious_8042,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user