Skip to content

Commit 7dc6b2d

Browse files
rahulc07ij-intel
authored andcommitted
platform/x86: asus-nb-wmi: add DMI quirk for ASUS Zenbook Duo UX8406CA
Add a DMI quirk entry for the ASUS Zenbook Duo UX8406CA 2025 model to use the existing zenbook duo keyboard quirk. Signed-off-by: Rahul Chandra <rahul@chandra.net> Link: https://lore.kernel.org/r/20250624073301.602070-1-rahul@chandra.net Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent d0f8ee8 commit 7dc6b2d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,15 @@ static const struct dmi_system_id asus_quirks[] = {
530530
},
531531
.driver_data = &quirk_asus_zenbook_duo_kbd,
532532
},
533+
{
534+
.callback = dmi_matched,
535+
.ident = "ASUS Zenbook Duo UX8406CA",
536+
.matches = {
537+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
538+
DMI_MATCH(DMI_PRODUCT_NAME, "UX8406CA"),
539+
},
540+
.driver_data = &quirk_asus_zenbook_duo_kbd,
541+
},
533542
{},
534543
};
535544

0 commit comments

Comments
 (0)