Skip to content

Commit b53f09e

Browse files
FirstLoveLiferafaeljw
authored andcommitted
ACPI: resource: Do IRQ override on MECHREV GM7XG0M
Listed device need the override for the keyboard to work. Fixes: 9946e39 ("ACPI: resource: skip IRQ override on AMD Zen platforms") Cc: All applicable <[email protected]> Signed-off-by: Li Chen <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 5be63fc commit b53f09e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/acpi/resource.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,12 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
554554
* to have a working keyboard.
555555
*/
556556
static const struct dmi_system_id irq1_edge_low_force_override[] = {
557+
{
558+
/* MECHREV Jiaolong17KS Series GM7XG0M */
559+
.matches = {
560+
DMI_MATCH(DMI_BOARD_NAME, "GM7XG0M"),
561+
},
562+
},
557563
{
558564
/* XMG APEX 17 (M23) */
559565
.matches = {

0 commit comments

Comments
 (0)