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

Commit 89cdb8ce authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: i8042 - add Medion NAM 2070 to noloop blacklist



AUX LOOP command fails with a timeout although this laptop has
a touchpad.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 5b5b43d0
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -118,6 +118,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
			DMI_MATCH(DMI_PRODUCT_VERSION, "VS2005R2"),
			DMI_MATCH(DMI_PRODUCT_VERSION, "VS2005R2"),
		},
		},
	},
	},
	{
		.ident = "Medion MAM 2070",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Notebook"),
			DMI_MATCH(DMI_PRODUCT_NAME, "MAM 2070"),
			DMI_MATCH(DMI_PRODUCT_VERSION, "5a"),
		},
	},
	{ }
	{ }
};
};