sdm660: overlay: use correct sysfs nodes and values for smart charge

This commit is contained in:
Max Weffers 2019-05-23 08:51:51 +02:00
parent c49dad539d
commit 437739ef8c
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -634,4 +634,9 @@
<!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. -->
<string name="config_icon_mask" translatable="false">"M50 0C77.6 0 100 22.4 100 50C100 77.6 77.6 100 50 100C22.4 100 0 77.6 0 50C0 22.4 22.4 0 50 0Z"</string>
<!-- Smart charge sysfs node and value for suspend/resume charging-->
<string name="config_SmartChargingSysfsNode" translatable="false">/sys/class/power_supply/battery/input_suspend</string>
<string name="config_SmartChargingSupspendValue" translatable="false">1</string>
<string name="config_SmartChargingResumeValue" translatable="false">0</string>
</resources>