summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod3g.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-ipod3g.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-ipod3g.h')
-rw-r--r--firmware/export/config-ipod3g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 2f008e17c8..94035069a5 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -108,6 +108,9 @@
108/* Define this if you have adjustable CPU frequency */ 108/* Define this if you have adjustable CPU frequency */
109#define HAVE_ADJUSTABLE_CPU_FREQ 109#define HAVE_ADJUSTABLE_CPU_FREQ
110 110
111/* Define this if you can detect headphones */
112#define HAVE_HEADPHONE_DETECTION
113
111#define BOOTFILE_EXT "ipod" 114#define BOOTFILE_EXT "ipod"
112#define BOOTFILE "rockbox." BOOTFILE_EXT 115#define BOOTFILE "rockbox." BOOTFILE_EXT
113 116