From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J . Wysocki" <rafael.j.wysocki@intel.com>,
"Rafael J . Wysocki" <rjw@rjwysocki.net>,
Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org
Subject: [PATCH v3 0/4] ACPI / EC: Add quirk modes for boot EC support
Date: Thu, 15 Jun 2017 09:41:27 +0800 [thread overview]
Message-ID: <cover.1497490457.git.lv.zheng@intel.com> (raw)
In-Reply-To: <cover.1494927504.git.lv.zheng@intel.com>
It's reported that Asus laptop X580VD/X550VXK/GL720VMK/FX502VD/FX502VE have
a BIOS bug where the ECDT correctly states that EC events trigger GPE 0x23,
but the DSDT _GPE method incorrectly returns GPE 0x33.
This patchset fixes this issue.
Link: https://www.spinics.net/lists/linux-acpi/msg73763.html
https://bugzilla.kernel.org/show_bug.cgi?id=195651
v2: Stops doing craps related to EC_ID (it's already too complicated), and
reduces one unnecessary boot parameter. For the final bug fix, prefers
the fix from endlessm.com developers.
v3: Removes improper statments related to _STA as acpi_get_devices() has
executed _STA before invoking ec_parse_device() adds detailed
explanation for why acpi_ec_dsdt_probe() is a wrong approach.
Carlo Caione helps to add a new quirk for GL720VMK.
Carlo Caione (1):
ACPI / EC: Add quirk for GL720VMK
Chris Chiu (1):
ACPI / EC: Fix media keys not working problem on some Asus laptops
Lv Zheng (2):
ACPI / EC: Enhance boot EC sanity check
ACPI / EC: Add support to skip boot stage DSDT probe
drivers/acpi/ec.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 71 insertions(+), 6 deletions(-)
--
2.7.4
next prev parent reply other threads:[~2017-06-15 1:41 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-16 9:46 [PATCH 0/3] ACPI / EC: Add quirk modes for boot EC support Lv Zheng
2017-05-16 9:46 ` [PATCH 1/3] ACPI / EC: Enhance boot EC sanity check Lv Zheng
2017-05-16 9:46 ` [PATCH 2/3] ACPI / EC: Add support to skip boot stage DSDT probe Lv Zheng
2017-05-16 9:47 ` [PATCH 3/3] ACPI / EC: Add EC setting preference support Lv Zheng
2017-05-19 7:07 ` [PATCH v2 0/3] ACPI / EC: Add quirk modes for boot EC support Lv Zheng
2017-05-19 7:07 ` [PATCH v2 1/3] ACPI / EC: Enhance boot EC sanity check Lv Zheng
2017-05-19 7:07 ` [PATCH v2 2/3] ACPI / EC: Add support to skip boot stage DSDT probe Lv Zheng
2017-05-19 7:07 ` [PATCH v2 3/3] ACPI / EC: Fix media keys not working problem on some Asus laptops Lv Zheng
2017-06-15 1:41 ` Lv Zheng [this message]
2017-06-15 1:41 ` [PATCH v3 1/4] ACPI / EC: Enhance boot EC sanity check Lv Zheng
2017-06-15 1:41 ` [PATCH v3 2/4] ACPI / EC: Add support to skip boot stage DSDT probe Lv Zheng
2017-06-15 1:41 ` [PATCH v3 3/4] ACPI / EC: Fix media keys not working problem on some Asus laptops Lv Zheng
2017-06-15 1:41 ` [PATCH v3 4/4] ACPI / EC: Add quirk for GL720VMK Lv Zheng
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=cover.1497490457.git.lv.zheng@intel.com \
--to=lv.zheng@intel.com \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=rjw@rjwysocki.net \
--cc=zetalog@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).