Commit 5f4ba04f authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: i8042 - add Compal Hel80 laptop to nomux blacklist

Reported-by: default avatarJaime Cura <jimyx17@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 734f0bae
......@@ -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"),
},
},
{ }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment