diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-13 18:55:07 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-13 18:55:07 +0000 |
| commit | bf3c96c50267ef26a2155502b4841e0074cd12a8 (patch) | |
| tree | deb195b7675ee4057290a18fb1d0b57dae250d4e /firmware | |
| parent | c865a9b41d306a2fa0d97b68883b6675c5a407ff (diff) | |
| download | rockbox-bf3c96c50267ef26a2155502b4841e0074cd12a8.zip rockbox-bf3c96c50267ef26a2155502b4841e0074cd12a8.tar.gz rockbox-bf3c96c50267ef26a2155502b4841e0074cd12a8.tar.bz2 rockbox-bf3c96c50267ef26a2155502b4841e0074cd12a8.tar.xz | |
1st/2nd Gen iPod: Disable low battery shutdown until we have proper suspend. * Fix default battery capacity.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16654 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config-ipod1g2g.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h index 8d7dce2..a1a01a5 100644 --- a/firmware/export/config-ipod1g2g.h +++ b/firmware/export/config-ipod1g2g.h @@ -77,7 +77,7 @@ /* Define this if you can detect headphones */ #define HAVE_HEADPHONE_DETECTION -#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ +#define BATTERY_CAPACITY_DEFAULT 1200 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 1200 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 1900 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ @@ -86,6 +86,9 @@ /* Hardware controlled charging? FIXME */ //#define CONFIG_CHARGING CHARGING_SIMPLE +/* FIXME: Don't shutdown on low battery until we have proper suspend. */ +#define NO_LOW_BATTERY_SHUTDOWN + #ifndef SIMULATOR /* Define this if you have a PortalPlayer PP5002 */ |