public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] x86, olpc-xo15-sci: enable EC wakeup capability
@ 2011-07-24 17:34 Daniel Drake
  2011-07-24 20:55 ` [tip:x86/olpc] x86, olpc-xo15-sci: Enable " tip-bot for Daniel Drake
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2011-07-24 17:34 UTC (permalink / raw)
  To: tglx, mingo, hpa, x86; +Cc: linux-kernel, dilinger, linux-acpi

Some recent changes to the way that ACPI handles wakeup flags means
that the XO15EC ACPI device is not wakeup-capable by default so
device_set_wakeup_enable() does nothing.

Use device_init_wakeup() to mark the device as wakeup capable, and to
enable wakeups.

Signed-off-by: Daniel Drake <dsd@laptop.org>
---
 arch/x86/platform/olpc/olpc-xo15-sci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/platform/olpc/olpc-xo15-sci.c b/arch/x86/platform/olpc/olpc-xo15-sci.c
index a5990eb..2b235b7 100644
--- a/arch/x86/platform/olpc/olpc-xo15-sci.c
+++ b/arch/x86/platform/olpc/olpc-xo15-sci.c
@@ -120,7 +120,7 @@ static int xo15_sci_add(struct acpi_device *device)
 
 	/* Enable wake-on-EC */
 	if (device->wakeup.flags.valid)
-		device_set_wakeup_enable(&device->dev, true);
+		device_init_wakeup(&device->dev, true);
 
 	return 0;
 }
-- 
1.7.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-24 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24 17:34 [PATCH resend] x86, olpc-xo15-sci: enable EC wakeup capability Daniel Drake
2011-07-24 20:55 ` [tip:x86/olpc] x86, olpc-xo15-sci: Enable " tip-bot for Daniel Drake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox