From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: linux-input@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH] synaptics: Add min/max quirk for pnp-id LEN2002 (Edge E531)
Date: Tue, 22 Jul 2014 23:08:01 -0700 [thread overview]
Message-ID: <20140723060801.GC25004@core.coreip.homeip.net> (raw)
In-Reply-To: <1404211212-10382-1-git-send-email-hdegoede@redhat.com>
On Tue, Jul 01, 2014 at 12:40:12PM +0200, Hans de Goede wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=1114768
>
> Cc: stable@vger.kernel.org
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Applied, thank you.
> ---
> drivers/input/mouse/synaptics.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index 75a5154..84c72f6 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -132,7 +132,8 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
> 1232, 5710, 1156, 4696
> },
> {
> - (const char * const []){"LEN0034", "LEN0036", "LEN2004", NULL},
> + (const char * const []){"LEN0034", "LEN0036", "LEN2002",
> + "LEN2004", NULL},
> 1024, 5112, 2024, 4832
> },
> {
> @@ -168,7 +169,7 @@ static const char * const topbuttonpad_pnp_ids[] = {
> "LEN0049",
> "LEN2000",
> "LEN2001", /* Edge E431 */
> - "LEN2002",
> + "LEN2002", /* Edge E531 */
> "LEN2003",
> "LEN2004", /* L440 */
> "LEN2005",
> --
> 2.0.0
>
--
Dmitry
prev parent reply other threads:[~2014-07-23 6:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-01 10:40 [PATCH] synaptics: Add min/max quirk for pnp-id LEN2002 (Edge E531) Hans de Goede
2014-07-23 6:08 ` 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=20140723060801.GC25004@core.coreip.homeip.net \
--to=dmitry.torokhov@gmail.com \
--cc=hdegoede@redhat.com \
--cc=linux-input@vger.kernel.org \
--cc=stable@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).