diff options
author | Szymon Dziok <b0hoon@o2.pl> | 2010-03-01 22:24:17 +0000 |
---|---|---|
committer | Szymon Dziok <b0hoon@o2.pl> | 2010-03-01 22:24:17 +0000 |
commit | f67e3559c62ba21d6085793a2bb5513050590ef7 (patch) | |
tree | a34118c5aa3f36e4e3161e0c4ea7102f862d33ce /firmware/export | |
parent | afeacb048f4ca0aed300531fcb90da969724f803 (diff) |
Packard Bell Vibe 500: clean up the power off, enable poweroff while charging.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24987 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/vibe500.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h index 7ae1f4fc2a..f8ce86b24f 100644 --- a/firmware/export/config/vibe500.h +++ b/firmware/export/config/vibe500.h @@ -136,8 +136,7 @@ #define CONFIG_I2C I2C_PP5020 /* define this if the hardware can be powered off while charging */ -/* It is possible to do it (OF seems to do that) but the method is unknown yet */ -/* #define HAVE_POWEROFF_WHILE_CHARGING */ +#define HAVE_POWEROFF_WHILE_CHARGING /* The start address index for ROM builds */ #define ROM_START 0x00000000 |