summaryrefslogtreecommitdiffstats
path: root/include/video/backlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/backlight.h')
-rw-r--r--include/video/backlight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/backlight.h b/include/video/backlight.h
index 8dc49dc113..afa384cc9a 100644
--- a/include/video/backlight.h
+++ b/include/video/backlight.h
@@ -7,6 +7,7 @@ struct backlight_device {
int brightness_cur;
int brightness_max;
int brightness_default;
+ int slew_time_ms; /* time to stretch brightness changes */
int (*brightness_set)(struct backlight_device *, int brightness);
struct list_head list;
struct device_d dev;