All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] acpi: fix suspend and resume on Sony Vaio VGN-FW21M
@ 2013-03-11 19:16 Fabio Valentini
  2013-03-26 13:27 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Valentini @ 2013-03-11 19:16 UTC (permalink / raw)
  To: rjw; +Cc: linux-acpi, linux-kernel

    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"),



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

* Re: [PATCH] acpi: fix suspend and resume on Sony Vaio VGN-FW21M
  2013-03-11 19:16 [PATCH] acpi: fix suspend and resume on Sony Vaio VGN-FW21M Fabio Valentini
@ 2013-03-26 13:27 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2013-03-26 13:27 UTC (permalink / raw)
  To: Fabio Valentini; +Cc: linux-acpi, linux-kernel

On Monday, March 11, 2013 08:16:34 PM Fabio Valentini wrote:
>     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>

Applied to linux-pm.git/linux-next.

Thanks,
Rafael


> ---
>     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"),
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

end of thread, other threads:[~2013-03-26 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-11 19:16 [PATCH] acpi: fix suspend and resume on Sony Vaio VGN-FW21M Fabio Valentini
2013-03-26 13:27 ` Rafael J. Wysocki

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.