From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751767AbbCVOo0 (ORCPT ); Sun, 22 Mar 2015 10:44:26 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:33501 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751445AbbCVOoY (ORCPT ); Sun, 22 Mar 2015 10:44:24 -0400 From: Gabriele Mazzotta To: linux-input@vger.kernel.org Cc: linux-kernel@vger.kernel.org, dmitry.torokhov@gmail.com, rydberg@bitmath.org, silverhammermba@gmail.com, peter.hutterer@who-t.net, hdegoede@redhat.com, benjamin.tissoires@gmail.com, grafi@grafi.jp, oneukum@suse.de, Gabriele Mazzotta Subject: [PATCH v3 0/5] input: synaptics - report correct width and pressure values Date: Sun, 22 Mar 2015 15:43:51 +0100 Message-Id: <1427035436-2168-1-git-send-email-gabriele.mzt@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I updated the series fixing the error reported by Shunsuke Shimizu that I made when I rebased v1. I've also included a change to make input devices correctly report their capabilities and included a change to make MT devices report widths as ABS_TOOL_WIDTH. Gabriele Mazzotta (5): input: synaptics - fix width values calculation on image sensors input: synaptics - change default width value of cr48 sensors input: synaptics - setup devices depending on their capabilities input: synaptics - make image sensors and cr48 sensors report widths input: MT - add ABS_TOOL_WIDTH to the legacy pointer emulation drivers/input/input-mt.c | 12 +++++++-- drivers/input/mouse/synaptics.c | 55 +++++++++++++++++++++++++++-------------- 2 files changed, 46 insertions(+), 21 deletions(-) -- 2.1.4