From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751320AbbLUJpQ (ORCPT ); Mon, 21 Dec 2015 04:45:16 -0500 Received: from ausxippc101.us.dell.com ([143.166.85.207]:58583 "EHLO ausxippc101.us.dell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751030AbbLUJpN (ORCPT ); Mon, 21 Dec 2015 04:45:13 -0500 DomainKey-Signature: s=smtpout; d=dell.com; c=nofws; q=dns; h=X-LoopCount0:X-IronPort-AV:Subject:To:References:Cc:From: Message-ID:Date:User-Agent:MIME-Version:In-Reply-To: Content-Type:Content-Transfer-Encoding; b=ODIvbyqfAcFX9xICuah8RVojh/QdZBniA7QPRc/aznaUgTGSB42a94KL 7TfMhwDmG/r5si+pk+ymc6W7Drn8vnxgk2+KGqKarLHjFl0/CAHUGcKuj mESK9PUp6MQyO06dsME0a5wQcKEY/eAIwLw3kBMdElKuUV4xf8v3h5mLP Q=; X-LoopCount0: from 10.106.62.98 X-IronPort-AV: E=Sophos;i="5.20,458,1444712400"; d="scan'208";a="746623221" Subject: Re: [PATCH 1/1] HID: multitouch: enable palm rejection if device implements confidence usage To: Benjamin Tissoires , Jiri Kosina References: <1448014866-25348-1-git-send-email-allen_hung@dell.com> Cc: LKML , linux-input From: Allen Hung Message-ID: <5677CA23.9050008@dell.com> Date: Mon, 21 Dec 2015 17:45:07 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/18/2015 05:52 AM, Benjamin Tissoires wrote: > On Thu, Nov 26, 2015 at 3:21 PM, Jiri Kosina wrote: >> On Fri, 20 Nov 2015, Allen Hung wrote: >> >>> The usage Confidence is mandary to Windows Precision Touchpad devices. The >>> appearance of this usage is checked in hidinput_connect but the quirk >>> MT_QUIRK_VALID_IS_CONFIDENCE is not applied to device accordingly. >>> Apply this quirk and also remove quirk MT_QUIRK_ALWAYS_VALID to enable palm >>> rejection for the WIN 8 touchpad devices which have implemented usage >>> Confidence in its input reports. >>> >>> Tested on Dell XPS 13 laptop. >>> >>> Signed-off-by: Allen Hung >> Applied to for-4.5/multitouch. Thanks, >> > Allen, looks like the Dell XPS13 2015 (or was it the 2014?) has > problems with your patch: > https://bugzilla.redhat.com/show_bug.cgi?id=1292583 (we backported > this change in the Fedora kernel 4.2.7). > > Would you mind checking that this patch does not create regressions on > older series of laptops? > > Thanks in advance. > > Cheers, > Benjamin Hi Benjamin, It looks like a XPS13 2014 but I can confirm this with my colleagues who are in charge of this product line. I don't mind checking this patch with more older series of laptops. I will do it and let you know the status. Should I also test the machines with Fedora 23, or just go with Ubuntu OS? The XPS machines are shipped with Ubuntu. Btw, the issue reporter said she/he cannot reproduce the issue (posted on Dec. 18). Regards, Allen Hung