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:
de9ce70
)
Input: i8042 - disable MUX mode on Toshiba Equium A110
author
Dmitry Torokhov
<dtor@insightbb.com>
Thu, 14 Sep 2006 05:31:06 +0000
(
01:31
-0400)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Thu, 14 Sep 2006 05:31:06 +0000
(
01:31
-0400)
When keyboard controller is in active multiplexing mode ALPS touchpad
may get detected twice. Since the box does not have external PS/2
ports simply disabling MUX mode is safe solution.
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 2232ab71fb40e6c38b6ea270a0adebd03d43c0c8..8738edda661001236e0db92c0607ec98fa0496b7 100644
(file)
--- a/
drivers/input/serio/i8042-x86ia64io.h
+++ b/
drivers/input/serio/i8042-x86ia64io.h
@@
-159,6
+159,13
@@
static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P10"),
},
},
+ {
+ .ident = "Toshiba Equium A110",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "EQUIUM A110"),
+ },
+ },
{
.ident = "Alienware Sentia",
.matches = {