public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Sviatoslav Harasymchuk <sviatoslav.harasymchuk@gmail.com>
To: rafael@kernel.org, lenb@kernel.org
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
	sviatoslav.harasymchuk@gmail.com
Subject: [PATCH] Fix keyboard on ASUS EXPERTBOOK B2502FBA, see bug:217323
Date: Sun, 11 Feb 2024 01:08:07 +0100	[thread overview]
Message-ID: <52cf0eab-dbbd-4f12-b100-c7db1daea442@gmail.com> (raw)

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


             reply	other threads:[~2024-02-11  0:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-11  0:08 Sviatoslav Harasymchuk [this message]
2024-02-15 19:52 ` [PATCH] Fix keyboard on ASUS EXPERTBOOK B2502FBA, see bug:217323 Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52cf0eab-dbbd-4f12-b100-c7db1daea442@gmail.com \
    --to=sviatoslav.harasymchuk@gmail.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox