Skip to content

Commit d34af75

Browse files
flukejonesij-intel
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 <luke@ljones.dev> Link: https://lore.kernel.org/r/20240831003905.1060977-1-luke@ljones.dev Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent ffc17e1 commit d34af75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)