We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cb829 commit 84bf43aCopy full SHA for 84bf43a
drivers/platform/x86/amd/pmf/pmf-quirks.c
@@ -25,7 +25,7 @@ static const struct dmi_system_id fwbug_list[] = {
25
.ident = "ROG Zephyrus G14",
26
.matches = {
27
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
28
- DMI_MATCH(DMI_PRODUCT_NAME, "GA403UV"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "GA403U"),
29
},
30
.driver_data = &quirk_no_sps_bug,
31
0 commit comments