diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-12 11:00:19 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-12 11:00:19 +0000 |
| commit | 0b3ea1bfcba0e56e72cacfcb88944dcf2e3b3a07 (patch) | |
| tree | 70627c231bc98f806bfd0fb7e7b1af58432df819 /firmware/export | |
| parent | 2e9412025b2f84b86a855c05beb748bc2e585525 (diff) | |
| download | rockbox-0b3ea1bfcba0e56e72cacfcb88944dcf2e3b3a07.zip rockbox-0b3ea1bfcba0e56e72cacfcb88944dcf2e3b3a07.tar.gz rockbox-0b3ea1bfcba0e56e72cacfcb88944dcf2e3b3a07.tar.bz2 rockbox-0b3ea1bfcba0e56e72cacfcb88944dcf2e3b3a07.tar.xz | |
Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can safely turn off the player by holding OFF.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5259 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-fmrecorder.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-ondiofm.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-ondiosp.h | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index aec31c2..0903e66 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -73,4 +73,7 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT +/* Define this if you have a software controlled poweroff */ +#define HAVE_SW_POWEROFF + #endif /* SIMULATOR */ diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index f7cff94..437f868 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -70,4 +70,7 @@ /* Define this if the MAS SIBI line can be controlled via PB8 */ #define HAVE_MAS_SIBI_CONTROL +/* Define this if you have a software controlled poweroff */ +#define HAVE_SW_POWEROFF + #endif /* SIMULATOR */ diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index 111787f..9bf29f1 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -64,4 +64,7 @@ /* Define this if the MAS SIBI line can be controlled via PB8 */ #define HAVE_MAS_SIBI_CONTROL +/* Define this if you have a software controlled poweroff */ +#define HAVE_SW_POWEROFF + #endif /* SIMULATOR */ |