]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: resource: Skip IRQ override on Asus Vivobook Go E1404GAB
authorTamim Khan <tamim@fusetak.com>
Tue, 3 Sep 2024 01:43:05 +0000 (21:43 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Sep 2024 14:22:54 +0000 (16:22 +0200)
commit49e9cc315604972cc14868cb67831e3e8c3f1470
treeb2314eca1308b0e5dd595eca4e0846e81beea045
parentb53f09ecd602d7b8b7da83b0890cbac500b6a9b9
ACPI: resource: Skip IRQ override on Asus Vivobook Go E1404GAB

Like other Asus Vivobooks, the Asus Vivobook Go E1404GAB has a DSDT
that describes IRQ 1 as ActiveLow, while the kernel overrides to Edge_High.

This override prevents the internal keyboard from working.

Fix the problem by adding this laptop to the table that prevents the kernel
from overriding the IRQ.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=219212
Signed-off-by: Tamim Khan <tamim@fusetak.com>
Link: https://patch.msgid.link/20240903014317.38858-1-tamim@fusetak.com
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c