提交 4a198be7 编写于 作者: A Albert Astals Cid 提交者: Matthew Garrett

Support KHLB2 in the compal laptop driver

Add the KHLB2 model identifier to the list of supported models
Signed-off-by: NAlbert Astals Cid <aacid@kde.org>
Signed-off-by: NMatthew Garrett <mjg@redhat.com>
上级 59ccf2f3
......@@ -872,6 +872,14 @@ static struct dmi_system_id __initdata compal_dmi_table[] = {
},
.callback = dmi_check_cb_extra
},
{
.ident = "KHLB2",
.matches = {
DMI_MATCH(DMI_BOARD_NAME, "KHLB2"),
DMI_MATCH(DMI_BOARD_VERSION, "REFERENCE"),
},
.callback = dmi_check_cb_extra
},
{ }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册