summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-ipod1g2g.h5
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 */