From: Eugeniy Meshcheryakov <eugen@debian.org>
To: linux-input@vger.kernel.org
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Eugeniy Meshcheryakov <eugen@debian.org>
Subject: [PATCH] input: i8042 - add Acer Aspire 5536 to the noloop list
Date: Mon, 17 Aug 2009 03:03:22 +0200 [thread overview]
Message-ID: <1250471002-20780-1-git-send-email-eugen@debian.org> (raw)
Without this patch it is not possible to reenable touchpad
after disabling it using disable button.
---
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 ae04d8a..e6d0890 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -167,6 +167,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "Rev 1"),
},
},
+ {
+ .ident = "Acer Aspire 5536",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5536"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "0100"),
+ },
+ },
{ }
};
--
1.6.3.3
next reply other threads:[~2009-08-17 1:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-17 1:03 Eugeniy Meshcheryakov [this message]
2009-08-18 5:24 ` [PATCH] input: i8042 - add Acer Aspire 5536 to the noloop list Dmitry Torokhov
2009-08-18 16:53 ` Eugeniy Meshcheryakov
2009-08-19 8:56 ` Jiri Kosina
2009-08-19 11:51 ` Eugeniy Meshcheryakov
2009-08-21 3:51 ` 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=1250471002-20780-1-git-send-email-eugen@debian.org \
--to=eugen@debian.org \
--cc=dmitry.torokhov@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.