We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The kernel mod works, but I'd like to detail all the behaviors I'm seeing for completeness.
echo 1 > /sys/bus/wmi/drivers/acer-wmi-battery/health_mode
cat /sys/bus/wmi/drivers/acer-wmi-battery/health_mode
0
cat bus/acpi/drivers/battery/PNP0C0A\:00/power_supply/BAT1/status
Discharging
Charging
echo 0 > /sys/bus/wmi/drivers/acer-wmi-battery/health_mode
The text was updated successfully, but these errors were encountered:
Thanks for the detailed feedback!
Sorry, something went wrong.
No branches or pull requests
Summary
The kernel mod works, but I'd like to detail all the behaviors I'm seeing for completeness.
System Software
Behaviors
echo 1 > /sys/bus/wmi/drivers/acer-wmi-battery/health_mode
works to change the battery charging behaviorcat /sys/bus/wmi/drivers/acer-wmi-battery/health_mode
always returns0
cat bus/acpi/drivers/battery/PNP0C0A\:00/power_supply/BAT1/status
changes fromDischarging
toCharging
at 80% levelecho 0 > /sys/bus/wmi/drivers/acer-wmi-battery/health_mode
works to change the battery back to "normal" charging behaviorThe text was updated successfully, but these errors were encountered: