summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/sysfs-class-power-wilco
blob: da1d6ffe5e3ce8eb0a8287158726fa934f651e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
What:		/sys/class/power_supply/wilco-charger/charge_type
Date:		April 2019
KernelVersion:	5.2
Description:
		What charging algorithm to use:

		Standard: Fully charges battery at a standard rate.
		Adaptive: Battery settings adaptively optimized based on
			typical battery usage pattern.
		Fast: Battery charges over a shorter period.
		Trickle: Extends battery lifespan, intended for users who
			primarily use their Chromebook while connected to AC.
		Custom: A low and high threshold percentage is specified.
			Charging begins when level drops below
			charge_control_start_threshold, and ceases when
			level is above charge_control_end_threshold.

What:		/sys/class/power_supply/wilco-charger/charge_control_start_threshold
Date:		April 2019
KernelVersion:	5.2
Description:
		Used when charge_type="Custom", as described above. Measured in
		percentages. The valid range is [50, 95].

What:		/sys/class/power_supply/wilco-charger/charge_control_end_threshold
Date:		April 2019
KernelVersion:	5.2
Description:
		Used when charge_type="Custom", as described above. Measured in
		percentages. The valid range is [55, 100].