From: akpm@linux-foundation.org
To: dtor@mail.ru
Cc: linux-input@vger.kernel.org, akpm@linux-foundation.org,
bonbons@linux-vserver.org
Subject: [patch 6/8] input: i8042: add Dritek quirk for Acer TravelMate 660
Date: Wed, 30 Jul 2008 12:31:41 -0700 [thread overview]
Message-ID: <200807301931.m6UJVffQ012061@imap1.linux-foundation.org> (raw)
From: Bruno Prémont <bonbons@linux-vserver.org>
The Acer TravelMate 660 series also requires the Dritek quirk to enable
the extra scancodes.
Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Cc: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
1 file changed, 7 insertions(+)
diff -puN drivers/input/serio/i8042-x86ia64io.h~input-i8042-add-dritek-quirk-for-acer-travelmate-660 drivers/input/serio/i8042-x86ia64io.h
--- a/drivers/input/serio/i8042-x86ia64io.h~input-i8042-add-dritek-quirk-for-acer-travelmate-660
+++ a/drivers/input/serio/i8042-x86ia64io.h
@@ -388,6 +388,13 @@ static struct dmi_system_id __initdata i
},
},
{
+ .ident = "Acer TravelMate 660",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 660"),
+ },
+ },
+ {
.ident = "Acer TravelMate 2490",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
_
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2008-07-30 19:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-30 19:31 akpm [this message]
2008-07-30 19:47 ` [patch 6/8] input: i8042: add Dritek quirk for Acer TravelMate 660 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=200807301931.m6UJVffQ012061@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bonbons@linux-vserver.org \
--cc=dtor@mail.ru \
--cc=linux-input@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;
as well as URLs for NNTP newsgroup(s).