public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix keyboard on ASUS EXPERTBOOK B2502FBA, see bug:217323
@ 2024-02-11  0:08 Sviatoslav Harasymchuk
  2024-02-15 19:52 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Sviatoslav Harasymchuk @ 2024-02-11  0:08 UTC (permalink / raw)
  To: rafael, lenb; +Cc: linux-acpi, linux-kernel, sviatoslav.harasymchuk

For: ASUS ExpertBook B2502FBA
Similar to patch:
https://lore.kernel.org/linux-acpi/20230411183144.6932-1-pmenzel@molgen.mpg.de/
For the bug:
https://bugzilla.kernel.org/show_bug.cgi?id=217323

Link: https://bugzilla.kernel.org/show_bug.cgi?id=217323
Signed-off-by: Sviatoslav Harasymchuk <sviatoslav.harasymchuk@gmail.com>
Tested-by: Sviatoslav Harasymchuk <sviatoslav.harasymchuk@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 dacad1d846c0..41fe6f2d4fa8 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -489,6 +489,13 @@ static const struct dmi_system_id 
irq1_level_low_skip_override[] = {
              DMI_MATCH(DMI_BOARD_NAME, "B2502CBA"),
          },
      },
+    {
+        /* Asus ExpertBook B2502FBA */
+        .matches = {
+            DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+            DMI_MATCH(DMI_BOARD_NAME, "B2502FBA"),
+        },
+    },
      {
          /* Asus Vivobook E1504GA */
          .matches = {
--
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix keyboard on ASUS EXPERTBOOK B2502FBA, see bug:217323
  2024-02-11  0:08 [PATCH] Fix keyboard on ASUS EXPERTBOOK B2502FBA, see bug:217323 Sviatoslav Harasymchuk
@ 2024-02-15 19:52 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2024-02-15 19:52 UTC (permalink / raw)
  To: Sviatoslav Harasymchuk; +Cc: rafael, lenb, linux-acpi, linux-kernel

On Sun, Feb 11, 2024 at 1:08 AM Sviatoslav Harasymchuk
<sviatoslav.harasymchuk@gmail.com> wrote:
>
> For: ASUS ExpertBook B2502FBA
> Similar to patch:
> https://lore.kernel.org/linux-acpi/20230411183144.6932-1-pmenzel@molgen.mpg.de/
> For the bug:
> https://bugzilla.kernel.org/show_bug.cgi?id=217323
>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=217323
> Signed-off-by: Sviatoslav Harasymchuk <sviatoslav.harasymchuk@gmail.com>
> Tested-by: Sviatoslav Harasymchuk <sviatoslav.harasymchuk@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 dacad1d846c0..41fe6f2d4fa8 100644
> --- a/drivers/acpi/resource.c
> +++ b/drivers/acpi/resource.c
> @@ -489,6 +489,13 @@ static const struct dmi_system_id
> irq1_level_low_skip_override[] = {
>               DMI_MATCH(DMI_BOARD_NAME, "B2502CBA"),
>           },
>       },
> +    {
> +        /* Asus ExpertBook B2502FBA */
> +        .matches = {
> +            DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> +            DMI_MATCH(DMI_BOARD_NAME, "B2502FBA"),
> +        },
> +    },
>       {
>           /* Asus Vivobook E1504GA */
>           .matches = {
> --

Applied as 6.9 material, but I rewrote the subject and changelog and
had to fix up white space (presumably broken by your email client or
similar).

I would appreciate being more careful next time.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-15 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-11  0:08 [PATCH] Fix keyboard on ASUS EXPERTBOOK B2502FBA, see bug:217323 Sviatoslav Harasymchuk
2024-02-15 19:52 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox