From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966079AbbDVPps (ORCPT ); Wed, 22 Apr 2015 11:45:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43086 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965552AbbDVPpP (ORCPT ); Wed, 22 Apr 2015 11:45:15 -0400 From: Benjamin Tissoires To: Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] 2 somewhat related input fixes Date: Wed, 22 Apr 2015 11:45:07 -0400 Message-Id: <1429717509-27396-1-git-send-email-benjamin.tissoires@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dmitry, here are 2 somewhat related patches that are needed when the hardware reports a number of fingers greater than max slot while not filling all of the available slots. In such cases, libinput relies on the actual slot number (which should be correct) and this is not what the hardware says. The first one is marked for stable given that it has been there forever (2011) and seems simple enough to be in stable. The second one is a regression introduced in 4.1-rc0, so that would be sweet to have it in 4.1 final. Cheers, Benjamin Benjamin Tissoires (2): Input - elantech: fix semi-mt protocol for v3 HW Input - synaptics: pin 3 touches when the firmware reports 3 fingers drivers/input/mouse/elantech.c | 2 +- drivers/input/mouse/synaptics.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) -- 2.1.0