lkml.org 
[lkml]   [2012]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[ 081/117] ACPI / PM: Add Sony Vaio VPCCW29FX to nonvs blacklist.
    3.2-stable review patch.  If anyone has any objections, please let me know.

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

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

    commit 93f770846e8dedc5d9117bd4ad9d7efd18420627 upstream.

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

    https://bugzilla.kernel.org/show_bug.cgi?id=34722

    Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
    Signed-off-by: Len Brown <len.brown@intel.com>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    drivers/acpi/sleep.c | 8 ++++++++
    1 file changed, 8 insertions(+)

    diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
    index 0a7ed69..ca191ff 100644
    --- a/drivers/acpi/sleep.c
    +++ b/drivers/acpi/sleep.c
    @@ -438,6 +438,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
    },
    {
    .callback = init_nvs_nosave,
    + .ident = "Sony Vaio VPCCW29FX",
    + .matches = {
    + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
    + DMI_MATCH(DMI_PRODUCT_NAME, "VPCCW29FX"),
    + },
    + },
    + {
    + .callback = init_nvs_nosave,
    .ident = "Averatec AV1020-ED2",
    .matches = {
    DMI_MATCH(DMI_SYS_VENDOR, "AVERATEC"),



    \
     
     \ /
      Last update: 2012-05-28 06:01    [W:3.428 / U:0.188 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site