Skip to content

Commit

Permalink
Revert "Input: synaptics - allocate 3 slots to keep stability in imag…
Browse files Browse the repository at this point in the history
…e sensors"

This reverts commit 63c4fda as it
causes issues with detecting 3-finger taps.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=100481
Cc: stable@vger.kernel.org
Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
  • Loading branch information
Dmitry Torokhov committed Jul 10, 2015
1 parent 539c4b8 commit dbf3c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/mouse/synaptics.c
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ static void set_input_params(struct psmouse *psmouse,
ABS_MT_POSITION_Y);
/* Image sensors can report per-contact pressure */
input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0);
input_mt_init_slots(dev, 3, INPUT_MT_POINTER | INPUT_MT_TRACK);
input_mt_init_slots(dev, 2, INPUT_MT_POINTER | INPUT_MT_TRACK);

/* Image sensors can signal 4 and 5 finger clicks */
__set_bit(BTN_TOOL_QUADTAP, dev->keybit);
Expand Down

0 comments on commit dbf3c37

Please sign in to comment.