brintos

brintos / linux-shallow public Read only

0
0
Text · 1.4 KiB · 083c464 Raw
41 lines · plain
1What:		/sys/class/power_supply/wilco-charger/charge_type2Date:		April 20193KernelVersion:	5.24Description:5		What charging algorithm to use:6 7		Standard:8			Fully charges battery at a standard rate.9		Adaptive:10			Battery settings adaptively optimized based on11			typical battery usage pattern.12		Fast:13			Battery charges over a shorter period.14		Trickle:15			Extends battery lifespan, intended for users who16			primarily use their Chromebook while connected to AC.17		Custom:18			A low and high threshold percentage is specified.19			Charging begins when level drops below20			charge_control_start_threshold, and ceases when21			level is above charge_control_end_threshold.22		Long Life:23			Customized charge rate for last longer battery life.24			On Wilco device this mode is pre-configured in the factory25			through EC's private PID. Switching to a different mode will26			be denied by Wilco EC when Long Life mode is enabled.27 28What:		/sys/class/power_supply/wilco-charger/charge_control_start_threshold29Date:		April 201930KernelVersion:	5.231Description:32		Used when charge_type="Custom", as described above. Measured in33		percentages. The valid range is [50, 95].34 35What:		/sys/class/power_supply/wilco-charger/charge_control_end_threshold36Date:		April 201937KernelVersion:	5.238Description:39		Used when charge_type="Custom", as described above. Measured in40		percentages. The valid range is [55, 100].41