VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Alban Bedel <albeu@free.fr> 2021-02-22 15:15:59 +0100 committer: Hans de Goede <hdegoede@redhat.com> 2021-03-06 10:24:53 +0100 commit: 56678a5f44ef5f0ad9a67194bbee2280c6286534 parent: a38fd8748464831584a19438cbb3082b5a2dab15
Commit Summary:
platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2
Diffstat:
1 file changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c
index 2f5b8d09143e..57cc92891a57 100644
--- a/drivers/platform/x86/intel-hid.c
+++ b/drivers/platform/x86/intel-hid.c
@@ -90,6 +90,13 @@ static const struct dmi_system_id button_array_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "HP Spectre x2 Detachable"),
 		},
 	},
+	{
+		.ident = "Lenovo ThinkPad X1 Tablet Gen 2",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_FAMILY, "ThinkPad X1 Tablet Gen 2"),
+		},
+	},
 	{ }
 };