* ACPI / PM: Add Sony VPCEB17FX to nonvs blacklist
@ 2011-11-01 16:48 Dave Jones
2011-11-03 0:20 ` Rafael J. Wysocki
0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2011-11-01 16:48 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Linux Kernel
Another entry for the nonvs blacklist, as noted by a user in
https://bugzilla.redhat.com/show_bug.cgi?id=641789#c12
Signed-off-by: Dave Jones <davej@redhat.com>
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
index 0e46fae..6d9a3ab 100644
--- a/drivers/acpi/sleep.c
+++ b/drivers/acpi/sleep.c
@@ -398,6 +398,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
},
{
.callback = init_nvs_nosave,
+ .ident = "Sony Vaio VPCEB17FX",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB17FX"),
+ },
+ },
+ {
+ .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 / PM: Add Sony VPCEB17FX to nonvs blacklist
2011-11-01 16:48 ACPI / PM: Add Sony VPCEB17FX to nonvs blacklist Dave Jones
@ 2011-11-03 0:20 ` Rafael J. Wysocki
0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2011-11-03 0:20 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel
On Tuesday, November 01, 2011, Dave Jones wrote:
> Another entry for the nonvs blacklist, as noted by a user in
> https://bugzilla.redhat.com/show_bug.cgi?id=641789#c12
>
> 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 0e46fae..6d9a3ab 100644
> --- a/drivers/acpi/sleep.c
> +++ b/drivers/acpi/sleep.c
> @@ -398,6 +398,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
> },
> {
> .callback = init_nvs_nosave,
> + .ident = "Sony Vaio VPCEB17FX",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB17FX"),
> + },
> + },
> + {
> + .callback = init_nvs_nosave,
> .ident = "Sony Vaio VGN-SR11M",
> .matches = {
> DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-03 0:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 16:48 ACPI / PM: Add Sony VPCEB17FX to nonvs blacklist Dave Jones
2011-11-03 0:20 ` 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