deviced will use the interface to convert the light sensing value
to the brightness value to change.
Change-Id: I89d0306d654273850067ee56216dae3ae84c65ef
Signed-off-by: taeyoung <ty317.kim@samsung.com>
int (*get_brightness)(int *brightness);
int (*set_brightness)(int brightness);
+ /* Control display brightness by sensor */
+ int (*get_auto_brightness)(float lmax, float lmin, float light, int *brightness);
+
/* Control display state */
int (*get_state)(enum display_state *state);
int (*set_state)(enum display_state state);