Skip to content

Commit

Permalink
ARM: n35: Enable wake-up by Power button on Acer n35
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Pinkava <jiri.pinkava@vscht.cz>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Pinkava J authored and Ben Dooks committed May 7, 2010
1 parent 319887e commit aeb1b7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-s3c2410/mach-n30.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,10 @@ static struct gpio_keys_button n35_buttons[] = {
{
.gpio = S3C2410_GPF(0),
.code = KEY_POWER,
.type = EV_PWR,
.desc = "Power",
.active_low = 0,
.wakeup = 1,
},
{
.gpio = S3C2410_GPG(9),
Expand Down

0 comments on commit aeb1b7e

Please sign in to comment.