Skip to content

Commit 17d5142

Browse files
Limerodtor
authored andcommitted
Input: i8042 - add Lenovo XiaoXin Air 12 to i8042 nomux list
This fixes two finger trackpad scroll on the Lenovo XiaoXin Air 12. Without nomux, the trackpad behaves as if only one finger is present and moves the cursor when trying to scroll. Signed-off-by: David Pedersen <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 93b9de2 commit 17d5142

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
425425
DMI_MATCH(DMI_PRODUCT_NAME, "076804U"),
426426
},
427427
},
428+
{
429+
/* Lenovo XiaoXin Air 12 */
430+
.matches = {
431+
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
432+
DMI_MATCH(DMI_PRODUCT_NAME, "80UN"),
433+
},
434+
},
428435
{
429436
.matches = {
430437
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),

0 commit comments

Comments
 (0)