diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-01-08 14:53:23 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-01-08 14:56:17 -0800 |
commit | 9333caeaeae4f831054e0e127a6ed3948b604d3e (patch) | |
tree | b780c122e62ed0e1f49ee2a056d682f0335aae71 /drivers/input/serio/i8042-x86ia64io.h | |
parent | 810aa0918b2b032684c8cad13f73d6ba37ad11c0 (diff) | |
download | op-kernel-dev-9333caeaeae4f831054e0e127a6ed3948b604d3e.zip op-kernel-dev-9333caeaeae4f831054e0e127a6ed3948b604d3e.tar.gz |
Input: I8042 - add Acer Aspire 7738 to the nomux list
When KBC is in active multiplexing mode the touchpad on this laptop does
not work.
Reported-by: Bilal Koc <koc.bilo@googlemail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/serio/i8042-x86ia64io.h')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 97cdc58..764857b 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -415,6 +415,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"), |