diff options
author | Ozan Çağlayan | 2008-12-20 10:04:51 +0100 |
---|---|---|
committer | Dmitry Torokhov | 2008-12-20 10:57:52 +0100 |
commit | a6f66ddf7a8b34bb28e4d1c47531b61c671eac9b (patch) | |
tree | cbf9ed1e79ca065d971bbe685fa5dcfb8999476e | |
parent | Input: atkbd - Samsung NC10 key repeat fix (diff) | |
download | kernel-qcow2-linux-a6f66ddf7a8b34bb28e4d1c47531b61c671eac9b.tar.gz kernel-qcow2-linux-a6f66ddf7a8b34bb28e4d1c47531b61c671eac9b.tar.xz kernel-qcow2-linux-a6f66ddf7a8b34bb28e4d1c47531b61c671eac9b.zip |
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 <ozan@pardus.org.tr>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 8 |
1 files changed, 8 insertions, 0 deletions
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"), + }, + }, { } }; |