[Pommed-commits] r411 - trunk/pommed/mactel

jblache at alioth.debian.org jblache at alioth.debian.org
Sat Dec 1 21:47:06 UTC 2007


Author: jblache
Date: 2007-12-01 21:47:06 +0000 (Sat, 01 Dec 2007)
New Revision: 411

Modified:
   trunk/pommed/mactel/gma950_backlight.c
Log:
Add a debug statement for the max backlight value.


Modified: trunk/pommed/mactel/gma950_backlight.c
===================================================================
--- trunk/pommed/mactel/gma950_backlight.c	2007-12-01 21:43:38 UTC (rev 410)
+++ trunk/pommed/mactel/gma950_backlight.c	2007-12-01 21:47:06 UTC (rev 411)
@@ -363,6 +363,8 @@
   /* Get the maximum backlight value */
   GMA950_BACKLIGHT_MAX = gma950_backlight_get_max();
 
+  logdebug("Max LCD backlight value is 0x%x\n", GMA950_BACKLIGHT_MAX);
+
   /* Now, check the config and fix it if needed */
   gma950_backlight_fix_config();
 




More information about the Pommed-commits mailing list