1
0
Fork 0
forked from len0rd/rockbox

Enable charging on the Sansa Fuze (charging/discharging curves are still uncalibrated)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21394 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-06-20 14:29:21 +00:00
parent f289b9f591
commit f81ce592e5
5 changed files with 68 additions and 5 deletions

View file

@ -107,7 +107,7 @@
#endif
#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
|| defined(SANSA_CLIP)
|| defined(SANSA_CLIP) || defined(SANSA_FUZE)
#include "ascodec.h"
#include "as3514.h"
#endif
@ -1765,7 +1765,7 @@ static bool view_battery(void)
}
lcd_puts(0, line++, buf);
#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP)
#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP) || defined(SANSA_FUZE)
const int first = CHARGE_STATE_DISABLED;
static const char * const chrgstate_strings[] =
{