diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-12-29 23:38:07 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-12-29 23:38:07 +0000 |
| commit | 9290ab8ab1aba8cdc5a6f3a6441b21d303e0dddb (patch) | |
| tree | b2bb2d6e00f5217ac92f16a59203d15050b072e9 | |
| parent | 35789c3f645c323877fc1e1e8fcd54aa57c4ee31 (diff) | |
| download | rockbox-9290ab8ab1aba8cdc5a6f3a6441b21d303e0dddb.zip rockbox-9290ab8ab1aba8cdc5a6f3a6441b21d303e0dddb.tar.gz rockbox-9290ab8ab1aba8cdc5a6f3a6441b21d303e0dddb.tar.bz2 rockbox-9290ab8ab1aba8cdc5a6f3a6441b21d303e0dddb.tar.xz | |
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.h | 3 | ||||
| -rw-r--r-- | firmware/export/config/ipodcolor.h | 3 | ||||
| -rw-r--r-- | firmware/export/config/ipodnano1g.h | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config/ipod4g.h b/firmware/export/config/ipod4g.h index b0be26d..8fd643b 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 428e114..9272256 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 d843a33..265a8b0 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 |