summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Fuzhen <fuzhen.lin@freescale.com>2012-11-06 13:59:00 +0800
committerRichard Liu <r66033@freescale.com>2012-11-08 22:15:17 +0800
commit274ac335362a56a2033b2dd9dff8d2ef72f518d9 (patch)
treeb17762ebb050aae7feb6a6a1ff72cf85c2e0a848
parent45ac114a6769b08d52b8bcde50743c77d1480811 (diff)
ENGR00232525 mx6q_sabresd: system should not be wake up by volume key
remove the wake up flag for VOL_DOWN and VOL_UP keys for sabresd B4 and above board. Signed-off-by: Lin Fuzhen <fuzhen.lin@freescale.com>
-rw-r--r--arch/arm/mach-mx6/board-mx6q_sabresd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_sabresd.c b/arch/arm/mach-mx6/board-mx6q_sabresd.c
index c56a844fe8fc..15202d01c43a 100644
--- a/arch/arm/mach-mx6/board-mx6q_sabresd.c
+++ b/arch/arm/mach-mx6/board-mx6q_sabresd.c
@@ -1574,7 +1574,7 @@ static struct gpio_keys_platform_data sabresd_button_data = {
static struct gpio_keys_button new_sabresd_buttons[] = {
GPIO_BUTTON(SABRESD_VOLUME_UP, KEY_VOLUMEUP, 1, "volume-up", 0, 1),
- GPIO_BUTTON(SABRESD_VOLUME_DN, KEY_VOLUMEDOWN, 1, "volume-down", 1, 1),
+ GPIO_BUTTON(SABRESD_VOLUME_DN, KEY_VOLUMEDOWN, 1, "volume-down", 0, 1),
GPIO_BUTTON(SABRESD_POWER_OFF, KEY_POWER, 1, "power-key", 1, 1),
};