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
When compiling to d803 (the only model that has qpnp-charger=y in config), I got that:
error: 'STS_CHE_STPCHG_TO_DECCUR' undeclared (first use in this function)
if (res.change_lvl == STS_CHE_STPCHG_TO_DECCUR) {
^
I saw that cm12.0 caf doesn't has STS_CHE_STPCHG_TO_DECCUR state. So I delete this state to compile, I'll test if charge still working (or even if it's booting).