summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2009-07-26 19:41:24 +0000
committerRob Purchase <shotofadds@rockbox.org>2009-07-26 19:41:24 +0000
commitc6309633a1b33c85b1920c61126ad03f262ab215 (patch)
treee33b3855c02f2ae601d231330ca9cabdfd7beba4 /firmware/export
parenta8d1cfdec8f62f976ba03713da07b88bd927fce5 (diff)
downloadrockbox-c6309633a1b33c85b1920c61126ad03f262ab215.tar.gz
rockbox-c6309633a1b33c85b1920c61126ad03f262ab215.zip
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')
-rw-r--r--firmware/export/pcf50606.h2
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);
48unsigned char pcf50606_i2c_inb(bool ack); 48unsigned char pcf50606_i2c_inb(bool ack);
49#endif 49#endif
50 50
51#if (defined(IAUDIO_X5) || defined(IAUDIO_M5)) && !defined (SIMULATOR) 51#if (defined(IAUDIO_X5) || defined(IAUDIO_M5) || defined(COWON_D2)) && !defined (SIMULATOR)
52void pcf50606_reset_timeout(void); 52void pcf50606_reset_timeout(void);
53#endif 53#endif
54 54