diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-09-04 02:42:10 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-09-04 02:42:10 -0400 |
commit | 7545c24c6a6ab62922266197a72119212280ea2a (patch) | |
tree | e9f19ded3f2d1b9a3d8ce7cdd76a4cf884200a5d /drivers | |
parent | 945ef0d428bc33c639e49d27fb8cc765adec3fdf (diff) |
Input: i8042 - add Lifebook E4010 to MUX blacklist
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers')
-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 d5ea3cf09469..273bb3b08cfa 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -138,6 +138,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
138 | }, | 138 | }, |
139 | }, | 139 | }, |
140 | { | 140 | { |
141 | .ident = "Fujitsu-Siemens Lifebook E4010", | ||
142 | .matches = { | ||
143 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), | ||
144 | DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E4010"), | ||
145 | }, | ||
146 | }, | ||
147 | { | ||
141 | .ident = "Toshiba P10", | 148 | .ident = "Toshiba P10", |
142 | .matches = { | 149 | .matches = { |
143 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | 150 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |