diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-06-23 02:18:29 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-06-23 02:18:29 +0000 |
commit | 97a804938996d5bbc122128eb78a074491c4ad61 (patch) | |
tree | 8e5b58c663edc49bcbffd40c8237f259ca36309c /firmware/export/config-fmrecorder.h | |
parent | 6e0436f65cd461bb2b21c9a0178dfa6978213d27 (diff) | |
download | rockbox-97a804938996d5bbc122128eb78a074491c4ad61.tar.gz rockbox-97a804938996d5bbc122128eb78a074491c4ad61.zip |
New feature for units that can be powered or charged from USB (Recorder fm/v2, Ondios): USB power mode, based on patch #1110332 by Pieter Bos. This way you can save battery power or even charge the battery (fm/v2) while using your unit near a PC. Hold MODE (Ondio) or F1 (fm/v2) while plugging USB to enter that mode. A tiny USB plug icon will be displayed is the status bar (overridden by the regular power plug icon in case of fm/v2 when the charger is connected).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6836 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r-- | firmware/export/config-fmrecorder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 914ef60f79..a3f2597d5d 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -76,6 +76,9 @@ /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ +/* define this if the unit can be powered or charged via USB */ +#define HAVE_USB_POWER + #define CONFIG_LCD LCD_SSD1815 #define BOOTFILE_EXT ".ajz" |