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=-12.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 C921BC433DB for ; Mon, 8 Mar 2021 10:16:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 96A4665126 for ; Mon, 8 Mar 2021 10:16:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231940AbhCHKP4 (ORCPT ); Mon, 8 Mar 2021 05:15:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:33050 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231922AbhCHKP3 (ORCPT ); Mon, 8 Mar 2021 05:15:29 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C812365101; Mon, 8 Mar 2021 10:15:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615198529; bh=wgbWGTTj+WOx2Mv0hHVLInOu/ZudIpMB5fyEJeBeqEI=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=OC2K6fiKm+/O3gd/umx4pY8WqhY5UX1qTwFAmAHGa+/WmWf4qe1DDSaV+LSHW52g6 Co8Ll2qtDCt0TEbZhtRnS9Q0sh3f7VRcsJ2APJ5vIC6OKkN1fplwHyPlwN32YTT09U 8JblUsejgcpTGN79B21v4B0sAMoefOkkIp9GjK0eNdbgORXsoTfTAHlnORoCq7Cxam TReNTAk9xRADDCGS6WbzxaTN9jj7RFbkWjMm2gOPSkAVRgbu0mK5I91+sqjNZptBOf 1SePtZQ7zlBmfcxPqGnEhn+uzfLJNK2y1ZMr4io6RVGqeDpZdawtEXGZ2rpO4Si59l Y3ECcmCyxCyuQ== Date: Mon, 8 Mar 2021 11:15:25 +0100 (CET) From: Jiri Kosina To: =?KOI8-R?B?zsHC?= cc: Benjamin Tissoires , Peter Hutterer , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] Stylus-on-touchscreen device support In-Reply-To: Message-ID: References: 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 Wed, 17 Feb 2021, наб wrote: > This patchset adds support for stylus-on-touchscreen devices as found on > the OneMix 3 Pro and Dell Inspiron 15 7000 2-in-1 (7591), among others; > with it, they properly behave like a drawing tablet. > > Patches 2 and 4 funxionally depend on patch 1. > Patch 4 needs patch 3 to apply. > > The output of this patchset and the need for a kernel, rather than > userspace, patch was previously discussed here: > https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/558#note_792834 > > Ahelenia Ziemiańska (4): > HID: multitouch: require Finger field to mark Win8 reports as MT > HID: multitouch: set Stylus suffix for Stylus-application devices, too > HID: input: replace outdated HID numbers+comments with macros > HID: input: work around Win8 stylus-on-touchscreen reporting > > drivers/hid/hid-input.c | 47 +++++++++++++++++++++++++++++++++--- > drivers/hid/hid-multitouch.c | 18 ++++++++------ > 2 files changed, 55 insertions(+), 10 deletions(-) Benjamin, this patchset looks good to me; do you have any objections on queuing it for 5.13? Thanks, -- Jiri Kosina SUSE Labs