Revision: 1299
http://hackndev.svn.sourceforge.net/hackndev/?rev=1299&view=rev
Author: marex_z71
Date: 2007-09-02 06:09:24 -0700 (Sun, 02 Sep 2007)
Log Message:
-----------
PalmZ72: use damned C-style comments ... :-F~~~
Modified Paths:
--------------
linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-init.h
Modified: linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-init.h
===================================================================
--- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-init.h 2007-09-02 13:06:32 UTC (rev 1298)
+++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-init.h 2007-09-02 13:09:24 UTC (rev 1299)
@@ -18,7 +18,7 @@
#define _INCLUDE_PALMZ72_INIT_H_
-// BACKLIGHT
+/* BACKLIGHT */
#define PALMZ72_MAX_INTENSITY 0xFE
#define PALMZ72_DEFAULT_INTENSITY 0x7E
@@ -27,16 +27,16 @@
#define PALMZ72_PERIOD 0x112
-// BATTERY
+/* 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
+#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.
|