diff options
author | Pinkava J <Jiri.Pinkava@vscht.cz> | 2010-05-06 15:21:50 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-07 09:41:32 +0900 |
commit | aeb1b7e49f97e96e8b63c76c22f6fe6186a46ff3 (patch) | |
tree | 20956a862685a2590653684f122e451ee5ffff4b /arch/arm/mach-s3c2410 | |
parent | 319887ee800f889e4c81d73f0ee4bcf532f9c34d (diff) | |
download | op-kernel-dev-aeb1b7e49f97e96e8b63c76c22f6fe6186a46ff3.zip op-kernel-dev-aeb1b7e49f97e96e8b63c76c22f6fe6186a46ff3.tar.gz |
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>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-n30.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-n30.c b/arch/arm/mach-s3c2410/mach-n30.c index b83eabd..d63b48f 100644 --- a/arch/arm/mach-s3c2410/mach-n30.c +++ b/arch/arm/mach-s3c2410/mach-n30.c @@ -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), |