linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan-Hendrik Zab <jan@jhz.name>
To: dmitry.torokhov@gmail.com
Cc: torvalds@linux-foundation.org, linux-input@vger.kernel.org
Subject: [PATCH] Add Sony Vaio VPCZ1 series to the nopnp table
Date: Tue, 30 Mar 2010 01:32:57 +0200	[thread overview]
Message-ID: <20100329233257.GA85504@jhz.name> (raw)

The entire Sony Vaio VPCZ1 series seems to need the nopnp option set to
get the touchpad working. This patch adds the laptops to the nopnp table
to automatically set it.

Signed-off-by: Jan-Hendrik Zab <jan@jhz.name>

---
 drivers/input/serio/i8042-x86ia64io.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index ead0494..7c0cb87 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -495,6 +495,14 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
 			DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
 		},
 	},
+	{
+		/* Sony Vaio VPCZ1 */
+		.matches = {
+			DMI_MATCH(DMI_BOARD_NAME, "VAIO"),
+			DMI_MATCH(DMI_BOARD_VENDOR, "Sony Corporation"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "VPCZ1"),
+		},
+	},
 	{ }
 };
 
-- 
1.7.0.3


             reply	other threads:[~2010-03-29 23:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-29 23:32 Jan-Hendrik Zab [this message]
2010-03-29 23:39 ` [PATCH] Add Sony Vaio VPCZ1 series to the nopnp table Dmitry Torokhov
2010-03-30 20:39   ` Jan-Hendrik Zab
2010-04-14 23:34     ` Dmitry Torokhov
2010-04-19  9:46       ` Jan-Hendrik Zab
2010-04-21  7:01         ` Dmitry Torokhov
2010-04-21  8:10           ` Dmitry Torokhov
2010-04-21 16:35             ` Bjorn Helgaas
2010-04-21 17:07               ` Dmitry Torokhov
2010-04-22  9:09                 ` Jan-Hendrik Zab
2010-05-05 23:03           ` Bjorn Helgaas

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=20100329233257.GA85504@jhz.name \
    --to=jan@jhz.name \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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).