* [PATCH] Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA
@ 2026-01-22 1:39 feng
2026-01-25 5:47 ` Dmitry Torokhov
2026-01-25 5:51 ` Dmitry Torokhov
0 siblings, 2 replies; 3+ messages in thread
From: feng @ 2026-01-22 1:39 UTC (permalink / raw)
To: dtor; +Cc: linux-input, linux-kernel, feng
The ASUS Zenbook UX425QA_UM425QA fails to initialize the keyboard after a
cold boot.
A quirk already exists for "ZenBook UX425", but some Zenbooks report "Zenbook" with a lowercase 'b'.
Since DMI matching is case-sensitive, the existing quirk is not applied to these "extra special" Zenbooks.
Testing confirms that this model needs the same quirks as the ZenBook UX425 variants.
Signed-off-by: feng <alec.jiang@gmail.com>
---
drivers/input/serio/i8042-acpipnpio.h | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/drivers/input/serio/i8042-acpipnpio.h b/drivers/input/serio/i8042-acpipnpio.h
index 654771275..b34d922a9 100644
--- a/drivers/input/serio/i8042-acpipnpio.h
+++ b/drivers/input/serio/i8042-acpipnpio.h
@@ -115,6 +115,16 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
},
.driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_NEVER)
},
+ /* ASUS Zenbook UX425QA_UM425QA
+ * Some Zenbooks report "Zenbook" with a lowercase b.
+ */
+ {
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Zenbook UX425QA_UM425QA"),
+ },
+ .driver_data = (void *)(SERIO_QUIRK_PROBE_DEFER | SERIO_QUIRK_RESET_NEVER)
+ },
{
/* ASUS ZenBook UX425UA/QA */
.matches = {
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA
2026-01-22 1:39 [PATCH] Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA feng
@ 2026-01-25 5:47 ` Dmitry Torokhov
2026-01-25 5:51 ` Dmitry Torokhov
1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2026-01-25 5:47 UTC (permalink / raw)
To: feng; +Cc: linux-input, linux-kernel
On Wed, Jan 21, 2026 at 08:39:57PM -0500, feng wrote:
> The ASUS Zenbook UX425QA_UM425QA fails to initialize the keyboard after a
> cold boot.
>
> A quirk already exists for "ZenBook UX425", but some Zenbooks report "Zenbook" with a lowercase 'b'.
> Since DMI matching is case-sensitive, the existing quirk is not applied to these "extra special" Zenbooks.
>
> Testing confirms that this model needs the same quirks as the ZenBook UX425 variants.
>
> Signed-off-by: feng <alec.jiang@gmail.com>
Applied, thank you.
--
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA
2026-01-22 1:39 [PATCH] Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA feng
2026-01-25 5:47 ` Dmitry Torokhov
@ 2026-01-25 5:51 ` Dmitry Torokhov
1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2026-01-25 5:51 UTC (permalink / raw)
To: feng; +Cc: linux-input, linux-kernel
On Wed, Jan 21, 2026 at 08:39:57PM -0500, feng wrote:
> The ASUS Zenbook UX425QA_UM425QA fails to initialize the keyboard after a
> cold boot.
>
> A quirk already exists for "ZenBook UX425", but some Zenbooks report "Zenbook" with a lowercase 'b'.
> Since DMI matching is case-sensitive, the existing quirk is not applied to these "extra special" Zenbooks.
>
> Testing confirms that this model needs the same quirks as the ZenBook UX425 variants.
>
> Signed-off-by: feng <alec.jiang@gmail.com>
Applied, thank you.
--
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-25 5:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-22 1:39 [PATCH] Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA feng
2026-01-25 5:47 ` Dmitry Torokhov
2026-01-25 5:51 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox