From: <z7...@us...> - 2007-05-16 12:28:15
|
Revision: 975 http://svn.sourceforge.net/hackndev/?rev=975&view=rev Author: z72ka Date: 2007-05-16 05:28:12 -0700 (Wed, 16 May 2007) Log Message: ----------- PalmTX: Modified battery level upon |miska| experiences 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-05-16 12:25:02 UTC (rev 974) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmtx-init.h 2007-05-16 12:28:12 UTC (rev 975) @@ -53,7 +53,7 @@ // BATTERY -#define PALMTX_BAT_MAX_VOLTAGE 4100 // 3.99v current voltage at max charge as from Filez +#define PALMTX_BAT_MAX_VOLTAGE 4000 // 4.00v current voltage at max charge as from ZLauncher #define PALMTX_BAT_MIN_VOLTAGE 3600 // 3.60v critical voltage as from FileZ #define PALMTX_BAT_MAX_CURRENT 0 // unknokn #define PALMTX_BAT_MIN_CURRENT 0 // unknown This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |