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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 3FBBAC48BD6 for ; Thu, 27 Jun 2019 14:29:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2145620828 for ; Thu, 27 Jun 2019 14:29:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726631AbfF0O3m (ORCPT ); Thu, 27 Jun 2019 10:29:42 -0400 Received: from mail-qt1-f193.google.com ([209.85.160.193]:38671 "EHLO mail-qt1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726462AbfF0O3l (ORCPT ); Thu, 27 Jun 2019 10:29:41 -0400 Received: by mail-qt1-f193.google.com with SMTP id n11so2633473qtl.5 for ; Thu, 27 Jun 2019 07:29:41 -0700 (PDT) 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=W1pvYoORZqnP8xoBxNR1BOMT3ARKFroxHWTKv5wzgOM=; b=D+GWhb0iyBW32JvQFJEAC1gc9fbUqs94bmDBbpvYcIaqMDZgQBfacHGdPS02WkjRHk aNdXNzuuF+g2K/Jhol9K5yGVSA2XaRy5lzuPadNCbm9RoUKoGSbUER1/FS7PL8js834/ nBKK3C5kQc3SkKpZO5+zffY1K+Zzo44U3sh7sWaei1+/ZqXgH3gZQ7vsw6j1zEMNC2I2 YcizlQofSq09vPZNNU17fwzN2J2CNqPYgSWGnNSixWytqffhsBagYWQMeNNXBEBfZ3bL jefLXdw1K/N4GqBIIaCcBG2wB0LD/Qfh98PqeQ3QhUSTdNxAtRyZExhWLvmiDYwEBghJ W2SA== X-Gm-Message-State: APjAAAWq1yzM2TdJSno9EMh0qk2LgnIoTZzSdmml8y01ONFhmRnFH/6i GtyEhfovR6pE7GxeN2fCQ+SbmdLPY6FcT9JaBmicKQ== X-Google-Smtp-Source: APXvYqw4Nu9aKVOvhSyI6nwbZb88GsVpgfbBupkwLNZCD+lEsmbsGQhxPM8V0t9uTwLCqXNVc4fw9xbP+qvO1l5esoc= X-Received: by 2002:ac8:220a:: with SMTP id o10mr3296213qto.31.1561645780791; Thu, 27 Jun 2019 07:29:40 -0700 (PDT) MIME-Version: 1.0 References: <20190621144854.38568-1-jeffrey.l.hugo@gmail.com> <20190621145042.38637-1-jeffrey.l.hugo@gmail.com> <20190623062000.GB204275@dtor-ws> In-Reply-To: From: Benjamin Tissoires Date: Thu, 27 Jun 2019 16:29:29 +0200 Message-ID: Subject: Re: [PATCH v8 1/5] Input: elan_i2c: Export the device id whitelist To: Jeffrey Hugo Cc: Dmitry Torokhov , Jiri Kosina , Hans de Goede , Bjorn Andersson , Andy Gross , Lee Jones , xnox@ubuntu.com, Rob Herring , Mark Rutland , "open list:HID CORE LAYER" , DTML , MSM , lkml Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 27, 2019 at 4:02 PM Jeffrey Hugo wrote: > > On Sun, Jun 23, 2019 at 12:20 AM Dmitry Torokhov > wrote: > > > > On Fri, Jun 21, 2019 at 07:50:42AM -0700, Jeffrey Hugo wrote: > > > Elan_i2c and hid-quirks work in conjunction to decide which devices each > > > driver will handle. Elan_i2c has a whitelist of devices that should be > > > consumed by hid-quirks so that there is one master list of devices to > > > handoff between the drivers. Put the ids in a header file so that > > > hid-quirks can consume it instead of duplicating the list. > > > > > > Signed-off-by: Jeffrey Hugo > > > > Benjamin, are you happy with this version? > > Benjamin, ping? > Sorry to be a bother, but I'm still anxious to get this queued for 5.3. Ooops, yeah, sorry I missed Dmitry's email. Fine by me: Acked-by: Benjamin Tissoires Cheers, Benjamin