]> git.itanic.dy.fi Git - linux-stable/commit
ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA
authorHans de Goede <hdegoede@redhat.com>
Wed, 15 Nov 2023 18:02:22 +0000 (19:02 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Nov 2023 16:43:59 +0000 (17:43 +0100)
commitbd911485294a6f0596e4592ed442438015cffc8a
tree3ca64a4f523cf3e7b52271136e1c4d70f56a1913
parent98b1cc82c4affc16f5598d4fa14b1858671b2263
ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA

Like various other ASUS ExpertBook-s, the ASUS ExpertBook B1402CVA
has an ACPI DSDT table that describes IRQ 1 as ActiveLow while
the kernel overrides it to EdgeHigh.

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.

Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218114
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c