diff options
| author | makefu <github@syntax-fehler.de> | 2016-06-12 19:46:16 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2016-06-12 19:46:16 +0200 | 
| commit | 50f4b1d79dce0560137f5118eb18b7af4b0e37d8 (patch) | |
| tree | 4f4a70c1feccd731991db6779767e92312755244 | |
| parent | 0bfa1dbaf0eae32fe972a42d8f9c9d16caae8b11 (diff) | |
ma 2 tp-x2x0: add remark why to not start charge at 80
| -rw-r--r-- | makefu/2configs/hw/tp-x2x0.nix | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix index 7f9dc67a5..c10ec1314 100644 --- a/makefu/2configs/hw/tp-x2x0.nix +++ b/makefu/2configs/hw/tp-x2x0.nix @@ -22,7 +22,8 @@ with config.krebs.lib;    services.tlp.enable = true;    services.tlp.extraConfig = '' -    START_CHARGE_THRESH_BAT0=80 +    # BUG: http://linrunner.de/en/tlp/docs/tlp-faq.html#erratic-battery +    #START_CHARGE_THRESH_BAT0=80      STOP_CHARGE_THRESH_BAT0=95      CPU_SCALING_GOVERNOR_ON_AC=performance  | 
