From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Todor Minchev <todor.minchev@intel.com>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: Re: [PATCH] i8042: prevent the loading of the i8042 driver on Intel NUC D54250WYK
Date: Tue, 2 Dec 2014 15:22:18 -0800 [thread overview]
Message-ID: <20141202232218.GB6207@localhost> (raw)
In-Reply-To: <1417508822-8243-1-git-send-email-todor.minchev@intel.com>
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@intel.com>
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
prev parent reply other threads:[~2014-12-03 5:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-02 8:27 [PATCH] i8042: prevent the loading of the i8042 driver on Intel NUC D54250WYK Todor Minchev
2014-12-02 23:22 ` Dmitry Torokhov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141202232218.GB6207@localhost \
--to=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=todor.minchev@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).