diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2006-12-08 01:36:32 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-12-08 01:36:32 -0500 |
commit | bb06ec3cc53bc1e4405561cf12756c51e8eecd6e (patch) | |
tree | 220a2ee49fda3257644d55075e62c62bb619c199 /drivers/input | |
parent | bef986502fa398b1785a3979b1aa17cd902d3527 (diff) | |
download | op-kernel-dev-bb06ec3cc53bc1e4405561cf12756c51e8eecd6e.zip op-kernel-dev-bb06ec3cc53bc1e4405561cf12756c51e8eecd6e.tar.gz |
Input: i8042 - add another Lifebook P7010 to nomux blacklist
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>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 8738edd..d36bd54 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -111,6 +111,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { }, }, { + .ident = "Fujitsu Lifebook P7010", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), + DMI_MATCH(DMI_PRODUCT_NAME, "0000000000"), + }, + }, + { .ident = "Fujitsu Lifebook P5020D", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), |