From 5e91ec14011656d8952007aceb99189cd28786ba Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Sun, 27 Dec 2015 18:14:41 +0100 Subject: Samsung YH820/92x keymap bugfixes This patch fixes some (mostly small) plugin issues with the "big" YH-keymap patch (a507b). Only one fix affects the main keymaps (virtual keyboard "DONE" now exits after long key /release/ instead of long button /press/). Change-Id: Id34f925ebfa97ae4974cd9405fbe1fee4f597833 --- apps/plugins/bounce.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'apps/plugins/bounce.c') diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c index 9e0ae7b563..29b1b8fabd 100644 --- a/apps/plugins/bounce.c +++ b/apps/plugins/bounce.c @@ -467,7 +467,13 @@ static int loopit(void) enum plugin_status plugin_start(const void* parameter) { int w, h; - char *off = "[Off] to stop"; + char *off = +#if (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) || \ + (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) + "[Rew] to stop"; +#else + "[Off] to stop"; +#endif (void)(parameter); -- cgit v1.2.3