]> git.dujemihanovic.xyz Git - linux.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)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 30 Sep 2024 18:37:32 +0000 (20:37 +0200)
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>
drivers/acpi/resource.c

index 8e672790ac5113fae9f4caab2154555b19ab4d74..3d74ebe9dbd80458fd7e6ef22a1581f3b180a09b 100644 (file)
@@ -510,6 +510,13 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "B2502FBA"),
                },
        },
+       {
+               /* Asus ExpertBook B2502CVA */
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+                       DMI_MATCH(DMI_BOARD_NAME, "B2502CVA"),
+               },
+       },
        {
                /* Asus Vivobook Go E1404GA* */
                .matches = {