Change the default keycode of home_btn to KEY_LEFTMETA.

Signed-off-by: Jekyll Lai <[email protected]>
---
 arch/x86/platform/mrst/mrst.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/platform/mrst/mrst.c b/arch/x86/platform/mrst/mrst.c
index 8d76a4b..2435421 100644
--- a/arch/x86/platform/mrst/mrst.c
+++ b/arch/x86/platform/mrst/mrst.c
@@ -1086,7 +1086,7 @@ static struct gpio_keys_button gpio_button[] = {
        {KEY_CAMERA_FOCUS,      -1, 1, "camera_half",   EV_KEY, 0, 20},
        {SW_KEYPAD_SLIDE,       -1, 1, "MagSw1",        EV_SW,  0, 20},
        {SW_KEYPAD_SLIDE,       -1, 1, "MagSw2",        EV_SW,  0, 20},
-       {KEY_HOMEPAGE,          -1, 1, "home_btn",      EV_KEY, 0, 20},
+       {KEY_LEFTMETA,          -1, 1, "home_btn",      EV_KEY, 0, 20},
        {SW_ROTATE_LOCK,        -1, 1, "rot_lock",      EV_SW, 0, 20},
 };
 
-- 
1.7.0.4

_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to