]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input: twl4030-pwrbutton - ensure a wakeup event is recorded.
authorNeilBrown <neilb@suse.de>
Fri, 7 Nov 2014 23:46:56 +0000 (15:46 -0800)
committerJiri Slaby <jslaby@suse.cz>
Mon, 27 Apr 2015 17:59:56 +0000 (19:59 +0200)
commitd236e5ed00d0921c57dc7b41cde4227af7e3567d
treef33ae594fbb52a5cbf8337e49ee4c7b7bb20f785
parent5dce3f12f1c3483ce4732f1f6452fbc31d84b3c5
Input: twl4030-pwrbutton - ensure a wakeup event is recorded.

commit c42bfd7f6cd26e8f712fc184460e32845d928d17 upstream.

This button is treated as a wakeup source, so we need to initialise it
correctly.

Without the device_init_wakeup() call, dev->power.wakeup will
be NULL, and pm_wakeup_event() will do nothing.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/input/misc/twl4030-pwrbutton.c