Skip to content

Commit 0793e51

Browse files
Geras1mleorafaeljw
authored andcommitted
ACPI: resource: Add IRQ override quirk for ASUS ExpertBook B2502FBA
In order to fix the keyboard on ASUS ExpertBook B2502FBA, add an IRQ override quirk for it in analogy with how it was done for other members of this machine family. Link: https://lore.kernel.org/linux-acpi/20230411183144.6932-1-pmenzel@molgen.mpg.de Link: https://bugzilla.kernel.org/show_bug.cgi?id=217323 Signed-off-by: Sviatoslav Harasymchuk <sviatoslav.harasymchuk@gmail.com> [ rjw: Subject and changelog rewrite, fix broken white space ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent ca3afc2 commit 0793e51

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/acpi/resource.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,13 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
496496
DMI_MATCH(DMI_BOARD_NAME, "B2502CBA"),
497497
},
498498
},
499+
{
500+
/* Asus ExpertBook B2502FBA */
501+
.matches = {
502+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
503+
DMI_MATCH(DMI_BOARD_NAME, "B2502FBA"),
504+
},
505+
},
499506
{
500507
/* Asus Vivobook E1504GA */
501508
.matches = {

0 commit comments

Comments
 (0)