[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2022-12-30 18:50:57
Message-ID: git-mailbomb-linux-master-7203481fd12b1257938519efb2460ea02b9236ee () kernel ! org
[Download RAW message or body]

Commit:     7203481fd12b1257938519efb2460ea02b9236ee
Parent:     f3cb9b740869712d448edf3b9ef5952b847caf8b
Refname:    refs/heads/master
Web:        https://git.kernel.org/torvalds/c/7203481fd12b1257938519efb2460ea02b9236ee
Author:     Hans de Goede <hdegoede@redhat.com>
AuthorDate: Thu Dec 15 10:44:43 2022 +0100
Committer:  Rafael J. Wysocki <rafael.j.wysocki@intel.com>
CommitDate: Thu Dec 22 17:35:29 2022 +0100

    ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks
    
    The Asus ExpertBook B2502 has the same keyboard issue as Asus Vivobook
    K3402ZA/K3502ZA. The kernel overrides IRQ 1 to Edge_High when it
    should be Active_Low.
    
    This patch adds the ExpertBook B2502 model to the existing
    quirk list of Asus laptops with this issue.
    
    Fixes: b5f9223a105d ("ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA")
    Link: https://bugzilla.redhat.com/show_bug.cgi?id=2142574
    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
 drivers/acpi/resource.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index d0c92422e2069..16dcd31d124fe 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -432,6 +432,13 @@ static const struct dmi_system_id asus_laptop[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "S5602ZA"),
 		},
 	},
+	{
+		.ident = "Asus ExpertBook B2502",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+			DMI_MATCH(DMI_BOARD_NAME, "B2502CBA"),
+		},
+	},
 	{ }
 };
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic