summaryrefslogtreecommitdiff
path: root/apps/plugins/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stats.c')
-rw-r--r--apps/plugins/stats.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index 18cd30465e..ff47389e5d 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -27,6 +27,7 @@ static int files, dirs, musicfiles, largestdir;
27static int lasttick; 27static int lasttick;
28static bool abort; 28static bool abort;
29 29
30/* FIXME: Could use plugin lib actions or be cleaned up */
30#if CONFIG_KEYPAD == PLAYER_PAD 31#if CONFIG_KEYPAD == PLAYER_PAD
31#define STATS_STOP BUTTON_STOP 32#define STATS_STOP BUTTON_STOP
32 33
@@ -61,6 +62,11 @@ static bool abort;
61(CONFIG_KEYPAD == SANSA_M200_PAD) 62(CONFIG_KEYPAD == SANSA_M200_PAD)
62#define STATS_STOP BUTTON_POWER 63#define STATS_STOP BUTTON_POWER
63 64
65#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD)
66/* FIXME:
67#define STATS_STOP BUTTON_HOME */
68#define STATS_STOP BUTTON_DOWN
69
64#elif CONFIG_KEYPAD == IRIVER_H10_PAD 70#elif CONFIG_KEYPAD == IRIVER_H10_PAD
65#define STATS_STOP BUTTON_POWER 71#define STATS_STOP BUTTON_POWER
66 72