Commit aeb1b7e4 authored by Pinkava J's avatar Pinkava J Committed by Ben Dooks

ARM: n35: Enable wake-up by Power button on Acer n35

Signed-off-by: default avatarJiri Pinkava <jiri.pinkava@vscht.cz>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 319887ee
...@@ -172,8 +172,10 @@ static struct gpio_keys_button n35_buttons[] = { ...@@ -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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment