linrunner
linrunner
@pobrn : Any news on this?
In fact since March there is a [driver in the mainline kernel](https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/drivers/platform/x86/msi-ec.c?h=review-hans&id=392cacf2aa10de005e58b68a58012c0c81a100c0) seemingly implementing the standard attributes `charge_control_start/end_threshold`. So let's see if your kernel is recent enough. Please show: sudo...
I find the approach of restricting the driver to individual BIOS versions strange. Before I start programming a TLP plugin for MSI, I would like to be sure that you...
Sorry for the late reply, I was busy with 1.6.1. In the meantime I have read the driver code. It clarifies a few things. From looking at **charge_control_threshold_show()** and **charge_control_threshold_store()**...
Hi. I completed an initial implementation in branch [feature/bat.d](https://github.com/linrunner/TLP/tree/feature/bat.d). If you don't want to build a package yourself, you may just install **bat.d/55-msi** to **/usr/share/tlp/bat.d** by hand. I need the...
Oops. Plugin does not work at all: > +++ Battery Care > **Plugin: generic** > Supported features: none available Let's see what happens. Please add the following line to your...
@ElSargo Thanks. That looks much better. I fixed line 19 of the unit test. The remaining discrepancies are due to the fact that you did not use the latest version...
The unit test version I provided yesterday still did not match the newest plugin. Sorry. Please get **unit-tests/charge-thresholds_msi** again and re-test: unit-tests/charge-thresholds_msi Important: the **test must be run on AC...
Additionally, I would like to know if the MSI hardware retains the thresholds over a suspend/resume cycle. Otherwise, TLP would have to set the thresholds again after resume. 1. Please...
Perfect! Thank you very much for testing this. The deviation is just a cosmetic issue (missing dot) in the test script. Fixed. So what about the necessary kernel module patch...