linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] input: Thinkpad R31 i8042 nomux quirk
@ 2008-10-11 18:18 Colin Macdonald
  2008-10-11 22:18 ` Dmitry Torokhov
  2008-10-12  7:51 ` legolas558
  0 siblings, 2 replies; 6+ messages in thread
From: Colin Macdonald @ 2008-10-11 18:18 UTC (permalink / raw)
  To: linux-input; +Cc: dtor

Subject: [PATCH] input: Thinkpad R31 i8042 nomux quirk
from: Colin B Macdonald <cbm@m.fsf.org>

Thinkpad R31 needs i8042 nomux quirk.  Stops jittery jumping mouse
and random keyboard input.  Fixes kernel bug #11723.  Cherry picked
from Ubuntu who have sometimes (on-again-off-again) had a fix in
their patched kernels.

Signed-off-by: Colin B Macdonald <cbm@m.fsf.org>

---

--- linux-2.6.27/drivers/input/serio/i8042-x86ia64io.h.orig	2008-10-11 01:07:22.000000000 -0700
+++ linux-2.6.27/drivers/input/serio/i8042-x86ia64io.h	2008-10-11 01:06:24.000000000 -0700
@@ -322,6 +322,13 @@ static struct dmi_system_id __initdata i
 			DMI_MATCH(DMI_PRODUCT_NAME, "N34AS6"),
 		},
 	},
+	{
+		.ident = "IBM 2656",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "2656"),
+		},
+	},
 	{ }
 };


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

end of thread, other threads:[~2009-01-24 21:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-11 18:18 [PATCH] input: Thinkpad R31 i8042 nomux quirk Colin Macdonald
2008-10-11 22:18 ` Dmitry Torokhov
2008-10-12  7:51 ` legolas558
2008-10-12 18:39   ` Colin Macdonald
2008-10-13 19:58     ` legolas558
2009-01-24 20:51       ` legolas558

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).