From: Stefan Bader Date: Fri, 17 Oct 2008 02:00:56 +0000 (-0400) Subject: Input: i8042 - add Blue FB5601 to noloop exception table X-Git-Tag: v2.6.27.9~66 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=eb3357f5e5e8c9caa00f2b684f747497cb2d219e;p=karo-tx-linux.git Input: i8042 - add Blue FB5601 to noloop exception table commit 2c6f2cb83b239b7d45da9246cafd27ee615ee35b upstream. Signed-off-by: Stefan Bader Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index a321aea2c7b5..eec375cd10e6 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -135,6 +135,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = { DMI_MATCH(DMI_PRODUCT_VERSION, "5a"), }, }, + { + .ident = "Blue FB5601", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "blue"), + DMI_MATCH(DMI_PRODUCT_NAME, "FB5601"), + DMI_MATCH(DMI_PRODUCT_VERSION, "M606"), + }, + }, { } };