* [PATCH] synaptics: Add min/max quirk for pnp-id LEN2002 (Edge E531)
@ 2014-07-01 10:40 Hans de Goede
2014-07-23 6:08 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2014-07-01 10:40 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-input, stable, Hans de Goede
https://bugzilla.redhat.com/show_bug.cgi?id=1114768
Cc: stable@vger.kernel.org
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] synaptics: Add min/max quirk for pnp-id LEN2002 (Edge E531)
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
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2014-07-23 6:08 UTC (permalink / raw)
To: Hans de Goede; +Cc: linux-input, stable
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-23 6:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).