Skip to content

Commit 26c263b

Browse files
tiwaidtor
authored andcommitted
Input: i8042 - apply probe defer to more ASUS ZenBook models
There are yet a few more ASUS ZenBook models that require the deferred probe. At least, there are different ZenBook UX325x and UX425x models. Let's extend the DMI matching table entries for adapting those missing models. Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://lore.kernel.org/r/20221108142027.28480-1-tiwai@suse.de Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent e13757f commit 26c263b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/input/serio/i8042-acpipnpio.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,18 +115,18 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
115115
.driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_NEVER)
116116
},
117117
{
118-
/* ASUS ZenBook UX425UA */
118+
/* ASUS ZenBook UX425UA/QA */
119119
.matches = {
120120
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
121-
DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX425UA"),
121+
DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX425"),
122122
},
123123
.driver_data = (void *)(SERIO_QUIRK_PROBE_DEFER | SERIO_QUIRK_RESET_NEVER)
124124
},
125125
{
126-
/* ASUS ZenBook UM325UA */
126+
/* ASUS ZenBook UM325UA/QA */
127127
.matches = {
128128
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
129-
DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX325UA_UM325UA"),
129+
DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX325"),
130130
},
131131
.driver_data = (void *)(SERIO_QUIRK_PROBE_DEFER | SERIO_QUIRK_RESET_NEVER)
132132
},

0 commit comments

Comments
 (0)