提交 a6f66ddf 编写于 作者: O Ozan Çağlayan 提交者: Dmitry Torokhov

Input: i8042 - add Gigabyte M912 netbook to noloop exception table

Gigabyte M912's touchpad needs i8042.noloop for working.
Signed-off-by: NOzan Çağlayan <ozan@pardus.org.tr>
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 4200844b
......@@ -143,6 +143,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "M606"),
},
},
{
.ident = "Gigabyte M912",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
DMI_MATCH(DMI_PRODUCT_NAME, "M912"),
DMI_MATCH(DMI_PRODUCT_VERSION, "01"),
},
},
{ }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册