diff options
| author | Robert Menes <rmenes@rockbox.org> | 2009-12-02 01:56:39 +0000 |
|---|---|---|
| committer | Robert Menes <rmenes@rockbox.org> | 2009-12-02 01:56:39 +0000 |
| commit | e626dcba4079f3e3bacf7128e6a645d087b506c5 (patch) | |
| tree | fdb2568f3bb9614b55846c5bc63ad8ac8f52a9ed /apps/plugins/stats.c | |
| parent | 6ea0c3f2298c161c138f6a23418b0c7ddd5dfb77 (diff) | |
| download | rockbox-e626dcba4079f3e3bacf7128e6a645d087b506c5.zip rockbox-e626dcba4079f3e3bacf7128e6a645d087b506c5.tar.gz rockbox-e626dcba4079f3e3bacf7128e6a645d087b506c5.tar.bz2 rockbox-e626dcba4079f3e3bacf7128e6a645d087b506c5.tar.xz | |
Start committing plugin keymaps for the Philips GoGear SA9200.
I still have more plugins to finish, but this is an initial start
and I can at least get them under version control in case I need
to revise any.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23813 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/stats.c')
| -rw-r--r-- | apps/plugins/stats.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index 16eac47..e8a09ad 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -94,6 +94,9 @@ static bool abort; #elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD #define STATS_STOP BUTTON_POWER +#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD +#define STATS_STOP BUTTON_POWER + #elif CONFIG_KEYPAD == ONDAVX747_PAD #define STATS_STOP BUTTON_POWER #elif CONFIG_KEYPAD == ONDAVX777_PAD |