projects
/
wrapfs-3.2.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70c9073
)
Input: i8042 - add Blue FB5601 to noloop exception table
author
Stefan Bader
<stefan.bader@canonical.com>
Fri, 17 Oct 2008 02:00:56 +0000
(22:00 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sat, 13 Dec 2008 23:29:18 +0000
(15:29 -0800)
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>
drivers/input/serio/i8042-x86ia64io.h
patch
|
blob
|
history
diff --git
a/drivers/input/serio/i8042-x86ia64io.h
b/drivers/input/serio/i8042-x86ia64io.h
index a321aea2c7b5f4dad1a9822539d2b3abb7700dfc..eec375cd10e6ef89546e8a51314bf647411a47ea 100644
(file)
--- 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"),
+ },
+ },
{ }
};