Skip to content

Commit c99ad98

Browse files
opsiffrafaeljw
authored andcommitted
ACPI: resource: Use IRQ override on MACHENIKE 16P
Use ACPI IRQ override on MACHENIKE laptop to make the internal keyboard work. Add a new entry to the irq1_edge_low_force_override structure, similar to the existing ones. Link: https://bbs.deepin.org.cn/zh/post/287628 Signed-off-by: Wentao Guan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 19272b3 commit c99ad98

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
@@ -666,6 +666,13 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
666666
DMI_MATCH(DMI_BOARD_NAME, "GMxHGxx"),
667667
},
668668
},
669+
{
670+
/* MACHENIKE L16P/L16P */
671+
.matches = {
672+
DMI_MATCH(DMI_SYS_VENDOR, "MACHENIKE"),
673+
DMI_MATCH(DMI_BOARD_NAME, "L16P"),
674+
},
675+
},
669676
{
670677
/*
671678
* TongFang GM5HG0A in case of the SKIKK Vanaheim relabel the

0 commit comments

Comments
 (0)