|
From: <bob...@us...> - 2007-01-04 04:17:47
|
Revision: 720
http://svn.sourceforge.net/hackndev/?rev=720&view=rev
Author: bobofdoom
Date: 2007-01-03 20:17:41 -0800 (Wed, 03 Jan 2007)
Log Message:
-----------
t650: Removed TODO message on backlight brightness change.
Modified Paths:
--------------
linux4palm/linux/trunk/arch/arm/mach-pxa/palmt650/palmt650.c
Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmt650/palmt650.c
===================================================================
--- linux4palm/linux/trunk/arch/arm/mach-pxa/palmt650/palmt650.c 2007-01-04 04:11:41 UTC (rev 719)
+++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmt650/palmt650.c 2007-01-04 04:17:41 UTC (rev 720)
@@ -121,7 +121,6 @@
static void palmt650_set_bl_intensity(int intensity)
{
- printk("palmt650_set_bl_intensity(%d) TODO\n", intensity);
PWM_CTRL0 = 0; /* pre-scalar */
PWM_PWDUTY0 = intensity; /* duty cycle */
PWM_PERVAL0 = 0x1b1; /* period */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|