From patchwork Sun Aug 18 17:31:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gabor Wunderlich X-Patchwork-Id: 1973670 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WnLyP238zz1yXZ for ; Mon, 19 Aug 2024 15:39:41 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1sfv79-0003W8-9A; Mon, 19 Aug 2024 05:39:35 +0000 Received: from mail01d.mail.t-online.hu ([84.2.42.6]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1sfjkb-0005Df-2x for kernel-team@lists.ubuntu.com; Sun, 18 Aug 2024 17:31:33 +0000 Received: from [192.168.1.180] (unknown [100.97.116.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01d.mail.t-online.hu (Postfix) with ESMTPSA id 4Wn2pD19Kgz1DjL for ; Sun, 18 Aug 2024 19:31:32 +0200 (CEST) Message-ID: Date: Sun, 18 Aug 2024 19:31:31 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: kernel-team@lists.ubuntu.com Content-Language: en-US From: Gabor Wunderlich Subject: Writing DMI matches for ASUS expertbook B2502CVA to irq1_level_low_skip_override X-VadeSecure-Status: Legit X-VadeSecure-Score: 0 X-VadeSecure-Verdict: Legit Received-SPF: SPF not checked X-VadeSecure-Status: Legit X-VadeSecure-Score: 0 X-VadeSecure-Verdict: Legit Received-SPF: pass client-ip=84.2.42.6; envelope-from=wunderlichg@t-online.hu; helo=mail01d.mail.t-online.hu X-Mailman-Approved-At: Mon, 19 Aug 2024 05:39:33 +0000 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Dear Team, I'm Gabor Wunderlich, and I have purchased ASUS expertbook B2502CVA laptop. Unfortunately the internal keyboard did not work, However I insertedĀ  the DMI match for ASUS expertbook B2502CVA into the resource.c file. I attached the patch. Could IĀ  ask you to merge this update later to the master? I don't want to rebase always when new kernel released. Thanks in advance for your help diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index c843feb02e98..67aab5df84f7 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 B2502CVA */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_BOARD_NAME, "B2502CVA"), + }, + }, { /* Asus Vivobook E1504GA */ .matches = {