From: <z7...@us...> - 2007-05-18 12:37:49
|
Revision: 979 http://svn.sourceforge.net/hackndev/?rev=979&view=rev Author: z72ka Date: 2007-05-18 05:21:31 -0700 (Fri, 18 May 2007) Log Message: ----------- Palm Z72: Added backlight init values to header 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-05-16 13:11:29 UTC (rev 978) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-init.h 2007-05-18 12:21:31 UTC (rev 979) @@ -18,9 +18,11 @@ #define _INCLUDE_PALMZ72_INIT_H_ -// TOUCHSCREEN +// BACKLIGHT -#define AC97_LINK_FRAME 21 +#define PALMZ72_MAX_INTENSITY 0x100 +#define PALMZ72_DEFAULT_INTENSITY 0x7E +#define PALMZ72_LIMIT_MASK 0x7F // BATTERY This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |