linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add Sony Vaio VPCZ1 series to the nopnp table
@ 2010-03-29 23:32 Jan-Hendrik Zab
  2010-03-29 23:39 ` Dmitry Torokhov
  0 siblings, 1 reply; 11+ messages in thread
From: Jan-Hendrik Zab @ 2010-03-29 23:32 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: torvalds, linux-input

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


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-05-05 23:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 23:32 [PATCH] Add Sony Vaio VPCZ1 series to the nopnp table Jan-Hendrik Zab
2010-03-29 23:39 ` 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

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).