summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWerner Sembach <wse@tuxedocomputers.com>2023-10-16 18:08:28 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-11-28 17:19:58 +0000
commit52c96f442c192c4e1614ea3a801d7659af3a126b (patch)
tree120b4a52a3466bdf8859ab0a42cc838a104f8b9a /drivers
parentc3b5552b3a02215eaefab6b85e161cb25fe01c18 (diff)
downloadlinux-52c96f442c192c4e1614ea3a801d7659af3a126b.tar.gz
linux-52c96f442c192c4e1614ea3a801d7659af3a126b.tar.bz2
linux-52c96f442c192c4e1614ea3a801d7659af3a126b.zip
ACPI: resource: Do IRQ override on TongFang GMxXGxx
commit 0da9eccde3270b832c059ad618bf66e510c75d33 upstream. 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 <wse@tuxedocomputers.com> Cc: All applicable <stable@vger.kernel.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/acpi/resource.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index 297a88587031..80fbd385e8b4 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -496,6 +496,18 @@ static const struct dmi_system_id maingear_laptop[] = {
}
},
{
+ /* TongFang GMxXGxx/TUXEDO Polaris 15 Gen5 AMD */
+ .matches = {
+ DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
+ },
+ },
+ {
+ /* TongFang GM6XGxX/TUXEDO Stellaris 16 Gen5 AMD */
+ .matches = {
+ DMI_MATCH(DMI_BOARD_NAME, "GM6XGxX"),
+ },
+ },
+ {
.ident = "MAINGEAR Vector Pro 2 17",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Micro Electronics Inc"),