1 sysfs interface for analog devices adp8860 backlight driver
2 -----------------------------------------------------------
4 The backlight brightness control operates at three different levels for the
5 adp8860, adp8861 and adp8863 devices: daylight (level 1), office (level 2) and
6 dark (level 3). By default the brightness operates at the daylight brightness
9 See also /sys/class/backlight/<backlight>/ambient_light_level and
10 /sys/class/backlight/<backlight>/ambient_light_zone.
13 What: /sys/class/backlight/<backlight>/l1_daylight_max
14 What: /sys/class/backlight/<backlight>/l2_office_max
15 What: /sys/class/backlight/<backlight>/l3_dark_max
17 KernelVersion: v2.6.35
18 Contact: Michael Hennerich <michael.hennerich@analog.com>
20 (RW) Maximum current setting for the backlight when brightness
21 is at one of the three levels (daylight, office or dark). This
22 is an input code between 0 and 127, which is transformed to a
23 value between 0 mA and 30 mA using linear or non-linear
27 What: /sys/class/backlight/<backlight>/l1_daylight_dim
28 What: /sys/class/backlight/<backlight>/l2_office_dim
29 What: /sys/class/backlight/<backlight>/l3_dark_dim
31 KernelVersion: v2.6.35
32 Contact: Michael Hennerich <michael.hennerich@analog.com>
34 (RW) Dim current setting for the backlight when brightness is at
35 one of the three levels (daylight, office or dark). This is an
36 input code between 0 and 127, which is transformed to a value
37 between 0 mA and 30 mA using linear or non-linear algorithms.