* [PATCH] platform/x86: asus-nb-wmi: add UX7602ZM DMI quirk
@ 2026-02-22 22:05 Paweł Hofman
2026-02-22 22:26 ` Denis Benato
0 siblings, 1 reply; 2+ messages in thread
From: Paweł Hofman @ 2026-02-22 22:05 UTC (permalink / raw)
To: corentin.chary, luke, hansg, ilpo.jarvinen, platform-driver-x86
Cc: benato.denis96, linux-kernel, Paweł Hofman
---
drivers/platform/x86/asus-nb-wmi.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c
index a38a65f5c550..19cd7ea13fef 100644
--- a/drivers/platform/x86/asus-nb-wmi.c
+++ b/drivers/platform/x86/asus-nb-wmi.c
@@ -553,6 +553,15 @@ static const struct dmi_system_id asus_quirks[] = {
},
.driver_data = &quirk_asus_z13,
},
+ {
+ .callback = dmi_matched,
+ .ident = "ASUS Zenbook UX7602ZM",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Zenbook UX7602ZM_UX7602ZM"),
+ },
+ .driver_data = &quirk_asus_zenbook_duo_kbd,
+ },
{},
};
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] platform/x86: asus-nb-wmi: add UX7602ZM DMI quirk
2026-02-22 22:05 [PATCH] platform/x86: asus-nb-wmi: add UX7602ZM DMI quirk Paweł Hofman
@ 2026-02-22 22:26 ` Denis Benato
0 siblings, 0 replies; 2+ messages in thread
From: Denis Benato @ 2026-02-22 22:26 UTC (permalink / raw)
To: Paweł Hofman, corentin.chary, luke, hansg, ilpo.jarvinen,
platform-driver-x86
Cc: linux-kernel
Hello and than you for this.
There a few things missing here:
- a commit description for the why this was required
- your signed-off-by tag
On 2/22/26 23:05, Paweł Hofman wrote:
> ---
> drivers/platform/x86/asus-nb-wmi.c | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c
> index a38a65f5c550..19cd7ea13fef 100644
> --- a/drivers/platform/x86/asus-nb-wmi.c
> +++ b/drivers/platform/x86/asus-nb-wmi.c
> @@ -553,6 +553,15 @@ static const struct dmi_system_id asus_quirks[] = {
> },
> .driver_data = &quirk_asus_z13,
> },
> + {
> + .callback = dmi_matched,
> + .ident = "ASUS Zenbook UX7602ZM",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Zenbook UX7602ZM_UX7602ZM"),
> + },
> + .driver_data = &quirk_asus_zenbook_duo_kbd,
> + },
Please use tabs to align and ensure it is aligned with other entries.
Also keep all quirk_asus_zenbook_duo_kdb entries together please.
> {},
> };
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-22 22:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-22 22:05 [PATCH] platform/x86: asus-nb-wmi: add UX7602ZM DMI quirk Paweł Hofman
2026-02-22 22:26 ` Denis Benato
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®