Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[sfrench/cifs-2.6.git] / Documentation / ABI / testing / sysfs-class-power-wilco
1 What:           /sys/class/power_supply/wilco-charger/charge_type
2 Date:           April 2019
3 KernelVersion:  5.2
4 Description:
5                 What charging algorithm to use:
6
7                 Standard: Fully charges battery at a standard rate.
8                 Adaptive: Battery settings adaptively optimized based on
9                         typical battery usage pattern.
10                 Fast: Battery charges over a shorter period.
11                 Trickle: Extends battery lifespan, intended for users who
12                         primarily use their Chromebook while connected to AC.
13                 Custom: A low and high threshold percentage is specified.
14                         Charging begins when level drops below
15                         charge_control_start_threshold, and ceases when
16                         level is above charge_control_end_threshold.
17
18 What:           /sys/class/power_supply/wilco-charger/charge_control_start_threshold
19 Date:           April 2019
20 KernelVersion:  5.2
21 Description:
22                 Used when charge_type="Custom", as described above. Measured in
23                 percentages. The valid range is [50, 95].
24
25 What:           /sys/class/power_supply/wilco-charger/charge_control_end_threshold
26 Date:           April 2019
27 KernelVersion:  5.2
28 Description:
29                 Used when charge_type="Custom", as described above. Measured in
30                 percentages. The valid range is [55, 100].