[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200924053013.1056953-1-vincent.huang@tw.synaptics.com>
Date: Thu, 24 Sep 2020 13:30:13 +0800
From: Vincent Huang <vincent.huang@...synaptics.com>
To: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Vincent Huang <vincent.huang@...synaptics.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Andrew Duggan <aduggan@...aptics.com>
Subject: [PATCH] Input: trackpoint - enable Synaptics trackpoints
Add Synaptics IDs in trackpoint_start_protocol() to mark them as valid.
Signed-off-by: Vincent Huang <vincent.huang@...synaptics.com>
---
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
Powered by blists - more mailing lists