Skip to content
Commit 4f080b64 authored by Tamim Khan's avatar Tamim Khan Committed by Greg Kroah-Hartman
Browse files

ACPI: resource: Skip IRQ override on Asus Expertbook B2402CBA

[ Upstream commit 77c72488

 ]

Like the Asus Expertbook B2502CBA and various Asus Vivobook laptops,
the Asus Expertbook B2402CBA has an ACPI DSDT table that describes IRQ 1
as ActiveLow while the kernel overrides it to Edge_High. This prevents the
keyboard from working. To fix this issue, add this laptop to the
skip_override_table so that the kernel does not override IRQ 1.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=216864
Tested-by: default avatarzelenat <zelenat@gmail.com>
Signed-off-by: default avatarTamim Khan <tamim@fusetak.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent c2a9376d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment