From: Fabio Valentini <fafatheone@gmail.com>
To: rjw@sisk.pl
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] acpi: fix suspend and resume on Sony Vaio VGN-FW21M
Date: Mon, 11 Mar 2013 20:16:34 +0100 [thread overview]
Message-ID: <1363029394.3138.3.camel@fafadora.lan> (raw)
From: Fabio Valentini <fafatheone@gmail.com>
Add Sony Vaio VGN-FW21M to the device blacklist in drivers/acpi/sleep.c.
Fixes suspend/resume on this device (device no longer reboots instead of resuming).
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=55001
Signed-off-by: Fabio Valentini <fafatheone@gmail.com>
---
Patch applies cleanly to latest master (3.9-rc2) and stable (3.8.2).
drivers/acpi/sleep.c | 8 ++++++++
1 file changed, 8 insertions(+)
--- linux/drivers/acpi/sleep.c.orig 2013-03-09 16:46:41.407984555 +0100
+++ linux/drivers/acpi/sleep.c 2013-03-09 16:49:03.693005658 +0100
@@ -193,6 +193,14 @@ static struct dmi_system_id __initdata a
},
{
.callback = init_nvs_nosave,
+ .ident = "Sony Vaio VGN-FW21M",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW21M"),
+ },
+ },
+ {
+ .callback = init_nvs_nosave,
.ident = "Sony Vaio VPCEB17FX",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
next reply other threads:[~2013-03-11 19:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-11 19:16 Fabio Valentini [this message]
2013-03-26 13:27 ` [PATCH] acpi: fix suspend and resume on Sony Vaio VGN-FW21M Rafael J. Wysocki
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=1363029394.3138.3.camel@fafadora.lan \
--to=fafatheone@gmail.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rjw@sisk.pl \
/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