You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Querying the charge limit with host command CHARGE_LIMIT_CONTROL mode CHG_LIMIT_GET_LIMIT reloads the charge limit from bbram, which overwrites the CHG_LIMIT_OVERRIDE flag.
Flag is set here (and not stored to bbram, because it is a one-time override):
Querying the charge limit with host command
CHARGE_LIMIT_CONTROL
modeCHG_LIMIT_GET_LIMIT
reloads the charge limit from bbram, which overwrites theCHG_LIMIT_OVERRIDE
flag.Flag is set here (and not stored to bbram, because it is a one-time override):
EmbeddedController/board/hx20/battery.c
Lines 362 to 363 in 6e38e82
and cleared when we read into
charging_maximum_level
here:EmbeddedController/board/hx20/battery.c
Lines 365 to 366 in 6e38e82
The text was updated successfully, but these errors were encountered: