From: Dmitry Torokhov Date: Fri, 14 Nov 2008 18:32:42 +0000 (-0500) Subject: Input: i8042 - add Compal Hel80 laptop to nomux blacklist X-Git-Tag: v2.6.28-rc7~56^2~2 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=5f4ba04ffd8fc9f6b15b92270ef0517ae52dcf3a;p=sfrench%2Fcifs-2.6.git Input: i8042 - add Compal Hel80 laptop to nomux blacklist Reported-by: Jaime Cura Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 5db1d0b7456e..29e686388a2c 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/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"), + }, + }, { } };