summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMaciej S. Szmigiero <mail@maciej.szmigiero.name>2017-09-01 00:34:28 +0200
committerGuenter Roeck <linux@roeck-us.net>2017-09-02 16:46:55 -0700
commit83cafd29f28d463573750d897014ec7143217ae5 (patch)
tree3971f36ccf2b08b741984e992a70be7f00f628fb /CHANGES
parent8d510a7d7508789b22a2622dc2e092e4d6dff416 (diff)
downloadlm-sensors-git-83cafd29f28d463573750d897014ec7143217ae5.tar.gz
Add 'configs' directory where sample configurations can be stored
Most mainboards need a config file which describe which input of a monitoring chip is connected to which voltage rail, what are scaling factors of voltages that can't be measured directly by the chip, which part of the board has each temperature sensor, which fan is connected to which tachometer input of the chip, etc. All these data need to be determined either from a board schematic (if available) or by a trial-and-error method. This can be a time consuming and error-prone work, fortunately, it needs to be done just once per mainboard. Currently, however, there is no standard mechanism to share such configurations so multiple users of the same board don't basically waste their time reinventing the wheel (or recreating the same configuration again and again). Previously, a wiki on an old lm-sensors site had a 'Configurations' page where contributors could submit their configurations. Since this site is down for two years now and it does not look like it is coming back we need to find an another solution. Let's use a 'configs' directory in project repository for these files, so we can benefit from SCM infrastructure for managing them. Also, add a reminder in documentation asking people to contribute these files for benefit of the whole community and configurations for 3 mainboards for a starter. Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dc3f6e08..645deb1f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,7 @@ SVN HEAD
Add detection of Nuvoton NCT6795D
Add detection of DDR4 SPD
Add detection of ITE IT8987D
+ configs: Add sample configuration files.
3.4.0 (2015-06-25)
documentation: Update the note about libsensors license