|
From: <z7...@us...> - 2007-06-27 08:23:57
|
Revision: 1085
http://svn.sourceforge.net/hackndev/?rev=1085&view=rev
Author: z72ka
Date: 2007-06-27 01:23:55 -0700 (Wed, 27 Jun 2007)
Log Message:
-----------
palmz72: Moving backlight definitions to header and fixed values (dumped by HARET) for PWM instead old totally wrong values.
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-06-27 08:03:31 UTC (rev 1084)
+++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-init.h 2007-06-27 08:23:55 UTC (rev 1085)
@@ -20,9 +20,11 @@
// BACKLIGHT
-#define PALMZ72_MAX_INTENSITY 0x100
+#define PALMZ72_MAX_INTENSITY 0xFE
#define PALMZ72_DEFAULT_INTENSITY 0x7E
#define PALMZ72_LIMIT_MASK 0x7F
+#define PALMZ72_PRESCALER 0x3F
+#define PALMZ72_PERIOD 0x112
// BATTERY
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|