浏览代码

Support KHLB2 in the compal laptop driver

Add the KHLB2 model identifier to the list of supported models

Signed-off-by: Albert Astals Cid <aacid@kde.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Albert Astals Cid 14 年之前
父节点
当前提交
4a198be7f0
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      drivers/platform/x86/compal-laptop.c

+ 8 - 0
drivers/platform/x86/compal-laptop.c

@@ -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
+	},
 	{ }
 };