ARM: n35: Enable wake-up by Power button on Acer n35
Signed-off-by: Jiri Pinkava <jiri.pinkava@vscht.cz> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
319887ee80
commit
aeb1b7e49f
1 changed files with 2 additions and 0 deletions
|
|
@ -172,8 +172,10 @@ static struct gpio_keys_button n35_buttons[] = {
|
||||||
{
|
{
|
||||||
.gpio = S3C2410_GPF(0),
|
.gpio = S3C2410_GPF(0),
|
||||||
.code = KEY_POWER,
|
.code = KEY_POWER,
|
||||||
|
.type = EV_PWR,
|
||||||
.desc = "Power",
|
.desc = "Power",
|
||||||
.active_low = 0,
|
.active_low = 0,
|
||||||
|
.wakeup = 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.gpio = S3C2410_GPG(9),
|
.gpio = S3C2410_GPG(9),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue