ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA
authorTamim Khan <tamim@fusetak.com>
Fri, 14 Oct 2022 05:19:31 +0000 (01:19 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 26 Oct 2022 11:41:11 +0000 (13:41 +0200)
commitb5f9223a105d9b56954ad1ca3eace4eaf26c99ed
tree6a7da7ac7237459ca29bc3665d896e79b41e7b64
parent247f34f7b80357943234f93f247a1ae6b6c3a740
ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA

Like the Asus Vivobook K3402ZA/K3502ZA/S5402ZA Asus Vivobook S5602ZA
has an ACPI DSDT table the describes IRQ 1 as ActiveLow while the kernel
overrides it to Edge_High. This prevents the keyboard on this laptop
from working. To fix this 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=216579
Tested-by: Dzmitry <wrkedm@gmail.com>
Signed-off-by: Tamim Khan <tamim@fusetak.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c