Skip to content
Snippets Groups Projects
Commit 87b7d049 authored by Max Verevkin's avatar Max Verevkin Committed by Greg Kroah-Hartman
Browse files

platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC


[ Upstream commit 07b21199 ]

The Pavilion 13 x360 PC has a chassis-type which does not indicate it is
a convertible, while it is actually a convertible. Add it to the
dmi_switches_allow_list.

Signed-off-by: default avatarMax Verevkin <me@maxverevkin.tk>
Link: https://lore.kernel.org/r/20201124131652.11165-1-me@maxverevkin.tk


Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 6c367739
No related branches found
No related tags found
No related merge requests found
......@@ -230,6 +230,12 @@ static const struct dmi_system_id dmi_switches_allow_list[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7352"),
},
},
{
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion 13 x360 PC"),
},
},
{} /* Array terminator */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment