Re: [PATCH] i8042: prevent the loading of the i8042 driver on Intel NUC D54250WYK

From: Dmitry Torokhov
Date: Wed Dec 03 2014 - 00:26:26 EST


On Tue, Dec 02, 2014 at 08:27:02AM +0000, Todor Minchev wrote:
> 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@xxxxxxxxx>

Applied, thank you.

> ---
> drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
> index faeeb13..5182008 100644
> --- a/drivers/input/serio/i8042-x86ia64io.h
> +++ b/drivers/input/serio/i8042-x86ia64io.h
> @@ -579,6 +579,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
> },
> },
> {
> + /* Intel NUC D54250WYK */
> + .matches = {
> + DMI_MATCH(DMI_BOARD_NAME, "D54250WYK"),
> + DMI_MATCH(DMI_BOARD_VENDOR, "Intel Corporation"),
> + },
> + },
> + {
> /* MSI Wind U-100 */
> .matches = {
> DMI_MATCH(DMI_BOARD_NAME, "U-100"),
> --
> 2.1.3
>

--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/