summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2015-01-08 14:53:23 -0800
committerBen Hutchings <ben@decadent.org.uk>2015-02-20 00:49:35 +0000
commitc5b96ce4e5f2f350be3f70e7659c0216c97bbfc5 (patch)
tree6ec530cad75f301749832868d76ca79d3877acdf /drivers/input
parent3a8a47c5a3d71507abed60d05af1826f334d1e3e (diff)
downloadlwn-c5b96ce4e5f2f350be3f70e7659c0216c97bbfc5.tar.gz
lwn-c5b96ce4e5f2f350be3f70e7659c0216c97bbfc5.zip
Input: I8042 - add Acer Aspire 7738 to the nomux list
commit 9333caeaeae4f831054e0e127a6ed3948b604d3e upstream. When KBC is in active multiplexing mode the touchpad on this laptop does not work. Reported-by: Bilal Koc <koc.bilo@googlemail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/serio/i8042-x86ia64io.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 37a363812a52..987ea1e06b79 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -408,6 +408,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
},
},
{
+ /* Acer Aspire 7738 */
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 7738"),
+ },
+ },
+ {
/* Gericom Bellagio */
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Gericom"),