From 9290ab8ab1aba8cdc5a6f3a6441b21d303e0dddb Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Wed, 29 Dec 2010 23:38:07 +0000 Subject: 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 --- firmware/export/config/ipod4g.h | 3 +++ firmware/export/config/ipodcolor.h | 3 +++ firmware/export/config/ipodnano1g.h | 3 +++ 3 files changed, 9 insertions(+) (limited to 'firmware') 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 @@ */ #define HAVE_ATA_DMA +/* Define this, if you can switch on/off the lineout */ +#define HAVE_LINEOUT_POWEROFF + /* Define this if a programmable hotkey is mapped */ #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 @@ */ #define HAVE_ATA_DMA +/* Define this, if you can switch on/off the lineout */ +#define HAVE_LINEOUT_POWEROFF + /* Define this if a programmable hotkey is mapped */ #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 @@ */ #define HAVE_ATA_DMA +/* Define this, if you can switch on/off the lineout */ +#define HAVE_LINEOUT_POWEROFF + /* Define this if a programmable hotkey is mapped */ #define HAVE_HOTKEY -- cgit v1.2.3