]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI: EC: Make more Asus laptops use ECDT _GPE
authorChris Chiu <chris.chiu@canonical.com>
Thu, 20 May 2021 03:09:50 +0000 (11:09 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:15:45 +0000 (16:15 +0200)
commit4a5cdb908e425335641f795eb3e88f601b0d7be5
treeced5fe1d322f664d88ff9b76ff6487e51e9c14ef
parent8278bf4874aac63527e32f010d411e05a66d1953
ACPI: EC: Make more Asus laptops use ECDT _GPE

[ Upstream commit 6306f0431914beaf220634ad36c08234006571d5 ]

More ASUS laptops have the _GPE define in the DSDT table with a
different value than the _GPE number in the ECDT.

This is causing media keys not working on ASUS X505BA/BP, X542BA/BP

Add model info to the quirks list.

Signed-off-by: Chris Chiu <chris.chiu@canonical.com>
Signed-off-by: Jian-Hong Pan <jhp@endlessos.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/acpi/ec.c