From: <bob...@us...> - 2007-07-10 19:44:23
|
Revision: 1118 http://svn.sourceforge.net/hackndev/?rev=1118&view=rev Author: bobofdoom Date: 2007-07-07 22:29:36 -0700 (Sat, 07 Jul 2007) Log Message: ----------- PalmT650: Invented missing palmt650-init.h file. Added Paths: ----------- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt650-init.h Added: linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt650-init.h =================================================================== --- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt650-init.h (rev 0) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt650-init.h 2007-07-08 05:29:36 UTC (rev 1118) @@ -0,0 +1,23 @@ +/* + * palmt650-init.h + * + * Init values for Palm Treo 650 smartphone. + * + * Author: Alex Osborne <bob...@gm...> + * + * 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_PALMT650_INIT_H_ + +#define _INCLUDE_PALMT650_INIT_H_ + +/* LCD backlight */ +#define PALMT650_MAX_INTENSITY 0x1ad +#define PALMT650_DEFAULT_INTENSITY 0xe5 +#define PALMT650_LIMIT_MASK 0x7f + +#endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |