diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2010-05-15 21:32:05 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2010-05-15 21:32:05 +0000 |
commit | 9eed2f71cc14fa30282a18c57ee3942177f8aabe (patch) | |
tree | 288fb1c37c544c919d9d7f43352ed97e8dd1c759 | |
parent | 964dcb33b6b55347ee6ad4020bd00843fbcd2a1d (diff) |
Gigabeat S: Not defining HAVE_POWEROFF_WHILE_CHARGING is far too disruptive given that it's not obligatory for the hardware to avoid poweroff while plugged/charging.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26068 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/config/gigabeats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index 73eb79ce90..b3e7dc31bd 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -161,7 +161,7 @@ /* define this if the hardware can be powered off while charging */ /* We don't charge while powered down so maybe implement a finish-charging-and-then-poweroff mode */ -//#define HAVE_POWEROFF_WHILE_CHARGING +#define HAVE_POWEROFF_WHILE_CHARGING /* The size of the flash ROM */ #define FLASH_SIZE 0x200000 |