From: Ozan Çağlayan Date: Sat, 20 Dec 2008 09:04:51 +0000 (-0500) Subject: Input: i8042 - add Gigabyte M912 netbook to noloop exception table X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a6f66ddf7a8b34bb28e4d1c47531b61c671eac9b;p=linux-beck.git Input: i8042 - add Gigabyte M912 netbook to noloop exception table Gigabyte M912's touchpad needs i8042.noloop for working. Signed-off-by: Ozan Çağlayan Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 29e686388a2c..e196bf246f30 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -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"), + }, + }, { } };