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"), + }, + }, { } };