From c6309633a1b33c85b1920c61126ad03f262ab215 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Sun, 26 Jul 2009 19:41:24 +0000 Subject: Re-work D2 power off behaviour. * Inhibit PCF timeout during shutdown and while charging * Power off the player using the same mechanism as the OF (GPIO) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22056 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pcf50606.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/pcf50606.h b/firmware/export/pcf50606.h index 88b7d67a13..8e01346028 100644 --- a/firmware/export/pcf50606.h +++ b/firmware/export/pcf50606.h @@ -48,7 +48,7 @@ void pcf50606_i2c_outb(unsigned char byte); unsigned char pcf50606_i2c_inb(bool ack); #endif -#if (defined(IAUDIO_X5) || defined(IAUDIO_M5)) && !defined (SIMULATOR) +#if (defined(IAUDIO_X5) || defined(IAUDIO_M5) || defined(COWON_D2)) && !defined (SIMULATOR) void pcf50606_reset_timeout(void); #endif -- cgit v1.2.3