Skip to content

Commit ca15468

Browse files
committed
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 <guanwentao@uniontech.com>
1 parent c85b8c8 commit ca15468

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

drivers/acpi/resource.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,13 @@ static const struct dmi_system_id lg_laptop[] = {
653653
DMI_MATCH(DMI_BOARD_NAME, "GMxHGxx"),
654654
},
655655
},
656+
{
657+
/* MACHENIKE L16P/L16P */
658+
.matches = {
659+
DMI_MATCH(DMI_SYS_VENDOR, "MACHENIKE"),
660+
DMI_MATCH(DMI_BOARD_NAME, "L16P"),
661+
},
662+
},
656663
{
657664
/*
658665
* TongFang GM5HG0A in case of the SKIKK Vanaheim relabel the

0 commit comments

Comments
 (0)