From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: [PATCH 0/4] ACPI / PM: Use standard device wakeup facilities for ACPI wakeup devices Date: Tue, 28 Dec 2010 16:25:36 +0100 Message-ID: <201012281625.36191.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from ogre.sisk.pl ([217.79.144.158]:60269 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751733Ab0L1PcY (ORCPT ); Tue, 28 Dec 2010 10:32:24 -0500 Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Len Brown Cc: ACPI Devel Maling List , LKML , Linux-pm mailing list Hi, This series of patches causes standard device wakeup facilities to be used with ACPI wakeup devices, like buttons. [1/4] - Modify /proc/acpi/wakeup not to enable multiple devices at a time to wake up the system from sleep states, even if they share a GPE. [2/4] - Use standard device wakeup flags for handling ACPI wakeup devices. [3/4] - Remove special ACPI wakeup flags. [4/4] - Report wakeup events for ACPI buttons and lids. The patches have been tested with Toshiba Portege R500. Thanks, Rafael