Skip to content

Commit 0636950

Browse files
aln8jwrdegoede
authored andcommitted
platform/x86/amd: pmf: Add quirk for TUF Gaming A14
The ASUS TUF Gaming A14 has the same issue as the ROG Zephyrus G14 where it advertises SPS support but doesn't use it. Signed-off-by: aln8 <[email protected]> Acked-by: Shyam Sundar S K <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent c11619a commit 0636950

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ static const struct dmi_system_id fwbug_list[] = {
3737
},
3838
.driver_data = &quirk_no_sps_bug,
3939
},
40+
{
41+
.ident = "ASUS TUF Gaming A14",
42+
.matches = {
43+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
44+
DMI_MATCH(DMI_PRODUCT_NAME, "FA401W"),
45+
},
46+
.driver_data = &quirk_no_sps_bug,
47+
},
4048
{}
4149
};
4250

0 commit comments

Comments
 (0)