projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4200844
)
Input: i8042 - add Gigabyte M912 netbook to noloop exception table
author
Ozan Çağlayan
<ozan@pardus.org.tr>
Sat, 20 Dec 2008 09:04:51 +0000
(
04:04
-0500)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 20 Dec 2008 09:57:52 +0000
(
04:57
-0500)
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>
drivers/input/serio/i8042-x86ia64io.h
patch
|
blob
|
history
diff --git
a/drivers/input/serio/i8042-x86ia64io.h
b/drivers/input/serio/i8042-x86ia64io.h
index 29e686388a2c9a85732a028ede45d16e188087c8..e196bf246f30ab5e2c6c26686d8a045bf10657cf 100644
(file)
--- 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"),
+ },
+ },
{ }
};