summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipod4g.h3
-rw-r--r--firmware/export/config-ipodcolor.h3
-rw-r--r--firmware/export/config-ipodmini.h3
-rw-r--r--firmware/export/config-ipodmini2g.h3
-rw-r--r--firmware/export/config-ipodvideo.h3
5 files changed, 15 insertions, 0 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index d75650ba4f..7d58992ee8 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -104,6 +104,9 @@
104/* Define this if you want to use the PP5020 i2c interface */ 104/* Define this if you want to use the PP5020 i2c interface */
105#define CONFIG_I2C I2C_PP5020 105#define CONFIG_I2C I2C_PP5020
106 106
107/* We're able to shut off power to the HDD */
108#define HAVE_ATA_POWER_OFF
109
107/* define this if the hardware can be powered off while charging */ 110/* define this if the hardware can be powered off while charging */
108//#define HAVE_POWEROFF_WHILE_CHARGING 111//#define HAVE_POWEROFF_WHILE_CHARGING
109 112
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 8a4c19eda7..a5850904fa 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -93,6 +93,9 @@
93/* Define this if you want to use the PP5020 i2c interface */ 93/* Define this if you want to use the PP5020 i2c interface */
94#define CONFIG_I2C I2C_PP5020 94#define CONFIG_I2C I2C_PP5020
95 95
96/* We're able to shut off power to the HDD */
97#define HAVE_ATA_POWER_OFF
98
96/* define this if the hardware can be powered off while charging */ 99/* define this if the hardware can be powered off while charging */
97//#define HAVE_POWEROFF_WHILE_CHARGING 100//#define HAVE_POWEROFF_WHILE_CHARGING
98 101
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 3b2473718d..5cab1767e3 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -101,6 +101,9 @@
101/* Define this if you want to use the PP5020 i2c interface */ 101/* Define this if you want to use the PP5020 i2c interface */
102#define CONFIG_I2C I2C_PP5020 102#define CONFIG_I2C I2C_PP5020
103 103
104/* We're able to shut off power to the HDD */
105#define HAVE_ATA_POWER_OFF
106
104/* define this if the hardware can be powered off while charging */ 107/* define this if the hardware can be powered off while charging */
105//#define HAVE_POWEROFF_WHILE_CHARGING 108//#define HAVE_POWEROFF_WHILE_CHARGING
106 109
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index 34e5f5a46b..77299dda01 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -101,6 +101,9 @@
101/* Define this if you want to use the PP5020 i2c interface */ 101/* Define this if you want to use the PP5020 i2c interface */
102#define CONFIG_I2C I2C_PP5020 102#define CONFIG_I2C I2C_PP5020
103 103
104/* We're able to shut off power to the HDD */
105#define HAVE_ATA_POWER_OFF
106
104/* define this if the hardware can be powered off while charging */ 107/* define this if the hardware can be powered off while charging */
105//#define HAVE_POWEROFF_WHILE_CHARGING 108//#define HAVE_POWEROFF_WHILE_CHARGING
106 109
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index 71cb8abf39..9ba479246b 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -103,6 +103,9 @@
103/* Define this if you want to use the PP5020 i2c interface */ 103/* Define this if you want to use the PP5020 i2c interface */
104#define CONFIG_I2C I2C_PP5020 104#define CONFIG_I2C I2C_PP5020
105 105
106/* We're able to shut off power to the HDD */
107#define HAVE_ATA_POWER_OFF
108
106/* define this if the hardware can be powered off while charging */ 109/* define this if the hardware can be powered off while charging */
107//#define HAVE_POWEROFF_WHILE_CHARGING 110//#define HAVE_POWEROFF_WHILE_CHARGING
108 111