[Title] change brightness level setting
authorhj79.son <hj79.son@samsung.com>
Sat, 26 Nov 2011 02:50:32 +0000 (11:50 +0900)
committerhj79.son <hj79.son@samsung.com>
Sat, 26 Nov 2011 02:50:32 +0000 (11:50 +0900)
[Type] Bugfix
[Module] Emulator / Display
[Priority] Minor
[CQ#]
[Redmine#] C API - 301
[Problem]
[Cause]
[Solution] subdividing brightness level from 10 to 24
[TestCase]

drivers/video/backlight/emul_backlight.c

index a4eb4f457ce8f75e07cf82678c786e6d27251820..12abd0d374cf1e1398e9f43ad5e5012b4c3c21bd 100644 (file)
@@ -48,7 +48,7 @@ static struct class *emul_backlight_class;
 static struct device *emul_backlight_dev;
 
 static int brightness;
-static int max_brightness = 10;
+static int max_brightness = 24;
 
 static ssize_t bl_brightness_show(struct device *dev,
                struct device_attribute *attr, char *buf)