permission of brightness node is changed
authorfredrick.kim <fredrick.kim@samsung.com>
Thu, 18 Aug 2011 04:24:17 +0000 (13:24 +0900)
committerfredrick.kim <fredrick.kim@samsung.com>
Thu, 18 Aug 2011 04:24:17 +0000 (13:24 +0900)
drivers/video/backlight/emul_backlight.c
drivers/video/uvesafb.c

index 37e390ac51fffd56abe538f110616c8ecf02e77d..a4eb4f457ce8f75e07cf82678c786e6d27251820 100644 (file)
@@ -98,8 +98,8 @@ static ssize_t bl_max_brightness_store(struct device *dev,
        return 0;
 }
 
-static DEVICE_ATTR(brightness, 0644, bl_brightness_show, bl_brightness_store);
-static DEVICE_ATTR(max_brightness, 0644, bl_max_brightness_show, NULL);
+static DEVICE_ATTR(brightness, 0664, bl_brightness_show, bl_brightness_store);
+static DEVICE_ATTR(max_brightness, 0664, bl_max_brightness_show, NULL);
 
 static struct device_attribute *emul_bl_device_attrib[] = {
                &dev_attr_brightness,
index e0963625ce99391f4761ba4d9564ab744fb71995..e543669885fd21ac0b104d8ee8fb6c175e1aeb3b 100644 (file)
@@ -286,7 +286,7 @@ static int my_atoi(const char *name)
 }
 
 extern char *saved_command_line;
-#define DPI_DEF_VALUE          2400
+#define DPI_DEF_VALUE          3200
 #define DPI_MIN_VALUE          1000
 #define DPI_MAX_VALUE          4800