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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 861CCC4332F for ; Tue, 20 Dec 2022 14:34:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234080AbiLTOez (ORCPT ); Tue, 20 Dec 2022 09:34:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234035AbiLTOef (ORCPT ); Tue, 20 Dec 2022 09:34:35 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1A55186F2; Tue, 20 Dec 2022 06:34:31 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 56DD0B815CF; Tue, 20 Dec 2022 14:34:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA683C433EF; Tue, 20 Dec 2022 14:34:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671546869; bh=W9dcRGm4djkjFr6HhOGNrpLLjHWEwTIfrkR7EUSe5cI=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=c88Nea8pFzC298P6dPW87GNrnKEUbp//MmMQQqq7EahTjZUcCYJ8kjcxqRXq5G1Aa 38dp5wjmR0fZXovck7CkQ0TNzPu9Yq/L5LT92dJspRi7OmuSS/Fv8kzZ8ZTLw4r3g8 SIGNyjHLmf9oh3I7n/W4u56MON0a7soxiNBbZkdSv8Pha71X7rXxrg8H9ozam2Pwtd LZ3zP6T/V9mE6sOZpz+HdkEQRqgOTDtQbhHBfGmpXG2JnYC9yF+81LpytHdcbhHSHb g+uHjORMA+hyQl0iVUqMn3VMoYz30bk16tIGwCOJR5LwGa8GgTXsWvcsJobat7oVlo hXUMSuraadYkw== Date: Tue, 20 Dec 2022 15:34:29 +0100 (CET) From: Jiri Kosina To: =?ISO-8859-15?Q?Jos=E9_Exp=F3sito?= cc: benjamin.tissoires@redhat.com, rydberg@bitmath.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Akito Subject: Re: [PATCH] HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint In-Reply-To: <20221128165705.7008-1-jose.exposito89@gmail.com> Message-ID: References: <20221128165705.7008-1-jose.exposito89@gmail.com> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 28 Nov 2022, José Expósito wrote: > The HID descriptor of this device contains two mouse collections, one > for mouse emulation and the other for the trackpoint. > > Both collections get merged and, because the first one defines X and Y, > the movemenent events reported by the trackpoint collection are > ignored. > > Set the MT_CLS_WIN_8_FORCE_MULTI_INPUT class for this device to be able > to receive its reports. > > This fix is similar to/based on commit 40d5bb87377a ("HID: multitouch: > enable multi-input as a quirk for some devices"). > > Link: https://gitlab.freedesktop.org/libinput/libinput/-/issues/825 > Reported-by: Akito > Tested-by: Akito > Signed-off-by: José Expósito Applied, thank you! -- Jiri Kosina SUSE Labs