Skip to content

Commit f609e7b

Browse files
superm1ij-intel
authored andcommitted
platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes
BIOS 03.05 still hasn't fixed the spurious IRQ1 issue. As it's still being worked on there is still a possibility that it won't need to apply to future BIOS releases. Add a quirk for BIOS 03.05 as well. Signed-off-by: Mario Limonciello <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent bc774d4 commit f609e7b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,15 @@ static const struct dmi_system_id fwbug_list[] = {
208208
DMI_MATCH(DMI_BIOS_VERSION, "03.03"),
209209
}
210210
},
211+
{
212+
.ident = "Framework Laptop 13 (Phoenix)",
213+
.driver_data = &quirk_spurious_8042,
214+
.matches = {
215+
DMI_MATCH(DMI_SYS_VENDOR, "Framework"),
216+
DMI_MATCH(DMI_PRODUCT_NAME, "Laptop 13 (AMD Ryzen 7040Series)"),
217+
DMI_MATCH(DMI_BIOS_VERSION, "03.05"),
218+
}
219+
},
211220
{}
212221
};
213222

0 commit comments

Comments
 (0)