Skip to content

Commit 0da9ecc

Browse files
tuxedo-wserafaeljw
authored andcommitted
ACPI: resource: Do IRQ override on TongFang GMxXGxx
The TongFang GMxXGxx/TUXEDO Stellaris/Pollaris Gen5 needs IRQ overriding for the keyboard to work. Adding an entry for this laptop to the override_table makes the internal keyboard functional. Signed-off-by: Werner Sembach <[email protected]> Cc: All applicable <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 78fdccd commit 0da9ecc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

drivers/acpi/resource.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,18 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
497497
DMI_MATCH(DMI_BOARD_NAME, "GMxRGxx"),
498498
},
499499
},
500+
{
501+
/* TongFang GMxXGxx/TUXEDO Polaris 15 Gen5 AMD */
502+
.matches = {
503+
DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
504+
},
505+
},
506+
{
507+
/* TongFang GM6XGxX/TUXEDO Stellaris 16 Gen5 AMD */
508+
.matches = {
509+
DMI_MATCH(DMI_BOARD_NAME, "GM6XGxX"),
510+
},
511+
},
500512
{
501513
/* MAINGEAR Vector Pro 2 15 */
502514
.matches = {

0 commit comments

Comments
 (0)