Commit b1528e8
fwk: main: fix keyboard backlight auto will flash when bootup
when shutdown will write auto_value(99) to bbram
so if bootup run board_kblight_init will set 99 to kbbl
BRANCH=fwk-main
BUG=when bootup kbbl will flash once then off
TEST=on lilac, change to auto kbbl(fn+space), than shutdown unit and bootup
check when bootup kbbl still keep off.
TEST=on lilac, change to auto kbbl(fn+space), cover als sensor then shutdown unit
and bootup, make sure kbbl will not flash and after 2sec light up
Signed-off-by: LeoCX_Tsai <LeoCX_Tsai@compal.com>
(cherry picked from commit ab98421)1 parent c280451 commit b1528e8
File tree
3 files changed
+6
-4
lines changed- zephyr/program/framework
- include
- src
3 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
| 232 | + | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
| |||
0 commit comments