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,
}
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