diff mbox series

[1/3] ACPI: resource: Add another DMI match for the TongFang GMxXGxx

Message ID 20240910094008.1601230-1-wse@tuxedocomputers.com (mailing list archive)
State In Next
Delegated to: Rafael Wysocki
Headers show
Series [1/3] ACPI: resource: Add another DMI match for the TongFang GMxXGxx | expand

Commit Message

Werner Sembach Sept. 10, 2024, 9:40 a.m. UTC
Internal documentation suggest that the TUXEDO Polaris 15 Gen5 AMD might
have GMxXGxX as the board name instead of GMxXGxx.

Adding both to be on the safe side.

Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Cc: stable@vger.kernel.org
---
 drivers/acpi/resource.c | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Rafael J. Wysocki Sept. 10, 2024, 6:30 p.m. UTC | #1
On Tue, Sep 10, 2024 at 11:40 AM Werner Sembach <wse@tuxedocomputers.com> wrote:
>
> Internal documentation suggest that the TUXEDO Polaris 15 Gen5 AMD might
> have GMxXGxX as the board name instead of GMxXGxx.
>
> Adding both to be on the safe side.
>
> Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
> Cc: stable@vger.kernel.org
> ---
>  drivers/acpi/resource.c | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
> index 59423fe9d0f29..b50fc5c16f749 100644
> --- a/drivers/acpi/resource.c
> +++ b/drivers/acpi/resource.c
> @@ -545,6 +545,12 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
>                         DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
>                 },
>         },
> +       {
> +               /* TongFang GMxXGxX/TUXEDO Polaris 15 Gen5 AMD */
> +               .matches = {
> +                       DMI_MATCH(DMI_BOARD_NAME, "GMxXGxX"),
> +               },
> +       },
>         {
>                 /* TongFang GMxXGxx sold as Eluktronics Inc. RP-15 */
>                 .matches = {
> --

Applied as 6.12 material, thanks!
diff mbox series

Patch

diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index 59423fe9d0f29..b50fc5c16f749 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -545,6 +545,12 @@  static const struct dmi_system_id irq1_edge_low_force_override[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
 		},
 	},
+	{
+		/* TongFang GMxXGxX/TUXEDO Polaris 15 Gen5 AMD */
+		.matches = {
+			DMI_MATCH(DMI_BOARD_NAME, "GMxXGxX"),
+		},
+	},
 	{
 		/* TongFang GMxXGxx sold as Eluktronics Inc. RP-15 */
 		.matches = {