aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410
diff options
context:
space:
mode:
authorPinkava J <Jiri.Pinkava@vscht.cz>2010-05-06 09:21:50 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-06 20:41:32 -0400
commitaeb1b7e49f97e96e8b63c76c22f6fe6186a46ff3 (patch)
tree20956a862685a2590653684f122e451ee5ffff4b /arch/arm/mach-s3c2410
parent319887ee800f889e4c81d73f0ee4bcf532f9c34d (diff)
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.c2
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 b83eabdf709b..d63b48f8dcee 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[] = {
172 { 172 {
173 .gpio = S3C2410_GPF(0), 173 .gpio = S3C2410_GPF(0),
174 .code = KEY_POWER, 174 .code = KEY_POWER,
175 .type = EV_PWR,
175 .desc = "Power", 176 .desc = "Power",
176 .active_low = 0, 177 .active_low = 0,
178 .wakeup = 1,
177 }, 179 },
178 { 180 {
179 .gpio = S3C2410_GPG(9), 181 .gpio = S3C2410_GPG(9),