summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-05-17 21:33:27 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-05-17 21:33:27 +0000
commit81e48a6d6c7585a388707018f7e5ac8949a04479 (patch)
treed69a9b755db8824571d0fd75c1c290f64c701b96
parent6208ee0479aed280266a943f3be037296033cba3 (diff)
Make it possible to exit from the WPS on the Onda VX747
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20980 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/keymaps/keymap-ondavx747.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-ondavx747.c b/apps/keymaps/keymap-ondavx747.c
index 492c671e42..82fde820fb 100644
--- a/apps/keymaps/keymap-ondavx747.c
+++ b/apps/keymaps/keymap-ondavx747.c
@@ -63,7 +63,7 @@ static const struct button_mapping button_context_wps[] = {
{ ACTION_WPS_MENU, BUTTON_MENU|BUTTON_REL, BUTTON_MENU },
{ ACTION_WPS_CONTEXT, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU },
- { ACTION_WPS_STOP, BUTTON_POWER|BUTTON_REL, BUTTON_POWER },
+ { ACTION_WPS_MENU, BUTTON_POWER, BUTTON_NONE },
LAST_ITEM_IN_LIST
}; /* button_context_wps */