All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pda_power: add device_init_wakeup
@ 2008-01-09 16:39 Dmitry Baryshkov
  2008-01-12 22:50 ` Dmitry Baryshkov
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Baryshkov @ 2008-01-09 16:39 UTC (permalink / raw)
  To: cbouatmailru, linux-kernel, cbou, dwmw2

Add device_init_wakeup to init wakeup.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>

diff --git a/drivers/power/pda_power.c b/drivers/power/pda_power.c
index d98622f..28360e8 100644
--- a/drivers/power/pda_power.c
+++ b/drivers/power/pda_power.c
@@ -207,6 +207,8 @@ static int pda_power_probe(struct platform_device *pdev)
 		}
 	}
 
+	device_init_wakeup(&pdev->dev, 1);
+
 	return 0;
 
 usb_irq_failed:
-- 
With best wishes
Dmitry


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

end of thread, other threads:[~2008-01-13  0:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09 16:39 [PATCH] pda_power: add device_init_wakeup Dmitry Baryshkov
2008-01-12 22:50 ` Dmitry Baryshkov
2008-01-12 23:52   ` Anton Vorontsov
2008-01-13  0:14     ` Dmitry

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.