[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <201110200008.41478.rjw@sisk.pl>
Date: Thu, 20 Oct 2011 00:08:41 +0200
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: Dave Jones <davej@...hat.com>
Cc: Len Brown <lenb@...nel.org>,
Linux Kernel <linux-kernel@...r.kernel.org>,
linux-acpi@...r.kernel.org
Subject: Re: ACPI: Add Sony VGN-FW21E to nonvs blacklist.
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@...hat.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@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists