From e1f343afc782dd322d49dcdc09f53ed06be8c3e2 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 13 May 2009 08:27:36 +0000 Subject: Sansa Fuze : Fix r20680/FS#10075 (long HOME to exit plugins) Some plugins were forgotten : mpegplayer, test_fps, test_scanrate Some plugins use button_status() and can't use BUTTON_REL or BUTTON_REPEAT flags rockblox1d : use single press BUTTON_HOME doom : use single press BUTTON_HOME and BUTTON_POWER to open doors I may have forgotten some plugins, I didn't test them one by one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20925 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_fps.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/test_fps.c') diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c index c688a54de0..cba08f28d1 100644 --- a/apps/plugins/test_fps.c +++ b/apps/plugins/test_fps.c @@ -31,6 +31,8 @@ PLUGIN_IRAM_DECLARE #define FPS_QUIT BUTTON_MENU #elif CONFIG_KEYPAD == IAUDIO_M3_PAD #define FPS_QUIT BUTTON_RC_REC +#elif CONFIG_KEYPAD == SANSA_FUZE_PAD +#define FPS_QUIT (BUTTON_HOME|BUTTON_REPEAT) #elif defined(BUTTON_OFF) #define FPS_QUIT BUTTON_OFF #else -- cgit v1.2.3