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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent d0f8ee8 commit 7dc6b2d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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)