diff mbox series

ACPI: resource: Add Medion S17413 to IRQ override quirk

Message ID CAN8-kNUhnWxLoAGF7tXsknxRKztNT_fSBUgULLhDyyp4388yBg@mail.gmail.com
State Accepted
Commit 2d0ab14634a26e54f8d6d231b47b7ef233e84599
Headers show
Series ACPI: resource: Add Medion S17413 to IRQ override quirk | expand

Commit Message

obiwac March 19, 2023, 2:12 a.m. UTC
Add DMI info of the Medion S17413 (board M1xA) to the IRQ override
quirk table. This fixes the keyboard not working on these laptops.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=213031
Signed-off-by: Aymeric Wibo <obiwac@gmail.com>
---
 drivers/acpi/resource.c | 7 +++++++
 1 file changed, 7 insertions(+)

--
2.25.1

Comments

Rafael J. Wysocki March 20, 2023, 6:09 p.m. UTC | #1
On Sun, Mar 19, 2023 at 3:12 AM obiwac <obiwac@gmail.com> wrote:
>
> Add DMI info of the Medion S17413 (board M1xA) to the IRQ override
> quirk table. This fixes the keyboard not working on these laptops.
>
> BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=213031
> Signed-off-by: Aymeric Wibo <obiwac@gmail.com>
> ---
>  drivers/acpi/resource.c | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
> index 192d1784e..9e1ab01d4 100644
> --- a/drivers/acpi/resource.c
> +++ b/drivers/acpi/resource.c
> @@ -400,6 +400,13 @@ static const struct dmi_system_id medion_laptop[] = {
>                         DMI_MATCH(DMI_BOARD_NAME, "M17T"),
>                 },
>         },
> +       {
> +               .ident = "MEDION S17413",
> +               .matches = {
> +                       DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
> +                       DMI_MATCH(DMI_BOARD_NAME, "M1xA"),
> +               },
> +       },
>         { }
>  };
>
> --

Applied 6.3-rc material, but please teach your email client to
preserve white space.

Thanks!
diff mbox series

Patch

diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index 192d1784e..9e1ab01d4 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -400,6 +400,13 @@  static const struct dmi_system_id medion_laptop[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "M17T"),
                },
        },
+       {
+               .ident = "MEDION S17413",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
+                       DMI_MATCH(DMI_BOARD_NAME, "M1xA"),
+               },
+       },
        { }
 };