File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
auto_cpufreq/battery_scripts Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -646,9 +646,9 @@ echo 95 > /sys/class/power_supply/BAT0/charge_start_threshold
646646echo 100 > /sys/class/power_supply/BAT0/charge_stop_threshold
647647```
648648
649- ### Lenovo_laptop conservation mode
649+ ### Ideapad conservation mode
650650
651- this works only with ` lenovo_laptop ` kernel module compatable laptops .
651+ This works only with laptops that have the ` ideapad_laptop ` kernel module.
652652
653653add ` ideapad_laptop_conservation_mode = true ` to your ` auto-cpufreq.conf ` file
654654
Original file line number Diff line number Diff line change 33from typing import Any
44from auto_cpufreq .battery_scripts .shared import BatteryDevice
55
6+ # The Arch wiki suggests this path may vary on different models, but TLP uses
7+ # the same hardcoded value
68CONSERVATION_MODE_FILE = "/sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/conservation_mode"
79
810class IdeapadBatteryDevice (BatteryDevice ):
You can’t perform that action at this time.
0 commit comments