https://bugs.kde.org/show_bug.cgi?id=505480
--- Comment #2 from Eduardo Correia <eduardosare...@gmail.com> --- (In reply to David Redondo from comment #1) > Looking at > https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-power > > I dont see any file that could tell that to us, maybe you could have a look > yourself on these devices in /sys/class/power_supply/BAT0 > if there's something with that info I tried checking around but couldn't find anything on my devices either. I am not a developer so I don't know where to specifically search for these things. However I have some things that could help: 1. Some systems seem to have a setting in their driver itself to enable or disable "battery conservation mode", as an example here: https://www.reddit.com/r/Ubuntu/comments/p2so5n/how_to_limit_battery_charging_to_60_in_ubuntu/ 2. The community around Bazzite and the HHD app, an app that is used to control firmware settings of gaming handhelds like the Legion Go, included on Bazzite by default, has a setting on it called "Charge Limit (80%)" for the Lenovo Legion Go. It's a checkbox that enables or disables this feature. This app is universal and changes it's UI accordingly to what device it's installed on, however I understand that they might have "hardcoded" this feature for the Legion Go specifically so they don't need to detect anything other than the device model. This is the github of that app, maybe we could use it to gather some info on how they achieved this and check if we can follow their code to have a way to detect this behavior on devices that have this same fixed charge limit percentage: https://github.com/hhd-dev/hhd Because I have access to two devices with this limitation (Legion Go - Bazzite KDE, and Zephyrus G14 2024 - Nobara KDE), I can provide any info you need. I don't know how to proceed but if you need anything, tell me and I will try to get it on these devices. -- You are receiving this mail because: You are watching all bug changes.