Commit c81bf14f authored by Christoffer Sandberg's avatar Christoffer Sandberg Committed by Rafael J. Wysocki

ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx

Listed devices need the override for the keyboard to work.
Signed-off-by: default avatarChristoffer Sandberg <cs@tuxedo.de>
Signed-off-by: default avatarWerner Sembach <wse@tuxedocomputers.com>
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 6eaf375a
......@@ -636,6 +636,18 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
DMI_MATCH(DMI_BOARD_NAME, "X565"),
},
},
{
/* TongFang GXxHRXx/TUXEDO InfinityBook Pro Gen9 AMD */
.matches = {
DMI_MATCH(DMI_BOARD_NAME, "GXxHRXx"),
},
},
{
/* TongFang GMxHGxx/TUXEDO Stellaris Slim Gen1 AMD */
.matches = {
DMI_MATCH(DMI_BOARD_NAME, "GMxHGxx"),
},
},
{ }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment