Skip to content

Commit 15c2fd4

Browse files
jwrdegoedeSasha Levin
authored and
Sasha Levin
committed
ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[]
commit 056301e 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 <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5847239 commit 15c2fd4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/acpi/resource.c

+7
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,13 @@ static const struct dmi_system_id maingear_laptop[] = {
516516
DMI_MATCH(DMI_PRODUCT_NAME, "MG-VCP2-15A3070T"),
517517
}
518518
},
519+
{
520+
/* Asus ExpertBook B2502CVA */
521+
.matches = {
522+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
523+
DMI_MATCH(DMI_BOARD_NAME, "B2502CVA"),
524+
},
525+
},
519526
{
520527
/* TongFang GMxXGxx/TUXEDO Polaris 15 Gen5 AMD */
521528
.matches = {

0 commit comments

Comments
 (0)