]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - patches/0080-ENGR00120207-Change-recovery-mode-combo-keys.patch
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / patches / 0080-ENGR00120207-Change-recovery-mode-combo-keys.patch
1 From 500602a8e6915780ffe3ecb71807b19c9148806b Mon Sep 17 00:00:00 2001
2 From: Terry Lv <r65388@freescale.com>
3 Date: Mon, 18 Jan 2010 16:25:21 +0800
4 Subject: [PATCH] ENGR00120207: Change recovery mode combo keys
5
6 Change recovery mode combo keys.
7
8 Signed-off-by: Terry Lv <r65388@freescale.com>
9 ---
10  include/asm-arm/arch-mx51/keypad.h |    4 ++--
11  1 files changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/include/asm-arm/arch-mx51/keypad.h b/include/asm-arm/arch-mx51/keypad.h
14 index 40bd908..5846364 100644
15 --- a/include/asm-arm/arch-mx51/keypad.h
16 +++ b/include/asm-arm/arch-mx51/keypad.h
17 @@ -1,5 +1,5 @@
18  /*
19 - * (C) Copyright 2009 Freescale Semiconductor, Inc.
20 + * (C) Copyright 2009-2010 Freescale Semiconductor, Inc.
21   *
22   * Configuration settings for the MX51-3Stack Freescale board.
23   *
24 @@ -54,7 +54,7 @@
25  
26  #if defined(CONFIG_MX51_BBG)
27  #define TEST_HOME_KEY_DEPRESS(k, e)  (((k) == (KEY_F1)) && (((e) == (KDepress))))
28 -#define TEST_POWER_KEY_DEPRESS(k, e) (((k) == (KEY_ENTER)) && (((e) == (KDepress))))
29 +#define TEST_POWER_KEY_DEPRESS(k, e) (((k) == (KEY_F3)) && (((e) == (KDepress))))
30  #elif defined(CONFIG_MX51_3DS)
31  #define TEST_HOME_KEY_DEPRESS(k, e)  (((k) == (KEY_MENU)) && (((e) == (KDepress))))
32  #define TEST_POWER_KEY_DEPRESS(k, e) (((k) == (KEY_F2)) && (((e) == (KDepress))))
33 -- 
34 1.5.4.4
35