diff options
Diffstat (limited to 'firmware/export/config')
-rw-r--r-- | firmware/export/config/ipod3g.h | 7 | ||||
-rw-r--r-- | firmware/export/config/ipodcolor.h | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/firmware/export/config/ipod3g.h b/firmware/export/config/ipod3g.h index e82cc92f56..2eafe8141d 100644 --- a/firmware/export/config/ipod3g.h +++ b/firmware/export/config/ipod3g.h | |||
@@ -127,6 +127,13 @@ | |||
127 | /* Hardware controlled charging? FIXME */ | 127 | /* Hardware controlled charging? FIXME */ |
128 | #define CONFIG_CHARGING CHARGING_SIMPLE | 128 | #define CONFIG_CHARGING CHARGING_SIMPLE |
129 | 129 | ||
130 | /* define current usage levels */ | ||
131 | #define CURRENT_NORMAL 275 /* ~4h (1100mAh) */ | ||
132 | #define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ | ||
133 | #if defined(HAVE_RECORDING) | ||
134 | #define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ | ||
135 | #endif | ||
136 | |||
130 | /* Define this if you have a PortalPlayer PP5002 */ | 137 | /* Define this if you have a PortalPlayer PP5002 */ |
131 | #define CONFIG_CPU PP5002 | 138 | #define CONFIG_CPU PP5002 |
132 | 139 | ||
diff --git a/firmware/export/config/ipodcolor.h b/firmware/export/config/ipodcolor.h index c0168d9886..aa76f7420a 100644 --- a/firmware/export/config/ipodcolor.h +++ b/firmware/export/config/ipodcolor.h | |||
@@ -121,6 +121,13 @@ | |||
121 | /* define this if the unit can be powered or charged via USB */ | 121 | /* define this if the unit can be powered or charged via USB */ |
122 | #define HAVE_USB_POWER | 122 | #define HAVE_USB_POWER |
123 | 123 | ||
124 | /* define current usage levels */ | ||
125 | #define CURRENT_NORMAL 69 /* ~10h (700mAh), see FS#9072 */ | ||
126 | #define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ | ||
127 | #if defined(HAVE_RECORDING) | ||
128 | #define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ | ||
129 | #endif | ||
130 | |||
124 | /* Define Apple remote tuner */ | 131 | /* Define Apple remote tuner */ |
125 | #define CONFIG_TUNER IPOD_REMOTE_TUNER | 132 | #define CONFIG_TUNER IPOD_REMOTE_TUNER |
126 | #define HAVE_RDS_CAP | 133 | #define HAVE_RDS_CAP |