summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-12-29 23:38:07 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-12-29 23:38:07 +0000
commit9290ab8ab1aba8cdc5a6f3a6441b21d303e0dddb (patch)
treeb2bb2d6e00f5217ac92f16a59203d15050b072e9
parent35789c3f645c323877fc1e1e8fcd54aa57c4ee31 (diff)
downloadrockbox-9290ab8ab1aba8cdc5a6f3a6441b21d303e0dddb.tar.gz
rockbox-9290ab8ab1aba8cdc5a6f3a6441b21d303e0dddb.zip
Submit FS#11707. Add line out power off to iPods nano1G, color and 4G.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28932 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/ipod4g.h3
-rw-r--r--firmware/export/config/ipodcolor.h3
-rw-r--r--firmware/export/config/ipodnano1g.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config/ipod4g.h b/firmware/export/config/ipod4g.h
index b0be26d8fc..8fd643b24e 100644
--- a/firmware/export/config/ipod4g.h
+++ b/firmware/export/config/ipod4g.h
@@ -226,5 +226,8 @@
226 */ 226 */
227#define HAVE_ATA_DMA 227#define HAVE_ATA_DMA
228 228
229/* Define this, if you can switch on/off the lineout */
230#define HAVE_LINEOUT_POWEROFF
231
229/* Define this if a programmable hotkey is mapped */ 232/* Define this if a programmable hotkey is mapped */
230#define HAVE_HOTKEY 233#define HAVE_HOTKEY
diff --git a/firmware/export/config/ipodcolor.h b/firmware/export/config/ipodcolor.h
index 428e1140c7..92722560c6 100644
--- a/firmware/export/config/ipodcolor.h
+++ b/firmware/export/config/ipodcolor.h
@@ -208,5 +208,8 @@
208 */ 208 */
209#define HAVE_ATA_DMA 209#define HAVE_ATA_DMA
210 210
211/* Define this, if you can switch on/off the lineout */
212#define HAVE_LINEOUT_POWEROFF
213
211/* Define this if a programmable hotkey is mapped */ 214/* Define this if a programmable hotkey is mapped */
212#define HAVE_HOTKEY 215#define HAVE_HOTKEY
diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h
index d843a33dd3..265a8b05aa 100644
--- a/firmware/export/config/ipodnano1g.h
+++ b/firmware/export/config/ipodnano1g.h
@@ -205,5 +205,8 @@
205 */ 205 */
206#define HAVE_ATA_DMA 206#define HAVE_ATA_DMA
207 207
208/* Define this, if you can switch on/off the lineout */
209#define HAVE_LINEOUT_POWEROFF
210
208/* Define this if a programmable hotkey is mapped */ 211/* Define this if a programmable hotkey is mapped */
209#define HAVE_HOTKEY 212#define HAVE_HOTKEY