diff options
| -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 |