From: nls Date: Fri, 14 May 2010 08:52:54 +0000 (+0000) Subject: Disable shutting down with the charger connected on the gigabeat s since it doesn... X-Git-Url: https://repo.or.cz/w/kugel-rb.git/commitdiff_plain/048c8e11b497d90428d7917b511ceefb6850d2a2 Disable shutting down with the charger connected on the gigabeat s since it doesn't charge while powered off. Ideally we should implement a mode where it charges untill the battery is full and then powers off. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26012 a1c6a512-1295-4272-9138-f99709370657 --- diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index 19a8fa4bf..2bc56ec98 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -158,11 +158,13 @@ /* TODO: have a proper status displayed in the bootloader and have it * work! */ -/* Charing implemented in a target-specific algorithm */ +/* Charging implemented in a target-specific algorithm */ #define CONFIG_CHARGING CHARGING_TARGET /* define this if the hardware can be powered off while charging */ -#define HAVE_POWEROFF_WHILE_CHARGING +/* We don't charge while powered down so maybe implement a + finish-charging-and-then-poweroff mode */ +//#define HAVE_POWEROFF_WHILE_CHARGING /* The size of the flash ROM */ #define FLASH_SIZE 0x200000