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

Commit 9333caea authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: I8042 - add Acer Aspire 7738 to the nomux list



When KBC is in active multiplexing mode the touchpad on this laptop does
not work.

Reported-by: default avatarBilal Koc <koc.bilo@googlemail.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 810aa091
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -414,6 +414,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710"),
		},
	},
	{
		/* Acer Aspire 7738 */
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 7738"),
		},
	},
	{
		/* Gericom Bellagio */
		.matches = {