aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorStefan Bader <stefan.bader@canonical.com>2008-10-16 22:00:56 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2008-12-13 15:29:18 -0800
commiteb3357f5e5e8c9caa00f2b684f747497cb2d219e (patch)
treefe326a52708180fe161cda2b28c39d6c03f7ec21 /drivers/input
parent70c90738cc8627c9a964cb1489519bb1fb801cb3 (diff)
Input: i8042 - add Blue FB5601 to noloop exception table
commit 2c6f2cb83b239b7d45da9246cafd27ee615ee35b upstream. Signed-off-by: Stefan Bader <stefan.bader@canonical.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/serio/i8042-x86ia64io.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index a321aea2c7b..eec375cd10e 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"),
+ },
+ },
{ }
};