Commit d9ff4ec3 authored by Alban Bedel's avatar Alban Bedel Committed by Hans de Goede
Browse files

platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2



Like a few other system the Lenovo ThinkPad X1 Tablet Gen 2 miss the
HEBC method, which prevent the power button from working. Add a quirk
to enable the button array on this system family and fix the power
button.

Signed-off-by: default avatarAlban Bedel <albeu@free.fr>
Tested-by: default avatarAlexander Kobel <a-kobel@a-kobel.de>
Link: https://lore.kernel.org/r/20210222141559.3775-1-albeu@free.fr


Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 4296f679
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"),
		},
	},
	{ }
};