From 4ba9eac8941fb5340ac5be09df37ee699bceaf64 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 21 Dec 2005 23:32:19 +0000 Subject: Put the ipod into standby mode on shutdown. This is untested on the 5g, but should work... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8275 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pcf50605.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export') diff --git a/firmware/export/pcf50605.h b/firmware/export/pcf50605.h index fc52b98e99..8da64f3325 100644 --- a/firmware/export/pcf50605.h +++ b/firmware/export/pcf50605.h @@ -26,6 +26,7 @@ void pcf50605_read_multiple(int address, unsigned char* buf, int count); int pcf50605_write(int address, unsigned char val); int pcf50605_write_multiple(int address, const unsigned char* buf, int count); int pcf50605_battery_read(void); +void pcf50605_standby_mode(void); #endif #endif -- cgit v1.2.3