Commit a6f66ddf authored by Ozan Çağlayan's avatar Ozan Çağlayan Committed by Dmitry Torokhov

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

Gigabyte M912's touchpad needs i8042.noloop for working.
Signed-off-by: default avatarOzan Çağlayan <ozan@pardus.org.tr>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment