Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <limero1337@gmail.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20200625133754.291325-1-limero1337@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

David Pedersen and committed by
Dmitry Torokhov
17d51429 93b9de22

+7
+7
drivers/input/serio/i8042-x86ia64io.h
··· 426 426 }, 427 427 }, 428 428 { 429 + /* Lenovo XiaoXin Air 12 */ 430 + .matches = { 431 + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), 432 + DMI_MATCH(DMI_PRODUCT_NAME, "80UN"), 433 + }, 434 + }, 435 + { 429 436 .matches = { 430 437 DMI_MATCH(DMI_SYS_VENDOR, "Acer"), 431 438 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 1360"),