intel-hid: fix volume buttons on Microsoft Surface Go 4 tablet

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Volume buttons on Microsoft Surface Go 4 tablet didn't send any events. Adding Surface Go 4 to button_array_table fix this.

The patch is attached.

Signed-off-by: Dmitry Panchenko <dmitry@xxxxxxxxxxxx>
--

Kind regards,
Dmitry Panchenko
--- original/drivers/platform/x86/intel/hid.c	2025-01-17 16:10:22.000000000 +0200
+++ fixed/drivers/platform/x86/intel/hid.c	2025-02-19 22:22:51.682382249 +0200
@@ -128,6 +128,13 @@
 			DMI_MATCH(DMI_PRODUCT_NAME, "Surface Go 3"),
 		},
 	},
+	{
+		.ident = "Microsoft Surface Go 4",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Surface Go 4"),
+		},
+	},
 	{ }
 };


[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux