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
This commit is contained in:
Jens Arnold 2008-03-13 18:55:07 +00:00
parent c865a9b41d
commit bf3c96c502

View file

@ -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 */