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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 DBDB3C433DB for ; Tue, 30 Mar 2021 11:01:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A4FDB61983 for ; Tue, 30 Mar 2021 11:01:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231370AbhC3LB0 (ORCPT ); Tue, 30 Mar 2021 07:01:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231529AbhC3LA7 (ORCPT ); Tue, 30 Mar 2021 07:00:59 -0400 Received: from mail-il1-x12f.google.com (mail-il1-x12f.google.com [IPv6:2607:f8b0:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 970D7C061574 for ; Tue, 30 Mar 2021 04:00:59 -0700 (PDT) Received: by mail-il1-x12f.google.com with SMTP id 19so13823291ilj.2 for ; Tue, 30 Mar 2021 04:00:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dowhile0-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=e/LuPJKZwCUcXGUS3HICodRy3rwvii3kC6RPpgPFOZQ=; b=kacRIccQK4wvnJfuZSglUwanH16+AtQxlf/MwXycAk8ynqewXoo0EJuBMCes1lbFA0 +MrbkA9r1+NFqFgzTTkxzBIZ9d1K7tQbktbt7vlOTgb/fcCP8FPABTRYDmpu225d5MtX k3vICT9E0j5ajh/+E0rEIT3DxhH2/OKBYH70gmPkvTc2Nbcm7wwXalgU3NmHf8ZHm9Zi KURpxFMhJ7VC/SLwY8q1JWjwbyloG+mTQJRu+12+1RVtc+yLok00SjsLjhTZKyviu0/0 K2s/9Z8olRqi08E5RjltxhI70zwElmyi7R8abXM7SPPYjgbHNn7h4CYlljplFMjRHMSw d6ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=e/LuPJKZwCUcXGUS3HICodRy3rwvii3kC6RPpgPFOZQ=; b=qHvBvwUig9eeXpTcVzkDEovRiMN4m1fRFZckdxRTQBGHtOS8UB+0xTzqzIOybZhE/T YL0jwGE7meIu/82ujCDNYHseuHzWlgje41ELd6PoXAyOIIosF6cSRqlMcGDaImD9SZbr 6UsfP5WUuG96S7fMdszO4JRri6S/U9+YRblrZkL0LuGa8PUSBwyMlODO9H/485kBLIsC 7v826OzaZg/I42uBDIU0SR+QSv8AMU9NtQ/fimGs/P7slrKL3iHtN64XZ8/CaTNoGPXS etTbWQUp+Tt612/MqK6Ld8bJH7bFkleR9XaM78747RsD7CR/nFcpVI434RUiio/O2qr3 2Xsg== X-Gm-Message-State: AOAM533hvcnHuKyYLHR+s+tLkzSYjr9WIrSIdnz52EUMyeV7h7SZ2Yo6 3sPHGIPy1owrdSlN4GBeD6y93G9dLfxK+GDEQLKzqwGicDC/Qtqs X-Google-Smtp-Source: ABdhPJz039ByRWamfiadjI6Cn75ghLOYD4B7VPF3qX2JFmZMRRsSLOFk8o5tLIPxaxgJjhfEsVScK1WYhxomMjP4Km8= X-Received: by 2002:a05:6e02:12cc:: with SMTP id i12mr25592982ilm.10.1617102059117; Tue, 30 Mar 2021 04:00:59 -0700 (PDT) MIME-Version: 1.0 References: <20210330085424.2244653-1-linus.walleij@linaro.org> <20210330085424.2244653-7-linus.walleij@linaro.org> In-Reply-To: <20210330085424.2244653-7-linus.walleij@linaro.org> From: Javier Martinez Canillas Date: Tue, 30 Mar 2021 13:00:48 +0200 Message-ID: Subject: Re: [PATCH 6/7] Input: cyttsp - Set abs params for ABS_MT_TOUCH_MAJOR To: Linus Walleij Cc: Ferruh Yigit , Dmitry Torokhov , Henrik Rydberg , linux-input@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Tue, Mar 30, 2021 at 10:54 AM Linus Walleij wrote: > > The driver is certainly reporting pressure in > cyttsp_report_tchdata() with > input_report_abs(input, ABS_MT_TOUCH_MAJOR, tch->z); > so we should also advertise this capability. > > Signed-off-by: Linus Walleij > --- Reviewed-by: Javier Martinez Canillas