diff mbox series

Writing DMI matches for ASUS expertbook B2502CVA to irq1_level_low_skip_override

Message ID f7140bb8-b547-428d-8d67-aa9e3c40915f@t-online.hu
State New
Headers show
Series Writing DMI matches for ASUS expertbook B2502CVA to irq1_level_low_skip_override | expand

Commit Message

Gabor Wunderlich Aug. 18, 2024, 5:31 p.m. UTC
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

Comments

Aaron Ma Aug. 19, 2024, 6 a.m. UTC | #1
Hi Gabor,

Thanks for your work.

Could you send it to upstream first?

FYI:
https://www.kernel.org/doc/html/latest/process/submitting-patches.html

Regards,
Aaron

On 8/19/24 1:31 AM, Gabor Wunderlich wrote:
> 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 mbox series

Patch

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 = {