public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ACPI: Add Sony VGN-FW21E to nonvs blacklist.
@ 2011-10-19 17:06 Dave Jones
  2011-10-19 22:08 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2011-10-19 17:06 UTC (permalink / raw)
  To: Len Brown; +Cc: Linux Kernel, linux-acpi

As noted by a user in https://bugzilla.redhat.com/show_bug.cgi?id=641789
The Sony VGN-FW21E also needs the nonvs by default workaround added.

Signed-off-by: Dave Jones <davej@redhat.com>

diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
index 3ed80b2..17fc718 100644
--- a/drivers/acpi/sleep.c
+++ b/drivers/acpi/sleep.c
@@ -390,6 +390,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
 	},
 	{
 	.callback = init_nvs_nosave,
+	.ident = "Sony Vaio VGN-FW21E",
+	.matches = {
+		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+		DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW21E"),
+		},
+	},
+	{
+	.callback = init_nvs_nosave,
 	.ident = "Sony Vaio VGN-SR11M",
 	.matches = {
 		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),

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

* Re: ACPI: Add Sony VGN-FW21E to nonvs blacklist.
  2011-10-19 17:06 ACPI: Add Sony VGN-FW21E to nonvs blacklist Dave Jones
@ 2011-10-19 22:08 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2011-10-19 22:08 UTC (permalink / raw)
  To: Dave Jones; +Cc: Len Brown, Linux Kernel, linux-acpi

On Wednesday, October 19, 2011, Dave Jones wrote:
> As noted by a user in https://bugzilla.redhat.com/show_bug.cgi?id=641789
> The Sony VGN-FW21E also needs the nonvs by default workaround added.
> 
> Signed-off-by: Dave Jones <davej@redhat.com>

Applied to linux-pm/linux-next.

Thanks,
Rafael


> diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
> index 3ed80b2..17fc718 100644
> --- a/drivers/acpi/sleep.c
> +++ b/drivers/acpi/sleep.c
> @@ -390,6 +390,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
>  	},
>  	{
>  	.callback = init_nvs_nosave,
> +	.ident = "Sony Vaio VGN-FW21E",
> +	.matches = {
> +		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
> +		DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW21E"),
> +		},
> +	},
> +	{
> +	.callback = init_nvs_nosave,
>  	.ident = "Sony Vaio VGN-SR11M",
>  	.matches = {
>  		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 


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

end of thread, other threads:[~2011-10-19 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19 17:06 ACPI: Add Sony VGN-FW21E to nonvs blacklist Dave Jones
2011-10-19 22:08 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox