ACPI: resource: Add another DMI match for the TongFang GMxXGxx
commit df0cced74159c79e36ce7971f0bf250673296d93 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5816a82caf
commit
dcf95b26be
1 changed files with 7 additions and 0 deletions
|
|
@ -512,6 +512,13 @@ static const struct dmi_system_id maingear_laptop[] = {
|
||||||
DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
|
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 */
|
/* TongFang GM6XGxX/TUXEDO Stellaris 16 Gen5 AMD */
|
||||||
.matches = {
|
.matches = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue