From: Darren Hart <dvhart@infradead.org>
To: Jala - <herra.melkor@gmail.com>
Cc: Santeri Toivonen <santeri.toivonen@vatsul.com>,
Corentin Chary <corentin.chary@gmail.com>,
acpi4asus-user@lists.sourceforge.net,
platform-driver-x86@vger.kernel.org,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: Re: [PATCH] platform/x86: asus-nb-wmi: Add wapf=4 quirk for Asus X302UA
Date: Tue, 4 Apr 2017 08:39:45 -0700 [thread overview]
Message-ID: <20170404153945.GA5936@fury> (raw)
In-Reply-To: <CAN88QNC1B6TyqJbNVmCD6J72zdWAJyFyjrCXrXOT=2p5FMGrEQ@mail.gmail.com>
On Tue, Apr 04, 2017 at 01:14:36PM +0300, Jala - wrote:
> The issue should be corrected in the following.
Unfortunately not. See the body of the message and note that there are no
leading tabs in the DMI_MATCH block.
I recommend sending the message to yourself and attempting to apply the patch.
Once that works, send it to the list.
If you aren't sure how to resolve the problem after reading the Documentation I
linked to, feel free to reach out to me privately for assistance.
Regards,
--
Darren Hart
VMware Open Source Technology Center
>
> ---
> 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
>
prev parent reply other threads:[~2017-04-04 15:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CAN88QNC4bv0JKRxzyCOjDh2pex9t1+7J9WXt2C1d6vOF6tT+eQ@mail.gmail.com>
2017-04-03 23:05 ` [PATCH] platform/x86: asus-nb-wmi: Add wapf=4 quirk for Asus X302UA Darren Hart
2017-04-04 10:14 ` Jala -
2017-04-04 11:44 ` Andy Shevchenko
2017-04-04 13:35 ` Santeri Toivonen
2017-04-04 15:30 ` Andy Shevchenko
2017-04-04 15:39 ` Darren Hart [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170404153945.GA5936@fury \
--to=dvhart@infradead.org \
--cc=acpi4asus-user@lists.sourceforge.net \
--cc=andriy.shevchenko@linux.intel.com \
--cc=corentin.chary@gmail.com \
--cc=herra.melkor@gmail.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=santeri.toivonen@vatsul.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.