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: stable@vger.kernel.org Signed-off-by: Alex Hung <alex.hung@canonical.com> Link: https://lore.kernel.org/r/20211203212810.2666508-1-alex.hung@canonical.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 parent 49201b9 commit 7d0c009

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • drivers/platform/x86/intel

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)