From 39012c105296e0d9f3096a797f8ff8873ddbf3af Mon Sep 17 00:00:00 2001 From: jethead71 Date: Sat, 15 May 2010 21:32:05 +0000 Subject: [PATCH] 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 --- firmware/export/config/gigabeats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index 73eb79ce9..b3e7dc31b 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 -- 2.11.4.GIT