diff options
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 c11556563ef0..68f5f4a0f1e7 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -258,6 +258,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = { | |||
258 | }, | 258 | }, |
259 | }, | 259 | }, |
260 | { | 260 | { |
261 | /* Fujitsu Lifebook U745 */ | ||
262 | .matches = { | ||
263 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), | ||
264 | DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U745"), | ||
265 | }, | ||
266 | }, | ||
267 | { | ||
261 | /* Fujitsu T70H */ | 268 | /* Fujitsu T70H */ |
262 | .matches = { | 269 | .matches = { |
263 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), | 270 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), |