Skip to content

Commit e352d68

Browse files
zhaose233jwrdegoede
authored andcommitted
platform/x86: asus-nb-wmi: Add quirk_asus_tablet_mode to other ROG Flow X13 models
Make quirk_asus_tablet_mode apply on other ROG Flow X13 devices, which only affects the GV301Q model before. Signed-off-by: weiliang1503 <[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 52f91e5 commit e352d68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/platform/x86/asus-nb-wmi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,8 @@ static const struct dmi_system_id asus_quirks[] = {
464464
.ident = "ASUS ROG FLOW X13",
465465
.matches = {
466466
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
467-
DMI_MATCH(DMI_PRODUCT_NAME, "GV301Q"),
467+
/* Match GV301** */
468+
DMI_MATCH(DMI_PRODUCT_NAME, "GV301"),
468469
},
469470
.driver_data = &quirk_asus_tablet_mode,
470471
},

0 commit comments

Comments
 (0)