From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.1 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8A86C433DF for ; Tue, 18 Aug 2020 13:14:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 833E420706 for ; Tue, 18 Aug 2020 13:14:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726951AbgHRNN5 (ORCPT ); Tue, 18 Aug 2020 09:13:57 -0400 Received: from mx3.molgen.mpg.de ([141.14.17.11]:49717 "EHLO mx1.molgen.mpg.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726829AbgHRNNv (ORCPT ); Tue, 18 Aug 2020 09:13:51 -0400 Received: from [141.14.220.45] (g45.guest.molgen.mpg.de [141.14.220.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: pmenzel) by mx.molgen.mpg.de (Postfix) with ESMTPSA id D045420225BDA; Tue, 18 Aug 2020 15:13:45 +0200 (CEST) Subject: Re: No pinch events with Dell laptops and Alps To: Peter Hutterer Cc: =?UTF-8?Q?Pali_Roh=c3=a1r?= , linux-input@vger.kernel.org References: <8b4907c5-4af8-2a2c-bbe1-46b2be2980be@molgen.mpg.de> <20200716232223.GA527251@koala> From: Paul Menzel Message-ID: Date: Tue, 18 Aug 2020 15:13:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20200716232223.GA527251@koala> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Dear Peter, Am 17.07.20 um 01:22 schrieb Peter Hutterer: > On Thu, Jul 16, 2020 at 03:19:32PM +0200, Paul Menzel wrote: >> On the Dell Latitude E7250 and Dell Precision 3340 I fail to get three >> finger pinch events generated needed for GNOME Shell gestures [1]. >> >> Debian Sid/unstable with Linux 5.7.6 is running on these systems. >> >> [ 1.602394] input: AlpsPS/2 ALPS GlidePoint as >> /devices/platform/i8042/serio1/input/input2 >> >> I am only able to create swipe events. (Four finger swipe works to switch >> workspaces.) >> >> ``` >> $ sudo libinput debug-events >> […] >> -event1 DEVICE_ADDED AlpsPS/2 ALPS GlidePoint seat0 default >> group10 cap:pg size 98x51mm tap(dl off) left scroll-nat scroll-2fg-edge >> dwt-on >> -event2 DEVICE_ADDED DELL Wireless hotkeys seat0 default >> group11 cap:k >> event1 - AlpsPS/2 ALPS GlidePoint: kernel bug: Wrong slot count (4), >> reducing to 2 >> -event1 GESTURE_SWIPE_BEGIN +1.549s 3 >> event1 GESTURE_SWIPE_UPDATE +1.549s 3 -0.36/ 0.26 (-2.59/ 1.85 >> unaccelerated) >> […] >> ``` >> >> Does the hardware and driver support that? > > The device is an Alps GlidePoint which are usually INPUT_PROP_SEMI_MT. On > those devices, we don't support 3fg pinch gestures because we don't get > enough data to make the gestures reliable. There is no specific quirk for > your device otherwise, afaict. Thank you for your reply, and the explanation. Four finger gestures seem to work. At least in GNOME Shell workspaces can be switched with that. > If it's not semi-mt then it's too hard to say without more data, I'll need > at least the output from libinput record to figure out why (that recording > will contain the libinput version which also matters). Sorry for omitting that. It’s 1.16.1 now. I uploaded the logs [2]. Kind regards, Paul [2]: https://owww.molgen.mpg.de/~pmenzel/20200818-libinput-record-linux-5.7.10.txt