summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2011-09-11 14:06:33 +0000
committerSzymon Dziok <b0hoon@o2.pl>2011-09-11 14:06:33 +0000
commit7179490b5fd93213c248ae1b2d70ab4626dbf548 (patch)
treea8b832c21ca6bab63e556dd448590e66a9afa4ee /firmware
parenta943e7485b016062da1c7be0f4eeb9df33459afd (diff)
downloadrockbox-7179490b5fd93213c248ae1b2d70ab4626dbf548.tar.gz
rockbox-7179490b5fd93213c248ae1b2d70ab4626dbf548.zip
HDD6330: Enable headphone detection.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30507 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/gogearhdd6330.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/gogearhdd6330.h b/firmware/export/config/gogearhdd6330.h
index b0128cc84c..40c5658649 100644
--- a/firmware/export/config/gogearhdd6330.h
+++ b/firmware/export/config/gogearhdd6330.h
@@ -135,6 +135,9 @@
135#define HAVE_BUTTON_LIGHT 135#define HAVE_BUTTON_LIGHT
136#define HAVE_BUTTONLIGHT_BRIGHTNESS 136#define HAVE_BUTTONLIGHT_BRIGHTNESS
137 137
138/* Define this if you can detect headphones */
139#define HAVE_HEADPHONE_DETECTION
140
138#define BATTERY_CAPACITY_DEFAULT 840 /* default battery capacity */ 141#define BATTERY_CAPACITY_DEFAULT 840 /* default battery capacity */
139#define BATTERY_CAPACITY_MIN 800 /* min. capacity selectable */ 142#define BATTERY_CAPACITY_MIN 800 /* min. capacity selectable */
140#define BATTERY_CAPACITY_MAX 1200 /* max. capacity selectable */ 143#define BATTERY_CAPACITY_MAX 1200 /* max. capacity selectable */