From patchwork Thu Nov 8 01:33:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "lan,Tianyu" X-Patchwork-Id: 1713511 Return-Path: X-Original-To: patchwork-linux-acpi@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 9D04B3FCAE for ; Thu, 8 Nov 2012 01:37:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754730Ab2KHBhn (ORCPT ); Wed, 7 Nov 2012 20:37:43 -0500 Received: from mga11.intel.com ([192.55.52.93]:50378 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753363Ab2KHBhm (ORCPT ); Wed, 7 Nov 2012 20:37:42 -0500 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 07 Nov 2012 17:37:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,735,1344236400"; d="scan'208";a="243896697" Received: from lantianyu-ws.sh.intel.com (HELO localhost) ([10.239.13.115]) by fmsmga001.fm.intel.com with ESMTP; 07 Nov 2012 17:37:40 -0800 From: Lan Tianyu To: lenb@kernel.org, rjw@sisk.pl Cc: Lan Tianyu , linux-acpi@vger.kernel.org, swilmet@gnome.org, Subject: =?UTF-8?q?=5BFIX=20PATCH=5D=20ACPI=20/=20PM=3A=20Add=20Sony=20Vaio=20VPCEB1S1E=20to=20nonvs=20blacklist=2E?= Date: Thu, 8 Nov 2012 09:33:45 +0800 Message-Id: <1352338425-4830-1-git-send-email-tianyu.lan@intel.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Sony Vaio VPCEB1S1E does not resume correctly without acpi_sleep=nonvs, so add it to the ACPI sleep blacklist. https://bugzilla.kernel.org/show_bug.cgi?id=48781 Reported-by: Sébastien Wilmet Cc: Signed-off-by: Lan Tianyu --- drivers/acpi/sleep.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index fdcdbb6..847ed55 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c @@ -519,6 +519,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"),