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=-6.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 12B31C31E45 for ; Thu, 13 Jun 2019 17:11:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DE89F21473 for ; Thu, 13 Jun 2019 17:11:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="YlGK7G62"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="SrGaRP2r" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729289AbfFMRLJ (ORCPT ); Thu, 13 Jun 2019 13:11:09 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:42000 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729110AbfFLWUr (ORCPT ); Wed, 12 Jun 2019 18:20:47 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 6E3A760A42; Wed, 12 Jun 2019 22:20:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1560378045; bh=TyBZfve1UAcUIxJVv/pwvffuVJYpSGzvXxE0yFWh3tQ=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=YlGK7G627dyWti5JtzgoOdpbTyy6JowipOj+zmhU8d8NGj4nv7QHD41sx6C4vtKVt 0mQ2PCj+A4bBWmLPJL4cwQPzmmGUa3LKn36MgW3GimqzV6UsMJ899f84/f7OqHj6qh LgBA/KL3espizB7k2z7o65run4g2kO0is2Jvlk+k= Received: from [10.226.58.28] (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jhugo@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 182C360741; Wed, 12 Jun 2019 22:20:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1560378044; bh=TyBZfve1UAcUIxJVv/pwvffuVJYpSGzvXxE0yFWh3tQ=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=SrGaRP2rWnakJm4aMI31oVfz1S1KFvJSVNvmgEM9FJcV8znU2qyyCftSl5O0vT7V7 aBPEf3HFFYWVakNjuu9F3cTiGzw8pfcoNkDyHn39fxE0HDkdfcLSPZdu2OHr3zOTO1 jT2hvH+scjfclQcwuHQ4liVONIIYVligoVrM9cRs= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 182C360741 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=jhugo@codeaurora.org Subject: Re: Re: [PATCH v6 2/5] HID: quirks: Refactor ELAN 400 and 401 handling To: Dmitry Torokhov , Jeffrey Hugo Cc: benjamin.tissoires@redhat.com, jikos@kernel.org, hdegoede@redhat.com, bjorn.andersson@linaro.org, agross@kernel.org, lee.jones@linaro.org, xnox@ubuntu.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org References: <20190612212604.32089-1-jeffrey.l.hugo@gmail.com> <20190612212721.32195-1-jeffrey.l.hugo@gmail.com> <20190612214636.GA40779@dtor-ws> From: Jeffrey Hugo Message-ID: <84e7d83f-e133-0281-612a-94d8c4319040@codeaurora.org> Date: Wed, 12 Jun 2019 16:20:42 -0600 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190612214636.GA40779@dtor-ws> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 6/12/2019 3:46 PM, Dmitry Torokhov wrote: > On Wed, Jun 12, 2019 at 02:27:21PM -0700, Jeffrey Hugo wrote: >> There needs to be coordination between hid-quirks and the elan_i2c driver >> about which devices are handled by what drivers. Currently, both use >> whitelists, which results in valid devices being unhandled by default, >> when they should not be rejected by hid-quirks. This is quickly becoming >> an issue. >> >> Since elan_i2c has a maintained whitelist of what devices it will handle, >> which is now in a header file that hid-quirks can access, use that to >> implement a blacklist in hid-quirks so that only the devices that need to >> be handled by elan_i2c get rejected by hid-quirks, and everything else is >> handled by default. >> >> Suggested-by: Benjamin Tissoires >> Signed-off-by: Jeffrey Hugo >> --- >> drivers/hid/hid-quirks.c | 27 ++++++++++++++++----------- >> 1 file changed, 16 insertions(+), 11 deletions(-) >> >> diff --git a/drivers/hid/hid-quirks.c b/drivers/hid/hid-quirks.c >> index e5ca6fe2ca57..bd81bb090222 100644 >> --- a/drivers/hid/hid-quirks.c >> +++ b/drivers/hid/hid-quirks.c >> @@ -16,6 +16,7 @@ >> #include >> #include >> #include >> +#include >> >> #include "hid-ids.h" >> >> @@ -914,6 +915,8 @@ static const struct hid_device_id hid_mouse_ignore_list[] = { >> >> bool hid_ignore(struct hid_device *hdev) >> { >> + int i; >> + >> if (hdev->quirks & HID_QUIRK_NO_IGNORE) >> return false; >> if (hdev->quirks & HID_QUIRK_IGNORE) >> @@ -978,18 +981,20 @@ bool hid_ignore(struct hid_device *hdev) >> break; >> case USB_VENDOR_ID_ELAN: >> /* >> - * Many Elan devices have a product id of 0x0401 and are handled >> - * by the elan_i2c input driver. But the ACPI HID ELAN0800 dev >> - * is not (and cannot be) handled by that driver -> >> - * Ignore all 0x0401 devs except for the ELAN0800 dev. >> + * Blacklist of everything that gets handled by the elan_i2c >> + * input driver. This avoids disabling valid touchpads and >> + * other ELAN devices. >> */ >> - if (hdev->product == 0x0401 && >> - strncmp(hdev->name, "ELAN0800", 8) != 0) >> - return true; >> - /* Same with product id 0x0400 */ >> - if (hdev->product == 0x0400 && >> - strncmp(hdev->name, "QTEC0001", 8) != 0) >> - return true; >> + if ((hdev->product == 0x0401 || hdev->product == 0x0400)) { >> + for (i = 0; strlen(elan_acpi_id[i].id); ++i) >> + if (!strncmp(hdev->name, elan_acpi_id[i].id, >> + strlen(elan_acpi_id[i].id))) >> + return true; >> + for (i = 0; strlen(elan_of_match[i].name); ++i) >> + if (!strncmp(hdev->name, elan_of_match[i].name, >> + strlen(elan_of_match[i].name))) >> + return true; > > Do we really need to blacklist the OF case here? I thought that in ACPI > case we have clashes as HID gets matched by elan_i2c and CID is matched > by i2c-hid, but I do not believe we'll run into the same situation on OF > systems. I think its the safer approach. On an OF system, such as patch 3 in the series, the "hid-over-i2c" will end up running through this (kind of the whole reason why this series exists). The vendor and product ids will still match, so we'll end up going through the lists to see if the hdev->name (the compatible string) will match the blacklist. "hid-over-i2c" won't match the blacklist, but if there is a more specific compatible, it might. In that case, not matching OF would work, however how it could break today is if both "hid-over-i2c" and "elan,ekth3000" were listed for the same device, and elan_i2c was not compiled. In that case, if we skip the OF part of the black list, hid-quirks will not reject the device, and you'll probably have some odd behavior instead of the obvious "the device doesn't work because the correct driver isn't present" behavior. While that scenario might be far fetched since having both "hid-over-i2c" and "elan,ekth3000" probably violates the OF bindings, its still safer to include the OF case in the blacklist against future scenarios.