Skip to content

Commit 996d585

Browse files
synavincentdtor
authored andcommitted
Input: trackpoint - enable Synaptics trackpoints
Add Synaptics IDs in trackpoint_start_protocol() to mark them as valid. Signed-off-by: Vincent Huang <[email protected]> Fixes: 6c77545 ("Input: trackpoint - add new trackpoint variant IDs") Reviewed-by: Harry Cutts <[email protected]> Tested-by: Harry Cutts <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 6c77545 commit 996d585

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/input/mouse/trackpoint.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ static int trackpoint_start_protocol(struct psmouse *psmouse,
282282
case TP_VARIANT_ALPS:
283283
case TP_VARIANT_ELAN:
284284
case TP_VARIANT_NXP:
285+
case TP_VARIANT_JYT_SYNAPTICS:
286+
case TP_VARIANT_SYNAPTICS:
285287
if (variant_id)
286288
*variant_id = param[0];
287289
if (firmware_id)

0 commit comments

Comments
 (0)