diff options
author | Rob Purchase <shotofadds@rockbox.org> | 2009-07-26 19:41:24 +0000 |
---|---|---|
committer | Rob Purchase <shotofadds@rockbox.org> | 2009-07-26 19:41:24 +0000 |
commit | c6309633a1b33c85b1920c61126ad03f262ab215 (patch) | |
tree | e33b3855c02f2ae601d231330ca9cabdfd7beba4 /firmware/export/pcf50606.h | |
parent | a8d1cfdec8f62f976ba03713da07b88bd927fce5 (diff) |
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
Diffstat (limited to 'firmware/export/pcf50606.h')
-rw-r--r-- | firmware/export/pcf50606.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |