Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750841AbdCAFGa (ORCPT ); Wed, 1 Mar 2017 00:06:30 -0500 Received: from mail-io0-f171.google.com ([209.85.223.171]:33998 "EHLO mail-io0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750704AbdCAFG1 (ORCPT ); Wed, 1 Mar 2017 00:06:27 -0500 MIME-Version: 1.0 In-Reply-To: <20170301032409.GA8206@jelly> References: <20170301032409.GA8206@jelly> From: Linus Torvalds Date: Tue, 28 Feb 2017 21:05:48 -0800 X-Google-Sender-Auth: I8lAs6JvKx6vq3uqmO9okGsH6p0 Message-ID: Subject: Re: [GIT PULL] HID for 4.11 To: Peter Hutterer Cc: Andrew Duggan , Jiri Kosina , Benjamin Tissoires , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 757 Lines: 17 On Tue, Feb 28, 2017 at 7:24 PM, Peter Hutterer wrote: > > I suspect you're just triggering a bug that wasn't triggered by the ps/2 > emulation. you can run linput-debug-events --verbose and have a look at the > various state debugging information, that may hint at what's going on (e.g. > a finger mistaken as palm touch, or something). Or record one such > interaction with evemu-record and send it to me (preferrably here [1], if > you're using libinput). Also, what version of libinput/synaptics are you on? bug reported (it's bug 100014). This is libinput-1.5.4 on Fedora 24. I attached both the libinput-debug-events output as well as evemu-report output, which hopefully fills in all the details. Linus