Skip to content

Commit 84bf43a

Browse files
flukejonesyhamamachi
authored andcommitted
platform/x86/amd: pmf: Make ASUS GA403 quirk generic
The original quirk should match to GA403U so that the full range of GA403U models can benefit. Signed-off-by: Luke D. Jones <[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 26cb829 commit 84bf43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static const struct dmi_system_id fwbug_list[] = {
2525
.ident = "ROG Zephyrus G14",
2626
.matches = {
2727
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
28-
DMI_MATCH(DMI_PRODUCT_NAME, "GA403UV"),
28+
DMI_MATCH(DMI_PRODUCT_NAME, "GA403U"),
2929
},
3030
.driver_data = &quirk_no_sps_bug,
3131
},

0 commit comments

Comments
 (0)