From: "Stefan Bader" <sbader3@googlemail.com>
To: "Dmitry Torokhov" <dmitry.torokhov@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] i8042: Add Blue FB5601 to noloop exception table
Date: Tue, 14 Oct 2008 11:55:43 -0400 [thread overview]
Message-ID: <5201e28f0810140855v77031cf7rbdbcaae981c7124b@mail.gmail.com> (raw)
[-- 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
next reply other threads:[~2008-10-14 15:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-14 15:55 Stefan Bader [this message]
2008-10-16 4:11 ` [PATCH] i8042: Add Blue FB5601 to noloop exception table Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5201e28f0810140855v77031cf7rbdbcaae981c7124b@mail.gmail.com \
--to=sbader3@googlemail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox