From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966589AbdEWIKO (ORCPT ); Tue, 23 May 2017 04:10:14 -0400 Received: from mail-io0-f170.google.com ([209.85.223.170]:34002 "EHLO mail-io0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965389AbdEWIJd (ORCPT ); Tue, 23 May 2017 04:09:33 -0400 MIME-Version: 1.0 In-Reply-To: <20170517102514.89744-4-mika.westerberg@linux.intel.com> References: <20170517102514.89744-1-mika.westerberg@linux.intel.com> <20170517102514.89744-4-mika.westerberg@linux.intel.com> From: Linus Walleij Date: Tue, 23 May 2017 10:09:23 +0200 Message-ID: Subject: Re: [PATCH v2 3/3] pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systems To: Mika Westerberg Cc: Jean Delvare , Heikki Krogerus , Andy Shevchenko , Dmitry Torokhov , Wei Yongjun , bbaude@redhat.com, mildred-bug.kernel@mildred.fr, barnacs@justletit.be, lvuksta@gmail.com, "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , Kelly French Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 17, 2017 at 12:25 PM, Mika Westerberg wrote: > It turns out there are quite many Chromebooks out there that have the > same keyboard issue than Acer Chromebook. All of them are based on > Intel_Strago reference and report their DMI_PRODUCT_FAMILY as > "Intel_Strago" (Samsung Chromebook 3 and Cyan Chromebooks are exceptions > for which we add separate entries). > > Instead of adding each machine to the quirk table, we use > DMI_PRODUCT_FAMILY of "Intel_Strago" that hopefully covers most of the > machines out there currently. > > Link: https://bugzilla.kernel.org/show_bug.cgi?id=194945 > Suggested: Dmitry Torokhov > Signed-off-by: Mika Westerberg Patch applied with Andy's review tag. Yours, Linus Walleij