From: Jiri Kosina Date: Wed, 9 Jul 2014 16:48:06 +0000 (-0700) Subject: Input: i8042 - add Acer Aspire 5710 to nomux blacklist X-Git-Tag: v4.9.8~2718^2~188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c947e20cb1f442c704852b2ca24b81981b09493;p=platform%2Fkernel%2Flinux-rpi3.git Input: i8042 - add Acer Aspire 5710 to nomux blacklist Acer Aspire needs to be added to nomux blacklist, otherwise the touchpad misbehaves rather randomly. Signed-off-by: Jiri Kosina Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 381b20d..136b7b20 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -402,6 +402,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = { }, }, { + /* Acer Aspire 5710 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710"), + }, + }, + { /* Gericom Bellagio */ .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Gericom"),