All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: Add Acer Aspire 5710 to nomux blacklist
@ 2014-06-25  9:42 Jiri Kosina
  2014-07-09 16:54 ` Dmitry Torokhov
  0 siblings, 1 reply; 9+ messages in thread
From: Jiri Kosina @ 2014-06-25  9:42 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input

Acer Aspire needs to be added to nomux blacklist, otherwise the touchpad 
misbehaves rather randomly.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

---

Hi Dmitry,

I've come across this a few year old patch originating from our internal 
bugzilla, which was apparently been lost between the cracks somewhere. 
We've been carrying it in our kernel tree for quite some time ... could 
you please apply it? Thanks.

 drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
 1 file changed, 7 insertions(+)

--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -371,6 +371,13 @@ static const struct dmi_system_id __init
 		},
 	},
 	{
+		/* 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"),

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-07-11  7:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25  9:42 [PATCH] Input: Add Acer Aspire 5710 to nomux blacklist Jiri Kosina
2014-07-09 16:54 ` Dmitry Torokhov
2014-07-09 17:48   ` Vojtech Pavlik
2014-07-09 19:38     ` Dmitry Torokhov
2014-07-10  7:32       ` Hans de Goede
2014-07-10  8:45         ` Vojtech Pavlik
2014-07-10 15:20           ` Hans de Goede
2014-07-10 21:11             ` Dmitry Torokhov
2014-07-11  7:10               ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.