[PATCH] i8042: Add Blue FB5601 to noloop exception table

From: Stefan Bader
Date: Tue Oct 14 2008 - 11:55:54 EST


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
From 78c682c86bc79cdd3ee7a6e03f3dbe76635e4533 Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader@xxxxxxxxxxxxx>
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@xxxxxxxxxxxxx>
---
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