All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mattia Dongili <malattia@linux.it>
To: Len Brown <lenb@kernel.org>
Cc: linux-acpi@vger.kernel.org, Stelian Pop <stelian@popies.net>,
	Mattia Dongili <malattia@linux.it>
Subject: [PATCH 1/2] sony-laptop: enable vaio FZ events
Date: Sat, 11 Aug 2007 10:43:06 +0900	[thread overview]
Message-ID: <11867965871757-git-send-email-malattia@linux.it> (raw)
In-Reply-To: <1186796587433-git-send-email-malattia@linux.it>

Signed-off-by: Mattia Dongili <malattia@linux.it>
---
 drivers/misc/sony-laptop.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/drivers/misc/sony-laptop.c b/drivers/misc/sony-laptop.c
index 99f48c7..1fd84a5 100644
--- a/drivers/misc/sony-laptop.c
+++ b/drivers/misc/sony-laptop.c
@@ -847,13 +847,17 @@ static struct sony_nc_event sony_C_events[] = {
 /* SNC-only model map */
 static struct dmi_system_id sony_nc_ids[] = {
 		{
-			.ident = "Sony Vaio FE Series",
+			.ident = "Sony Vaio FE/FZ Series",
 			.callback = sony_nc_C_enable,
 			.driver_data = sony_C_events,
 			.matches = {
 				DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
 				DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FE"),
 			},
+			{
+				DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+				DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FZ"),
+			},
 		},
 		{
 			.ident = "Sony Vaio C Series",
-- 
1.5.2.4


  reply	other threads:[~2007-08-11  1:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-11  1:43 [PATCH 0/2] sony-laptop for 2.6.23-rc3 Mattia Dongili
2007-08-11  1:43 ` Mattia Dongili [this message]
2007-08-11  1:43   ` [PATCH 2/2] sony-laptop: old Vaio models contain 2 IO port entries Mattia Dongili
2007-08-12  3:27     ` Len Brown
2007-08-12  4:26       ` Mattia Dongili
2007-08-12  3:33   ` [PATCH 1/2] sony-laptop: enable vaio FZ events Mattia Dongili

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=11867965871757-git-send-email-malattia@linux.it \
    --to=malattia@linux.it \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=stelian@popies.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.