From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Kamal Mostafa <kamal@canonical.com>
Cc: linux-kernel@vger.kernel.org, kernel-team@lists.ubuntu.com,
Matthew Garrett <mjg@redhat.com>,
Elliott Sales de Andrade <quantum.analyst@gmail.com>,
Alan Stern <stern@rowland.harvard.edu>,
linux-input@vger.kernel.org
Subject: Re: [PATCH] i8042: add Gigabyte Spring Peak to dmi_noloop_table
Date: Thu, 22 Jul 2010 23:45:35 -0700 [thread overview]
Message-ID: <20100723064534.GD20532@core.coreip.homeip.net> (raw)
In-Reply-To: <1279561534-3551-1-git-send-email-kamal@canonical.com>
On Mon, Jul 19, 2010 at 10:45:34AM -0700, Kamal Mostafa wrote:
> Gigabyte "Spring Peak" notebook indicates wrong chassis-type, tripping up
> i8042 and breaking the touchpad. Add this model to i8042_dmi_noloop_table[]
> to resolve.
>
> BugLink: https://bugs.launchpad.net/bugs/580664
>
> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
> Cc: <stable@kernel.org>
Applied, thanks Kamal.
> ---
> drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
> index 6168469..d953d65 100644
> --- a/drivers/input/serio/i8042-x86ia64io.h
> +++ b/drivers/input/serio/i8042-x86ia64io.h
> @@ -166,6 +166,13 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
> },
> },
> {
> + /* Gigabyte Spring Peak */
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Spring Peak"),
> + },
> + },
> + {
> .matches = {
> DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
> DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv9700"),
> --
> 1.7.0.4
>
--
Dmitry
prev parent reply other threads:[~2010-07-23 6:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-19 17:45 [PATCH] i8042: add Gigabyte Spring Peak to dmi_noloop_table Kamal Mostafa
2010-07-23 6:45 ` Dmitry Torokhov [this message]
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=20100723064534.GD20532@core.coreip.homeip.net \
--to=dmitry.torokhov@gmail.com \
--cc=kamal@canonical.com \
--cc=kernel-team@lists.ubuntu.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg@redhat.com \
--cc=quantum.analyst@gmail.com \
--cc=stern@rowland.harvard.edu \
/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).