提交 09a6059c 编写于 作者: A Arnold Gozum 提交者: Zheng Zengkai

platform/x86: intel-vbtn: Support for tablet mode on Dell Inspiron 7352

stable inclusion
from stable-5.10.14
commit a55c4bf2c8f0363a55c307ecc181466a7916c3ba
bugzilla: 48051

--------------------------------

[ Upstream commit fcd38f17 ]

The Dell Inspiron 7352 is a 2-in-1 model that has chassis-type "Notebook".
Add this model to the dmi_switches_allow_list.
Signed-off-by: NArnold Gozum <arngozum@gmail.com>
Link: https://lore.kernel.org/r/20201226205307.249659-1-arngozum@gmail.comSigned-off-by: NHans de Goede <hdegoede@redhat.com>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
上级 68ea6b9b
...@@ -216,6 +216,12 @@ static const struct dmi_system_id dmi_switches_allow_list[] = { ...@@ -216,6 +216,12 @@ static const struct dmi_system_id dmi_switches_allow_list[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Switch SA5-271"), DMI_MATCH(DMI_PRODUCT_NAME, "Switch SA5-271"),
}, },
}, },
{
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7352"),
},
},
{} /* Array terminator */ {} /* Array terminator */
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册