Commit a1a431db authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Zefan Li

Input: I8042 - add Acer Aspire 7738 to the nomux list

commit 9333caea upstream.

When KBC is in active multiplexing mode the touchpad on this laptop does
not work.
Reported-by: default avatarBilal Koc <koc.bilo@googlemail.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarZefan Li <lizefan@huawei.com>
parent 5146f1a4
......@@ -407,6 +407,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 1360"),
},
},
{
/* Acer Aspire 7738 */
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 7738"),
},
},
{
/* Gericom Bellagio */
.matches = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment