Skip to content

Commit df0cced

Browse files
jwrdegoederafaeljw
authored andcommitted
ACPI: resource: Add another DMI match for the TongFang GMxXGxx
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>
1 parent 861deac commit df0cced

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/acpi/resource.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,13 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
510510
DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
511511
},
512512
},
513+
{
514+
/* TongFang GMxXGxx sold as Eluktronics Inc. RP-15 */
515+
.matches = {
516+
DMI_MATCH(DMI_SYS_VENDOR, "Eluktronics Inc."),
517+
DMI_MATCH(DMI_BOARD_NAME, "RP-15"),
518+
},
519+
},
513520
{
514521
/* TongFang GM6XGxX/TUXEDO Stellaris 16 Gen5 AMD */
515522
.matches = {

0 commit comments

Comments
 (0)