diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-ipod4g.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-ipodcolor.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-ipodmini.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-ipodmini2g.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-ipodvideo.h | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index d75650b..7d58992 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -104,6 +104,9 @@ /* Define this if you want to use the PP5020 i2c interface */ #define CONFIG_I2C I2C_PP5020 +/* We're able to shut off power to the HDD */ +#define HAVE_ATA_POWER_OFF + /* define this if the hardware can be powered off while charging */ //#define HAVE_POWEROFF_WHILE_CHARGING diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index 8a4c19e..a585090 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -93,6 +93,9 @@ /* Define this if you want to use the PP5020 i2c interface */ #define CONFIG_I2C I2C_PP5020 +/* We're able to shut off power to the HDD */ +#define HAVE_ATA_POWER_OFF + /* define this if the hardware can be powered off while charging */ //#define HAVE_POWEROFF_WHILE_CHARGING diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 3b24737..5cab176 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -101,6 +101,9 @@ /* Define this if you want to use the PP5020 i2c interface */ #define CONFIG_I2C I2C_PP5020 +/* We're able to shut off power to the HDD */ +#define HAVE_ATA_POWER_OFF + /* define this if the hardware can be powered off while charging */ //#define HAVE_POWEROFF_WHILE_CHARGING diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index 34e5f5a..77299dd 100644 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -101,6 +101,9 @@ /* Define this if you want to use the PP5020 i2c interface */ #define CONFIG_I2C I2C_PP5020 +/* We're able to shut off power to the HDD */ +#define HAVE_ATA_POWER_OFF + /* define this if the hardware can be powered off while charging */ //#define HAVE_POWEROFF_WHILE_CHARGING diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index 71cb8ab..9ba4792 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h @@ -103,6 +103,9 @@ /* Define this if you want to use the PP5020 i2c interface */ #define CONFIG_I2C I2C_PP5020 +/* We're able to shut off power to the HDD */ +#define HAVE_ATA_POWER_OFF + /* define this if the hardware can be powered off while charging */ //#define HAVE_POWEROFF_WHILE_CHARGING |