config battery charge threshold
This commit is contained in:
parent
ab89b35117
commit
a505068b21
1 changed files with 2 additions and 2 deletions
|
|
@ -229,8 +229,8 @@ in
|
||||||
INTEL_GPU_BOOST_FREQ_ON_BAT = 1100;
|
INTEL_GPU_BOOST_FREQ_ON_BAT = 1100;
|
||||||
|
|
||||||
# ThinkPad battery charge thresholds (preserve battery health)
|
# ThinkPad battery charge thresholds (preserve battery health)
|
||||||
START_CHARGE_THRESH_BAT0 = 75;
|
START_CHARGE_THRESH_BAT0 = 95;
|
||||||
STOP_CHARGE_THRESH_BAT0 = 80;
|
STOP_CHARGE_THRESH_BAT0 = 100;
|
||||||
|
|
||||||
# PCIe power management
|
# PCIe power management
|
||||||
RUNTIME_PM_ON_AC = "on";
|
RUNTIME_PM_ON_AC = "on";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue