lkml.org 
[lkml]   [2008]   [Oct]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] i8042: Add Blue FB5601 to noloop exception table
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@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
\
 
 \ /
  Last update: 2008-10-14 17:59    [W:0.027 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site