clover: correct max charge current after hang off
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
6639a72817
commit
e203bd852c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ on property:sys.incall=true
|
||||||
write /sys/class/power_supply/battery/constant_charge_current_max 500000
|
write /sys/class/power_supply/battery/constant_charge_current_max 500000
|
||||||
|
|
||||||
on property:sys.incall=false
|
on property:sys.incall=false
|
||||||
write /sys/class/power_supply/battery/constant_charge_current_max 1000000
|
write /sys/class/power_supply/battery/constant_charge_current_max 2000000
|
||||||
|
|
||||||
on post-fs
|
on post-fs
|
||||||
wait_for_prop vendor.sys.listeners.registered true
|
wait_for_prop vendor.sys.listeners.registered true
|
||||||
|
|
Loading…
Reference in a new issue