summaryrefslogtreecommitdiff
blob: da413785f7480ddfa3adaf710571bf74f88a09f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/psb_lvds.c	2009-05-12 07:07:53.000000000 +0530
+++ src/psb_lvds.c.new	2010-07-23 03:51:22.863349949 +0530
@@ -249,8 +249,8 @@
 	psbLVDSI2CSetBacklight(pLVDS, newbacklight);
     } else if (pDevice->blc_data.type == BLC_PWM_TYPE) {
 	/* Provent LVDS going to total black */
-	if (level < 20) {
-	    level = 20;
+	if (level < 1) {
+	    level = 1;
 	}
 
 	max_pwm_blc = psbLVDSGetPWMMaxBacklight(pLVDS);