Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 384cf428 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Dmitry Torokhov
Browse files

Input: i8042 - add Lenovo LaVie Z to the i8042 reset list



The Lenovo LaVie Z laptop requires i8042 to be reset in order to
consistently detect its Elantech touchpad. The nomux and kbdreset
quirks are not sufficient.

It's possible the other LaVie Z models from NEC require this as well.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 6f88a643
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -527,6 +527,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "N24_25BU"),
		},
	},
	{
		/* Lenovo LaVie Z */
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo LaVie Z"),
		},
	},
	{ }
};