Messages in this thread |  | | From | Gabriele Mazzotta <> | | Subject | [PATCH v4 0/4] input: synaptics - report correct width and pressure values | | Date | Fri, 1 Apr 2016 15:06:48 +0200 |
| |
The problem of the previous set, v3, was the use of ABS_MT_TOUCH_MAJOR to report finger widths without them being expressed in surface units. In this set only the width of the first touch is reported, this time using ABS_TOOL_WIDTH.
Gabriele Mazzotta (4): input: synaptics - fix pressure values calculation on image sensors input: synaptics - fix width values calculation on image sensors input: synaptics - change default width value of cr48 sensors input: synaptics - make image sensors and cr48 sensors report widths
drivers/input/mouse/synaptics.c | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-)
-- 2.8.0.rc3
|  |