projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
539c4b8
)
Revert "Input: synaptics - allocate 3 slots to keep stability in image sensors"
author
Dmitry Torokhov
<
[email protected]
>
Fri, 10 Jul 2015 17:11:07 +0000
(10:11 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Fri, 10 Jul 2015 17:11:07 +0000
(10:11 -0700)
This reverts commit
63c4fda3c0bb841b1aad1298fc7fe94058fc79f8
as it
causes issues with detecting 3-finger taps.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=100481
Cc:
[email protected]
Acked-by: Benjamin Tissoires <
[email protected]
>
drivers/input/mouse/synaptics.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/synaptics.c
b/drivers/input/mouse/synaptics.c
index 35c8d0ceabeebf989b8eeff5cd54ee8f3ac2e247..3a32caf06bf1dae9b9fb678947bb9c7243fc25da 100644
(file)
--- a/
drivers/input/mouse/synaptics.c
+++ b/
drivers/input/mouse/synaptics.c
@@
-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);