Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758811AbcDANHR (ORCPT ); Fri, 1 Apr 2016 09:07:17 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:32938 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754275AbcDANHL (ORCPT ); Fri, 1 Apr 2016 09:07:11 -0400 From: Gabriele Mazzotta To: dmitry.torokhov@gmail.com, benjamin.tissoires@gmail.com Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, rydberg@bitmath.org, silverhammermba@gmail.com, peter.hutterer@who-t.net, hdegoede@redhat.com, grafi@grafi.jp, oneukum@suse.de, Gabriele Mazzotta Subject: [PATCH v4 0/4] input: synaptics - report correct width and pressure values Date: Fri, 1 Apr 2016 15:06:48 +0200 Message-Id: <1459516012-8060-1-git-send-email-gabriele.mzt@gmail.com> X-Mailer: git-send-email 2.8.0.rc3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 659 Lines: 16 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