From: <z7...@us...> - 2007-01-08 09:44:55
|
Revision: 734 http://svn.sourceforge.net/hackndev/?rev=734&view=rev Author: z72ka Date: 2007-01-08 01:44:42 -0800 (Mon, 08 Jan 2007) Log Message: ----------- Added initial definitions for Zire72 Added Paths: ----------- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-init.h Added: linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-init.h =================================================================== --- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-init.h (rev 0) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-init.h 2007-01-08 09:44:42 UTC (rev 734) @@ -0,0 +1,38 @@ +/* + * palmz72-init.h + * + * Init values for PalmOne Zire 72 Handheld Computer + * + * Author: 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 + * published by the Free Software Foundation. + * + * + * + */ + +#ifndef _INCLUDE_PALMZ72_INIT_H_ + +#define _INCLUDE_PALMZ72_INIT_H_ + +// TOUCHSCREEN + +#define AC97_LINK_FRAME 21 + + +// BATTERY + +#define PALMZ72_BAT_MAX_VOLTAGE 4100 // 4.09V current voltage at max charge as from PalmOS +#define PALMZ72_BAT_MIN_VOLTAGE 3670 // 3.67V critical voltage as from Zlauncher +#define PALMZ72_BAT_MAX_CURRENT 0 // unknokn +#define PALMZ72_BAT_MIN_CURRENT 0 // unknown +#define PALMZ72_BAT_MAX_CHARGE 1 // unknown +#define PALMZ72_BAT_MIN_CHARGE 1 // unknown +#define PALMZ72_BAT_MEASURE_DELAY (HZ * 1) +#define PALMZ72_MAX_LIFE_MINS 240 // my Zire72 on-life in minutes + + +#endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |