From patchwork Tue Sep 28 11:00:24 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin King X-Patchwork-Id: 214602 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8SB0RBu020216 for ; Tue, 28 Sep 2010 11:00:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751161Ab0I1LA0 (ORCPT ); Tue, 28 Sep 2010 07:00:26 -0400 Received: from adelie.canonical.com ([91.189.90.139]:45825 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751368Ab0I1LA0 (ORCPT ); Tue, 28 Sep 2010 07:00:26 -0400 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1P0Xv7-0001QG-B2; Tue, 28 Sep 2010 12:00:25 +0100 Received: from cpc7-craw6-2-0-cust128.croy.cable.virginmedia.com ([94.172.219.129] helo=localhost) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1P0Xv7-0006nR-5K; Tue, 28 Sep 2010 12:00:25 +0100 From: Colin King To: Len Brown , linux-acpi@vger.kernel.org Subject: [PATCH 1/1] acpi: clear PCIEXP_WAKE_STS on resume Date: Tue, 28 Sep 2010 12:00:24 +0100 Message-Id: <1285671624-7826-2-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1285671624-7826-1-git-send-email-colin.king@canonical.com> References: <1285671624-7826-1-git-send-email-colin.king@canonical.com> Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 28 Sep 2010 11:00:27 +0000 (UTC) diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index 147a7e6..f26db38 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h @@ -853,6 +853,7 @@ struct acpi_bit_register_info { ACPI_BITMASK_POWER_BUTTON_STATUS | \ ACPI_BITMASK_SLEEP_BUTTON_STATUS | \ ACPI_BITMASK_RT_CLOCK_STATUS | \ + ACPI_BITMASK_PCIEXP_WAKE_DISABLE | \ ACPI_BITMASK_WAKE_STATUS) #define ACPI_BITMASK_TIMER_ENABLE 0x0001