Skip to content

Commit 7d0c009

Browse files
Alex Hungjwrdegoede
authored andcommitted
platform/x86/intel: hid: add quirk to support Surface Go 3
Similar to other systems Surface Go 3 requires a DMI quirk to enable 5 button array for power and volume buttons. Buglink: linux-surface/linux-surface#595 Cc: [email protected] Signed-off-by: Alex Hung <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent 49201b9 commit 7d0c009

File tree

1 file changed

+7
-0
lines changed
  • drivers/platform/x86/intel

1 file changed

+7
-0
lines changed

drivers/platform/x86/intel/hid.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ static const struct dmi_system_id button_array_table[] = {
9999
DMI_MATCH(DMI_PRODUCT_FAMILY, "ThinkPad X1 Tablet Gen 2"),
100100
},
101101
},
102+
{
103+
.ident = "Microsoft Surface Go 3",
104+
.matches = {
105+
DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
106+
DMI_MATCH(DMI_PRODUCT_NAME, "Surface Go 3"),
107+
},
108+
},
102109
{ }
103110
};
104111

0 commit comments

Comments
 (0)