From: <z7...@us...> - 2007-03-28 11:06:52
|
Revision: 937 http://svn.sourceforge.net/hackndev/?rev=937&view=rev Author: z72ka Date: 2007-03-28 04:06:48 -0700 (Wed, 28 Mar 2007) Log Message: ----------- palmtx: support for battery monitoring - life time Modified Paths: -------------- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmtx-init.h Modified: linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmtx-init.h =================================================================== --- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmtx-init.h 2007-03-28 11:04:10 UTC (rev 936) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmtx-init.h 2007-03-28 11:06:48 UTC (rev 937) @@ -4,7 +4,7 @@ * Init values for Palm TX Handheld Computer * * Authors: Cristiano P. <cristianop AT users DOT sourceforge DOT net> - * + * Jan Herman <2h...@se...> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -59,6 +59,7 @@ #define PALMTX_BAT_MIN_CURRENT 0 // unknown #define PALMTX_BAT_MAX_CHARGE 1 // unknown #define PALMTX_BAT_MIN_CHARGE 1 // unknown +#define PALMTX_MAX_LIFE_MINS 360 // on-life in minutes #define PALMTX_BAT_MEASURE_DELAY (HZ * 1) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |