浏览代码

Input: i8042 - add Compal Hel80 laptop to nomux blacklist

Reported-by: Jaime Cura <jimyx17@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Dmitry Torokhov 16 年之前
父节点
当前提交
5f4ba04ffd
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      drivers/input/serio/i8042-x86ia64io.h

+ 7 - 0
drivers/input/serio/i8042-x86ia64io.h

@@ -344,6 +344,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "XPS M1530"),
 		},
 	},
+	{
+		.ident = "Compal HEL80I",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "COMPAL"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"),
+		},
+	},
 	{ }
 };