提交 89cdb8ce 编写于 作者: D Dmitry Torokhov

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: NDmitry Torokhov <dtor@mail.ru>
上级 5b5b43d0
......@@ -118,6 +118,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
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"),
},
},
{ }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册