Skip to content

Commit 0198d27

Browse files
matte-schwartzij-intel
authored andcommitted
platform/x86: asus-nb-wmi: add DMI quirk for ASUS ROG Flow Z13-KJP GZ302EAC
The ASUS ROG Flow Z13-KJP GZ302EAC model uses sys_vendor name ASUS rather than ASUSTeK COMPUTER INC., but it needs the same folio quirk as the other ROG Flow Z13. To keep things simple, just match on sys_vendor ASUS since it covers both. Signed-off-by: Matthew Schwartz <matthew.schwartz@linux.dev> Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org> Reviewed-by: Denis Benato <denis.benato@linux.dev> Link: https://patch.msgid.link/20260312212246.1608080-1-matthew.schwartz@linux.dev Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 7ff61be commit 0198d27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ static const struct dmi_system_id asus_quirks[] = {
548548
.callback = dmi_matched,
549549
.ident = "ASUS ROG Z13",
550550
.matches = {
551-
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
551+
DMI_MATCH(DMI_SYS_VENDOR, "ASUS"),
552552
DMI_MATCH(DMI_PRODUCT_NAME, "ROG Flow Z13"),
553553
},
554554
.driver_data = &quirk_asus_z13,

0 commit comments

Comments
 (0)