summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-03-07 04:41:37 +0000
committerMark Arigo <markarigo@gmail.com>2009-03-07 04:41:37 +0000
commitda1ca5177fd1606fe494939e120c5731b4bb5d3f (patch)
tree63d77425f61fe05e12c52a3413dca2d0572bd485 /firmware/export
parenta88d5f045f054347a33320a417177f71bb2c3a91 (diff)
downloadrockbox-da1ca5177fd1606fe494939e120c5731b4bb5d3f.tar.gz
rockbox-da1ca5177fd1606fe494939e120c5731b4bb5d3f.zip
Make Philips SA9200 build again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20226 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rwxr-xr-xfirmware/export/config-sa9200.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/firmware/export/config-sa9200.h b/firmware/export/config-sa9200.h
index 3008360414..cbe92bb99c 100755
--- a/firmware/export/config-sa9200.h
+++ b/firmware/export/config-sa9200.h
@@ -105,8 +105,14 @@
105#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 105#define BATTERY_CAPACITY_INC 0 /* capacity increment */
106#define BATTERY_TYPES_COUNT 1 /* only one type */ 106#define BATTERY_TYPES_COUNT 1 /* only one type */
107 107
108/* Hardware controlled charging? FIXME */ 108/* Charging implemented in a target-specific algorithm */
109#define CONFIG_CHARGING CHARGING_SIMPLE 109#define CONFIG_CHARGING CHARGING_TARGET
110#define HAVE_POWEROFF_WHILE_CHARGING
111
112/* define current usage levels (copied from the e200v1 )*/
113#define CURRENT_NORMAL 30 /* Toni's measurements in Nov 2008 */
114#define CURRENT_BACKLIGHT 40 /* Screen is about 20, blue LEDs are another 20, so 40 if both */
115#define CURRENT_RECORD 30 /* flash player, so this is just unboosted current*/
110 116
111/* define this if the unit can be powered or charged via USB */ 117/* define this if the unit can be powered or charged via USB */
112#define HAVE_USB_POWER 118#define HAVE_USB_POWER