From c6ebfcce2cd6fbf4fe5faf9b120b0bdd567ecafe Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Mon, 2 Oct 2006 16:19:36 +0000 Subject: Enable ATA poweroff option on H10 for a nice increase in battery life. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11107 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h10.h | 3 +++ firmware/export/config-h10_5gb.h | 3 +++ 2 files changed, 6 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index 86d7cdd..d29bd6c 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -116,6 +116,9 @@ * We can currently put the lcd to sleep but it won't wake up properly */ #define HAVE_LCD_SLEEP +/* We're able to shut off power to the HDD */ +#define HAVE_ATA_POWER_OFF + /* Offset ( in the firmware file's header ) to the file length */ #define FIRMWARE_OFFSET_FILE_LENGTH 0 diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index aefc21c..e40fdea 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -97,6 +97,9 @@ /* Type of LCD */ #define CONFIG_LCD LCD_H10_5GB +/* We're able to shut off power to the HDD */ +#define HAVE_ATA_POWER_OFF + /* Offset ( in the firmware file's header ) to the file length */ #define FIRMWARE_OFFSET_FILE_LENGTH 0 -- cgit v1.1