aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-tuna-input.c
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-10-04 20:47:08 -0700
committerSimon Wilson <simonwilson@google.com>2011-10-05 09:51:44 -0700
commit4bbb273aa81a62af2cd6bba1c7b104030a0321ad (patch)
tree729db080d5780ad20eda1f89132c944f2cdad58c /arch/arm/mach-omap2/board-tuna-input.c
parentbe538f909aaf1aa056833fdc6d8bb4df298e075e (diff)
downloadkernel_samsung_tuna-4bbb273aa81a62af2cd6bba1c7b104030a0321ad.zip
kernel_samsung_tuna-4bbb273aa81a62af2cd6bba1c7b104030a0321ad.tar.gz
kernel_samsung_tuna-4bbb273aa81a62af2cd6bba1c7b104030a0321ad.tar.bz2
ARM: omap4: tuna: configure volume keys as wakeup capable
Change-Id: Ib4dbe45749ef6c93eefff0d21efcc674afa401f7 Signed-off-by: Simon Wilson <simonwilson@google.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-tuna-input.c')
-rw-r--r--arch/arm/mach-omap2/board-tuna-input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-tuna-input.c b/arch/arm/mach-omap2/board-tuna-input.c
index 4815680..1162207 100644
--- a/arch/arm/mach-omap2/board-tuna-input.c
+++ b/arch/arm/mach-omap2/board-tuna-input.c
@@ -64,6 +64,7 @@ static struct gpio_event_direct_entry tuna_gpio_keypad_keys_map_low[] = {
static struct gpio_event_input_info tuna_gpio_keypad_keys_info_low = {
.info.func = gpio_event_input_func,
+ .info.no_suspend = true,
.type = EV_KEY,
.keymap = tuna_gpio_keypad_keys_map_low,
.keymap_size = ARRAY_SIZE(tuna_gpio_keypad_keys_map_low),