linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] input: rotary: Init wake according to platform pm_wakeup flag.
@ 2012-05-16  8:36 sonic.zhang
  2012-05-16 18:30 ` Dmitry Torokhov
  0 siblings, 1 reply; 6+ messages in thread
From: sonic.zhang @ 2012-05-16  8:36 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, LKML, uclinux-dist-devel, Sonic Zhang

From: Sonic Zhang <sonic.zhang@analog.com>

Rotary can't be used as a wakeup source in all Blackfin processors.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
---
 drivers/input/misc/bfin_rotary.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/misc/bfin_rotary.c b/drivers/input/misc/bfin_rotary.c
index 1c4146f..bb1971c 100644
--- a/drivers/input/misc/bfin_rotary.c
+++ b/drivers/input/misc/bfin_rotary.c
@@ -182,7 +182,7 @@ static int __devinit bfin_rotary_probe(struct platform_device *pdev)
 	bfin_write_CNT_CONFIG(bfin_read_CNT_CONFIG() | CNTE);
 
 	platform_set_drvdata(pdev, rotary);
-	device_init_wakeup(&pdev->dev, 1);
+	device_init_wakeup(&pdev->dev, pdata->pm_wakeup);
 
 	return 0;
 
-- 
1.7.0.4

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

end of thread, other threads:[~2012-05-17  6:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-16  8:36 [PATCH] input: rotary: Init wake according to platform pm_wakeup flag sonic.zhang
2012-05-16 18:30 ` Dmitry Torokhov
2012-05-17  2:58   ` Zhang, Sonic
2012-05-17  6:08     ` Dmitry Torokhov
2012-05-17  6:32       ` Zhang, Sonic
2012-05-17  6:51         ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).