From: Tim Hoppen <timhoppen@gmail.com>
Cc: lenb@kernel.org, rui.zhang@intel.com, jgarzik@redhat.com,
tj@kernel.org, linux-acpi@vger.kernel.org,
linux-kernel@vger.kernel.org, Tim Hoppen <timhoppen@gmail.com>
Subject: [PATCH 1/1] Added an additional Sony laptop to acpi_osi_dmi_table
Date: Wed, 14 Oct 2009 17:59:51 -0700 [thread overview]
Message-ID: <1255568391-8400-1-git-send-email-timhoppen@gmail.com> (raw)
Signed-off-by: Tim Hoppen <timhoppen@gmail.com>
---
drivers/acpi/blacklist.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
index e56b2a7..01cca5f 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -211,6 +211,14 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
DMI_MATCH(DMI_PRODUCT_NAME, "Sony VGN-SR290J"),
},
},
+ {
+ .callback = dmi_disable_osi_vista,
+ .ident = "Sony VGN-FW351J",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW351J"),
+ },
+ },
/*
* BIOS invocation of _OSI(Linux) is almost always a BIOS bug.
--
1.6.5
WARNING: multiple messages have this Message-ID (diff)
From: Tim Hoppen <timhoppen@gmail.com>
To: unlisted-recipients:; (no To-header on input)
Cc: lenb@kernel.org, rui.zhang@intel.com, jgarzik@redhat.com,
tj@kernel.org, linux-acpi@vger.kernel.org,
linux-kernel@vger.kernel.org, Tim Hoppen <timhoppen@gmail.com>
Subject: [PATCH 1/1] Added an additional Sony laptop to acpi_osi_dmi_table
Date: Wed, 14 Oct 2009 17:59:51 -0700 [thread overview]
Message-ID: <1255568391-8400-1-git-send-email-timhoppen@gmail.com> (raw)
Signed-off-by: Tim Hoppen <timhoppen@gmail.com>
---
drivers/acpi/blacklist.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
index e56b2a7..01cca5f 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -211,6 +211,14 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
DMI_MATCH(DMI_PRODUCT_NAME, "Sony VGN-SR290J"),
},
},
+ {
+ .callback = dmi_disable_osi_vista,
+ .ident = "Sony VGN-FW351J",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW351J"),
+ },
+ },
/*
* BIOS invocation of _OSI(Linux) is almost always a BIOS bug.
--
1.6.5
next reply other threads:[~2009-10-15 0:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-15 0:59 Tim Hoppen [this message]
2009-10-15 0:59 ` [PATCH 1/1] Added an additional Sony laptop to acpi_osi_dmi_table Tim Hoppen
2009-10-15 1:45 ` Zhang, Rui
2009-10-15 1:48 ` Daniel Walker
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=1255568391-8400-1-git-send-email-timhoppen@gmail.com \
--to=timhoppen@gmail.com \
--cc=jgarzik@redhat.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rui.zhang@intel.com \
--cc=tj@kernel.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 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.