projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef9865
)
Input: i8042 - add another Lifebook P7010 to nomux blacklist
author
Dmitry Torokhov
<dtor@insightbb.com>
Fri, 8 Dec 2006 06:36:32 +0000
(
01:36
-0500)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Fri, 8 Dec 2006 06:36:32 +0000
(
01:36
-0500)
We already had entry for Fujitsu Lifebook P7010 in the nomux
blacklist but for some reason Fujitsu decided to fiddle with
DMI data...
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 8738edda661001236e0db92c0607ec98fa0496b7..d36bd5475b6d2b89cd2c402c99266780fb48fec0 100644
(file)
--- a/
drivers/input/serio/i8042-x86ia64io.h
+++ b/
drivers/input/serio/i8042-x86ia64io.h
@@
-110,6
+110,13
@@
static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "P7010"),
},
},
+ {
+ .ident = "Fujitsu Lifebook P7010",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "0000000000"),
+ },
+ },
{
.ident = "Fujitsu Lifebook P5020D",
.matches = {