* [PATCH] Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd
@ 2015-01-19 9:32 Peter Hutterer
2015-01-20 0:38 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Peter Hutterer @ 2015-01-19 9:32 UTC (permalink / raw)
To: linux-input; +Cc: Bjoern Olausson, Dmitry Torokhov, Hans de Goede, stable
LEN0037 found in the Lenovo ThinkPad X1 Carbon 2nd (2014 model)
Cc: stable@vger.kernel.org
Reported-and-tested-by: Bjoern Olausson <bjoern@olausson.de>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
---
drivers/input/mouse/synaptics.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index f947292..23e26e0 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -135,8 +135,9 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
1232, 5710, 1156, 4696
},
{
- (const char * const []){"LEN0034", "LEN0036", "LEN0039",
- "LEN2002", "LEN2004", NULL},
+ (const char * const []){"LEN0034", "LEN0036", "LEN0037",
+ "LEN0039", "LEN2002", "LEN2004",
+ NULL},
1024, 5112, 2024, 4832
},
{
@@ -165,7 +166,7 @@ static const char * const topbuttonpad_pnp_ids[] = {
"LEN0034", /* T431s, L440, L540, T540, W540, X1 Carbon 2nd */
"LEN0035", /* X240 */
"LEN0036", /* T440 */
- "LEN0037",
+ "LEN0037", /* X1 Carbon 2nd */
"LEN0038",
"LEN0039", /* T440s */
"LEN0041",
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd
2015-01-19 9:32 [PATCH] Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd Peter Hutterer
@ 2015-01-20 0:38 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2015-01-20 0:38 UTC (permalink / raw)
To: Peter Hutterer; +Cc: linux-input, Bjoern Olausson, Hans de Goede, stable
On Mon, Jan 19, 2015 at 07:32:51PM +1000, Peter Hutterer wrote:
> LEN0037 found in the Lenovo ThinkPad X1 Carbon 2nd (2014 model)
>
> Cc: stable@vger.kernel.org
> Reported-and-tested-by: Bjoern Olausson <bjoern@olausson.de>
> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Applied, thank you.
> ---
> drivers/input/mouse/synaptics.c | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index f947292..23e26e0 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -135,8 +135,9 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
> 1232, 5710, 1156, 4696
> },
> {
> - (const char * const []){"LEN0034", "LEN0036", "LEN0039",
> - "LEN2002", "LEN2004", NULL},
> + (const char * const []){"LEN0034", "LEN0036", "LEN0037",
> + "LEN0039", "LEN2002", "LEN2004",
> + NULL},
> 1024, 5112, 2024, 4832
> },
> {
> @@ -165,7 +166,7 @@ static const char * const topbuttonpad_pnp_ids[] = {
> "LEN0034", /* T431s, L440, L540, T540, W540, X1 Carbon 2nd */
> "LEN0035", /* X240 */
> "LEN0036", /* T440 */
> - "LEN0037",
> + "LEN0037", /* X1 Carbon 2nd */
> "LEN0038",
> "LEN0039", /* T440s */
> "LEN0041",
> --
> 2.1.0
>
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-20 0:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 9:32 [PATCH] Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd Peter Hutterer
2015-01-20 0:38 ` 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).