From fa046338b9c5fe8439833feb9a2f17b854b39e2c Mon Sep 17 00:00:00 2001 From: Pinkava J Date: Thu, 6 May 2010 15:21:50 +0200 Subject: [PATCH] --- yaml --- r: 191987 b: refs/heads/master c: aeb1b7e49f97e96e8b63c76c22f6fe6186a46ff3 h: refs/heads/master i: 191985: 6fb347b16371742876bd9eacf121bfbcdb7c8e00 191983: 2c0e54e2154792cbfd61708eba0f05578812ec7b v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c2410/mach-n30.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index eea6e7d8b71c..9c52337e1169 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 319887ee800f889e4c81d73f0ee4bcf532f9c34d +refs/heads/master: aeb1b7e49f97e96e8b63c76c22f6fe6186a46ff3 diff --git a/trunk/arch/arm/mach-s3c2410/mach-n30.c b/trunk/arch/arm/mach-s3c2410/mach-n30.c index b83eabdf709b..d63b48f8dcee 100644 --- a/trunk/arch/arm/mach-s3c2410/mach-n30.c +++ b/trunk/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),