]> git.itanic.dy.fi Git - linux-stable/commitdiff
ACPI: resource: Add another DMI match for the TongFang GMxXGxx
authorHans de Goede <hdegoede@redhat.com>
Sat, 23 Dec 2023 14:57:06 +0000 (15:57 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 29 Dec 2023 17:44:58 +0000 (18:44 +0100)
The TongFang GMxXGxx, which needs IRQ overriding for the keyboard to work,
is also sold as the Eluktronics RP-15 which does not use the standard
TongFang GMxXGxx DMI board_name.

Add an entry for this laptop to the irq1_edge_low_force_override[] DMI
table to make the internal keyboard functional.

Reported-by: Luis Acuna <ldacuna@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c

index 9bd9f79cd40990fee75134397500d123816062bd..c3536c236be9920791165724770512473a04c750 100644 (file)
@@ -510,6 +510,13 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
                },
        },
+       {
+               /* TongFang GMxXGxx sold as Eluktronics Inc. RP-15 */
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Eluktronics Inc."),
+                       DMI_MATCH(DMI_BOARD_NAME, "RP-15"),
+               },
+       },
        {
                /* TongFang GM6XGxX/TUXEDO Stellaris 16 Gen5 AMD */
                .matches = {