From 015f6286a8db3fb79d155cf33698ededf219d32e Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 3 Nov 2007 23:57:24 +0000 Subject: Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Minis, Video). * Wait a short time after powering on the HDD on all disk based targets, as that seems like a good idea. Shorten the excessive wait on initial power on. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15444 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipod4g.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-ipod4g.h') 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 @@ /* 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 -- cgit v1.2.3