2024-04-17 10:43:26

by Werner Sembach

[permalink] [raw]
Subject: [PATCH] ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx

From: Christoffer Sandberg <[email protected]>

Listed devices needs the override for keyboard to work.

Signed-off-by: Christoffer Sandberg <[email protected]>
Signed-off-by: Werner Sembach <[email protected]>
Cc: [email protected]
---
drivers/acpi/resource.c | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index 59423fe9d0f29..deeb4e182687a 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -558,6 +558,18 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
DMI_MATCH(DMI_BOARD_NAME, "GM6XGxX"),
},
},
+ {
+ .ident = "TongFang GXxHRXx/TUXEDO InfinityBook Pro Gen9 AMD",
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_SKU, "GXxHRXx"),
+ },
+ },
+ {
+ .ident = "TongFang GMxHGxx/TUXEDO Stellaris Slim Gen1 AMD",
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_SKU, "GMxHGxx"),
+ },
+ },
{
/* MAINGEAR Vector Pro 2 15 */
.matches = {
--
2.34.1



2024-04-17 15:55:46

by Werner Sembach

[permalink] [raw]
Subject: Re: [PATCH] ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx

Sorry noticed and issue with this, please don't apply, I will send a v2.

Am 17.04.24 um 12:35 schrieb Werner Sembach:
> From: Christoffer Sandberg <[email protected]>
>
> Listed devices needs the override for keyboard to work.
>
> Signed-off-by: Christoffer Sandberg <[email protected]>
> Signed-off-by: Werner Sembach <[email protected]>
> Cc: [email protected]
> ---
> drivers/acpi/resource.c | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
> index 59423fe9d0f29..deeb4e182687a 100644
> --- a/drivers/acpi/resource.c
> +++ b/drivers/acpi/resource.c
> @@ -558,6 +558,18 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
> DMI_MATCH(DMI_BOARD_NAME, "GM6XGxX"),
> },
> },
> + {
> + .ident = "TongFang GXxHRXx/TUXEDO InfinityBook Pro Gen9 AMD",
> + .matches = {
> + DMI_MATCH(DMI_PRODUCT_SKU, "GXxHRXx"),
> + },
> + },
> + {
> + .ident = "TongFang GMxHGxx/TUXEDO Stellaris Slim Gen1 AMD",
> + .matches = {
> + DMI_MATCH(DMI_PRODUCT_SKU, "GMxHGxx"),
> + },
> + },
> {
> /* MAINGEAR Vector Pro 2 15 */
> .matches = {