summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini2g.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-09-26 11:15:33 +0000
committerDave Chapman <dave@dchapman.com>2006-09-26 11:15:33 +0000
commitc8dbe047ff1f78bcf97f62167557da15574a5f86 (patch)
treec0177ccb9b61f26151c59183b948392c256515ff /firmware/export/config-ipodmini2g.h
parentd76a1e904f947e7574615d9afe97f046150655ad (diff)
downloadrockbox-c8dbe047ff1f78bcf97f62167557da15574a5f86.tar.gz
rockbox-c8dbe047ff1f78bcf97f62167557da15574a5f86.zip
Patch #6067 from Robert Keevil - enable headphone detection for the remaining ipods (mini 1g/2g and ipod 3g)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11060 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodmini2g.h')
-rwxr-xr-xfirmware/export/config-ipodmini2g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index a7e1a3a5ee..342742ea43 100755
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -112,6 +112,9 @@
112/* Define this if you have adjustable CPU frequency */ 112/* Define this if you have adjustable CPU frequency */
113#define HAVE_ADJUSTABLE_CPU_FREQ 113#define HAVE_ADJUSTABLE_CPU_FREQ
114 114
115/* Define this if you can detect headphones */
116#define HAVE_HEADPHONE_DETECTION
117
115#define BOOTFILE_EXT "ipod" 118#define BOOTFILE_EXT "ipod"
116#define BOOTFILE "rockbox." BOOTFILE_EXT 119#define BOOTFILE "rockbox." BOOTFILE_EXT
117 120