config battery charge threshold

This commit is contained in:
Yan Lin 2025-10-20 19:37:35 +02:00
parent ab89b35117
commit a505068b21

View file

@ -229,8 +229,8 @@ in
INTEL_GPU_BOOST_FREQ_ON_BAT = 1100;
# ThinkPad battery charge thresholds (preserve battery health)
START_CHARGE_THRESH_BAT0 = 75;
STOP_CHARGE_THRESH_BAT0 = 80;
START_CHARGE_THRESH_BAT0 = 95;
STOP_CHARGE_THRESH_BAT0 = 100;
# PCIe power management
RUNTIME_PM_ON_AC = "on";