]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[]
authorHans de Goede <hdegoede@redhat.com>
Fri, 27 Sep 2024 14:16:06 +0000 (16:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:41 +0000 (15:11 +0200)
commit 056301e7c7c886f96d799edd36f3406cc30e1822 upstream.

Like other Asus ExpertBook models the B2502CVA has its keybopard IRQ (1)
described as ActiveLow in the DSDT, which the kernel overrides to EdgeHigh
which breaks the keyboard.

Add the B2502CVA to the irq1_level_low_skip_override[] quirk table to fix
this.

Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217760
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20240927141606.66826-4-hdegoede@redhat.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/resource.c

index 7e1829f8921bffec51743c30c3c05530da8107f5..397aa007d0937d5414a1579ae3d0d2d9beac5792 100644 (file)
@@ -516,6 +516,13 @@ static const struct dmi_system_id maingear_laptop[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "MG-VCP2-15A3070T"),
                }
        },
+       {
+               /* Asus ExpertBook B2502CVA */
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+                       DMI_MATCH(DMI_BOARD_NAME, "B2502CVA"),
+               },
+       },
        {
                /* TongFang GMxXGxx/TUXEDO Polaris 15 Gen5 AMD */
                .matches = {