diff options
author | Todor Minchev <todor.minchev@intel.com> | 2014-12-02 18:16:39 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-12-03 00:34:40 -0500 |
commit | 8195077c4a93486f715edac3e9f1503df7dec60a (patch) | |
tree | 302ccaafad3ef6562732ba638b40a29d29f46939 /drivers/input | |
parent | 5447326ff7e42ae36b85caedb2a787ff4db646f4 (diff) |
Input: i8042 - do not try to load on Intel NUC D54250WYK
The Intel NUC D54250WYK has no PS/2 controller, however the DSDT declares
PS/2 devices which trigger the loading of the i8042 driver.
Signed-off-by: Todor Minchev <todor.minchev@intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index a0bcbb64d06d..a26366a263a5 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -314,6 +314,16 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = { | |||
314 | }, | 314 | }, |
315 | }, | 315 | }, |
316 | { | 316 | { |
317 | /* | ||
318 | * Intel NUC D54250WYK - does not have i8042 controller but | ||
319 | * declares PS/2 devices in DSDT. | ||
320 | */ | ||
321 | .matches = { | ||
322 | DMI_MATCH(DMI_BOARD_NAME, "D54250WYK"), | ||
323 | DMI_MATCH(DMI_BOARD_VENDOR, "Intel Corporation"), | ||
324 | }, | ||
325 | }, | ||
326 | { | ||
317 | /* MSI Wind U-100 */ | 327 | /* MSI Wind U-100 */ |
318 | .matches = { | 328 | .matches = { |
319 | DMI_MATCH(DMI_BOARD_NAME, "U-100"), | 329 | DMI_MATCH(DMI_BOARD_NAME, "U-100"), |