dect
/
linux-2.6
Archived
13
0
Fork 0

Input: i8042 - add Compal Hel80 laptop to nomux blacklist

Reported-by: Jaime Cura <jimyx17@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Dmitry Torokhov 2008-11-14 13:32:42 -05:00
parent 734f0bae95
commit 5f4ba04ffd
1 changed files with 7 additions and 0 deletions

View File

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