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:
080f508
)
Input: i8042 - add Compal Hel80 laptop to nomux blacklist
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 14 Nov 2008 18:32:42 +0000
(13:32 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sat, 13 Dec 2008 23:29:18 +0000
(15:29 -0800)
commit
5f4ba04ffd8fc9f6b15b92270ef0517ae52dcf3a
upstream.
Reported-by: Jaime Cura <jimyx17@gmail.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 5db1d0b7456ed7a5edfa634597799c1c60fe4fe4..29e686388a2c9a85732a028ede45d16e188087c8 100644
(file)
--- 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"),
+ },
+ },
{ }
};