ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MV
authorTamim Khan <tamim@fusetak.com>
Sun, 28 Apr 2024 17:08:12 +0000 (13:08 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 30 Apr 2024 19:22:42 +0000 (21:22 +0200)
commit7c52c7071bd403acee8cb0064627d46c6c2a1ea3
treed6ae3ceb12c906a931d6e4e8bcbbf220305330fd
parentc81bf14f9db68311c2e75428eea070d97d603975
ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MV

Like various other Asus Vivobook and Expertbook laptops, the Asus
Vivobook Pro N6506MV has a DSDT table that describes IRQ 1 as ActiveLow
while the kernel is overriding it to Edge_High. This prevents the internal
keyboard from working. This patch prevents this issue by adding this laptop
to the override table that prevents the kernel from overriding this IRQ

Link: https://bugzilla.kernel.org/show_bug.cgi?id=218745
Tested-by: Gianni <gianni.casagrande.mail@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