From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: Re: [PATCH] platform/x86: asus-nb-wmi: Add wapf=4 quirk for Asus X302UA Date: Tue, 4 Apr 2017 18:30:34 +0300 Message-ID: References: <20170403230540.GC17322@fury> <1491306253.708.116.camel@linux.intel.com> <01385ec9-b40c-a680-e9e2-7ab29b322056@vatsul.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-qk0-f195.google.com ([209.85.220.195]:33093 "EHLO mail-qk0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754571AbdDDPak (ORCPT ); Tue, 4 Apr 2017 11:30:40 -0400 Received: by mail-qk0-f195.google.com with SMTP id p22so24203891qka.0 for ; Tue, 04 Apr 2017 08:30:40 -0700 (PDT) In-Reply-To: <01385ec9-b40c-a680-e9e2-7ab29b322056@vatsul.com> Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: Santeri Toivonen Cc: Andy Shevchenko , Darren Hart , Corentin Chary , acpi4asus-user , Platform Driver On Tue, Apr 4, 2017 at 4:35 PM, Santeri Toivonen wrote: > There were indeed some issues wit hthe mail client ruining the formatting > which should finally be fixed in the following: Now, patch looks indeed good.Though I need a better commit message. Please, resend - as a separate mail - having clear commit message. Thanks! > > Signed-off-by: Santeri Toivonen > --- > drivers/platform/x86/asus-nb-wmi.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/drivers/platform/x86/asus-nb-wmi.c > b/drivers/platform/x86/asus-nb-wmi.c > index dea98ffb6f60..1ae58d906536 100644 > --- a/drivers/platform/x86/asus-nb-wmi.c > +++ b/drivers/platform/x86/asus-nb-wmi.c > @@ -144,6 +144,15 @@ static const struct dmi_system_id asus_quirks[] = { > }, > { > .callback = dmi_matched, > + .ident = "ASUSTeK COMPUTER INC. X302UA", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), > + DMI_MATCH(DMI_PRODUCT_NAME, "X302UA"), > + }, > + .driver_data = &quirk_asus_wapf4, > + }, > + { > + .callback = dmi_matched, > .ident = "ASUSTeK COMPUTER INC. X401U", > .matches = { > DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), > -- > 2.11.0.windows.3 -- With Best Regards, Andy Shevchenko