public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i8042: Add Blue FB5601 to noloop exception table
@ 2008-10-14 15:55 Stefan Bader
  2008-10-16  4:11 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Bader @ 2008-10-14 15:55 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

Hi,

this is another user reported Laptop which works with the noloop option.

> i have had a laptop for two years now and i have never thought that its touchpad would ever work nor at least be detected.
> until i come accross this thread. that i8042.noloop=1 option in grub was the magic!

Regards,
Stefan

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-i8042-Add-Blue-FB5601-to-noloop-execption-table.patch --]
[-- Type: text/x-diff; name=0001-i8042-Add-Blue-FB5601-to-noloop-execption-table.patch, Size: 952 bytes --]

From 78c682c86bc79cdd3ee7a6e03f3dbe76635e4533 Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader@canonical.com>
Date: Tue, 14 Oct 2008 11:50:46 -0400
Subject: [PATCH] i8042: Add Blue FB5601 to noloop execption table.

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
---
 drivers/input/serio/i8042-x86ia64io.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 5aafe24..d727423 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -135,6 +135,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
 			DMI_MATCH(DMI_PRODUCT_VERSION, "5a"),
 		},
 	},
+	{
+		.ident = "Blue FB5601",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "blue"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "FB5601"),
+			DMI_MATCH(DMI_PRODUCT_VERSION, "M606"),
+		},
+	},
 	{ }
 };
 
-- 
1.5.4.3


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

end of thread, other threads:[~2008-10-16  4:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 15:55 [PATCH] i8042: Add Blue FB5601 to noloop exception table Stefan Bader
2008-10-16  4:11 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox