From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Cc: linux-kernel@vger.kernel.org, Hans de Goede <hdegoede@redhat.com>,
Jiri Kosina <jkosina@suse.cz>, Tom Gundersen <teg@jklm.no>,
Peter Hutterer <peter.hutterer@who-t.net>,
linux-input@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH] input/serio/i8042-x86ia64io.h: Fix Asus X450LCP touchpad detection
Date: Wed, 24 Sep 2014 17:01:31 -0700 [thread overview]
Message-ID: <20140925000131.GA38891@core.coreip.homeip.net> (raw)
In-Reply-To: <1411485873-4245-1-git-send-email-marcos.souza.org@gmail.com>
On Tue, Sep 23, 2014 at 12:24:33PM -0300, Marcos Paulo de Souza wrote:
> From: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
>
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Hans de Goede <hdegoede@redhat.com>
> Cc: Jiri Kosina <jkosina@suse.cz>
> Cc: Tom Gundersen <teg@jklm.no>
> Cc: Peter Hutterer <peter.hutterer@who-t.net>
> Cc: linux-input@vger.kernel.org
> Cc: stable@vger.kernel.org
Applied, thank you.
> ---
> drivers/input/serio/i8042-x86ia64io.h | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
> index 136b7b20..ec6cb72 100644
> --- a/drivers/input/serio/i8042-x86ia64io.h
> +++ b/drivers/input/serio/i8042-x86ia64io.h
> @@ -465,6 +465,15 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
> DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"),
> },
> },
> + {
> + /* Asus X450LCP */
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "X450LCP"),
> + },
> + },
> +
> +
> { }
> };
>
> --
> 1.9.3
>
--
Dmitry
prev parent reply other threads:[~2014-09-25 0:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-23 15:24 [PATCH] input/serio/i8042-x86ia64io.h: Fix Asus X450LCP touchpad detection Marcos Paulo de Souza
2014-09-25 0:01 ` 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=20140925000131.GA38891@core.coreip.homeip.net \
--to=dmitry.torokhov@gmail.com \
--cc=hdegoede@redhat.com \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcos.souza.org@gmail.com \
--cc=peter.hutterer@who-t.net \
--cc=stable@vger.kernel.org \
--cc=teg@jklm.no \
/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).