lkml.org 
[lkml]   [2013]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 042/222] ACPI / PM: Add Sony Vaio VPCEB1S1E to nonvs blacklist.
    Date
    3.5.7.3 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Lan Tianyu <tianyu.lan@intel.com>

    commit 876ab79055019e248508cfd0dee7caa3c0c831ed upstream.

    Sony Vaio VPCEB1S1E does not resume correctly without
    acpi_sleep=nonvs, so add it to the ACPI sleep blacklist.

    References: https://bugzilla.kernel.org/show_bug.cgi?id=48781
    Reported-by: Sébastien Wilmet <swilmet@gnome.org>
    Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
    ---
    drivers/acpi/sleep.c | 8 ++++++++
    1 file changed, 8 insertions(+)

    diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
    index 8856102..69fd953 100644
    --- a/drivers/acpi/sleep.c
    +++ b/drivers/acpi/sleep.c
    @@ -547,6 +547,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
    },
    {
    .callback = init_nvs_nosave,
    + .ident = "Sony Vaio VPCEB1S1E",
    + .matches = {
    + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
    + DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB1S1E"),
    + },
    + },
    + {
    + .callback = init_nvs_nosave,
    .ident = "Sony Vaio VGN-FW520F",
    .matches = {
    DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
    --
    1.7.9.5
    --
    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/

    \
     
     \ /
      Last update: 2013-01-16 20:23    [W:4.894 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site