2020-09-24 05:32:35

by Vincent Huang

[permalink] [raw]
Subject: [PATCH] Input: trackpoint - enable Synaptics trackpoints

Add Synaptics IDs in trackpoint_start_protocol() to mark them as valid.

Signed-off-by: Vincent Huang <[email protected]>
---
drivers/input/mouse/trackpoint.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/input/mouse/trackpoint.c b/drivers/input/mouse/trackpoint.c
index 854d5e758724..ef2fa0905208 100644
--- a/drivers/input/mouse/trackpoint.c
+++ b/drivers/input/mouse/trackpoint.c
@@ -282,6 +282,8 @@ static int trackpoint_start_protocol(struct psmouse *psmouse,
case TP_VARIANT_ALPS:
case TP_VARIANT_ELAN:
case TP_VARIANT_NXP:
+ case TP_VARIANT_JYT_SYNAPTICS:
+ case TP_VARIANT_SYNAPTICS:
if (variant_id)
*variant_id = param[0];
if (firmware_id)
--
2.25.1


2020-09-24 13:32:39

by Harry Cutts

[permalink] [raw]
Subject: Re: [PATCH] Input: trackpoint - enable Synaptics trackpoints

On Thu, 24 Sep 2020 at 06:30, Vincent Huang
<[email protected]> wrote:
>
> Add Synaptics IDs in trackpoint_start_protocol() to mark them as valid.
>
> Signed-off-by: Vincent Huang <[email protected]>

Reviewed-by: Harry Cutts <[email protected]>
Tested-by: Harry Cutts <[email protected]>

Harry Cutts
Chrome OS Touch/Input team

> ---
> drivers/input/mouse/trackpoint.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/input/mouse/trackpoint.c b/drivers/input/mouse/trackpoint.c
> index 854d5e758724..ef2fa0905208 100644
> --- a/drivers/input/mouse/trackpoint.c
> +++ b/drivers/input/mouse/trackpoint.c
> @@ -282,6 +282,8 @@ static int trackpoint_start_protocol(struct psmouse *psmouse,
> case TP_VARIANT_ALPS:
> case TP_VARIANT_ELAN:
> case TP_VARIANT_NXP:
> + case TP_VARIANT_JYT_SYNAPTICS:
> + case TP_VARIANT_SYNAPTICS:
> if (variant_id)
> *variant_id = param[0];
> if (firmware_id)
> --
> 2.25.1
>

2020-09-28 23:25:47

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH] Input: trackpoint - enable Synaptics trackpoints

On Thu, Sep 24, 2020 at 01:30:13PM +0800, Vincent Huang wrote:
> Add Synaptics IDs in trackpoint_start_protocol() to mark them as valid.
>
> Signed-off-by: Vincent Huang <[email protected]>

Applied, thank you.

--
Dmitry