summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGES for the 3.6.0 releaseOndřej Lysoněk2019-10-171-0/+19
|
* 3.5.0 releaseV3-5-0Ondřej Lysoněk2018-11-231-0/+2
| | | | | | | | | soname was bumped due to commit dcf23676cc264927 which introduced an ABI change. Fixes #29 Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
* Update CHANGESOndřej Lysoněk2018-11-231-0/+1
| | | | | | Update CHANGES with respect to commits d4cb932567407cc3 and 7e976f1325e55b5. Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
* Update CHANGESOndřej Lysoněk2018-11-071-0/+10
| | | | | | | | | | | | | | | | Add missing entries to the CHANGES file. Here's the list of relevant commits: * musl C library support: 8fb3922219d3 * F71868A hardwired inputs: dfa4518962c81 * fancontrol: save original pwm values: 34627e46663f * vt1211_pwm: use bash instead of sh: 06a57f6d546ab8 * coverity scan fixes: 3b548b74aeaef, 40aa494c026c67, fb595f55d1a6d, e0c146763b3e2a * support for power min, lcrit, min_alarm, lcrit_alarm: dcf23676cc264 * NCT6796D hardwired inputs: 64e13d599871b * Add the find-driver script: c755805cef0c6b Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
* Update release_checklist to reflect the new home of lm_sensorsOndřej Lysoněk2018-09-011-0/+1
| | | | Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
* Fix stale linksOndřej Lysoněk2018-09-011-1/+2
| | | | | | Fixes #8 Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
* libsensors: Add support for SENSORS_BUS_TYPE_SCSIGuenter Roeck2018-08-111-0/+1
| | | | | | | Upcoming kernel drivers may add SCSI bus based sensors. Add support for it to libsensors. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Update CHANGES to reflect support for Fam 15h model 70+Guenter Roeck2018-05-101-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Update CHANGESGuenter Roeck2018-03-131-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Update CHANGESGuenter Roeck2018-03-131-0/+4
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Fix typos in documentationJakub Wilk2018-03-021-1/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* sensors-detect: Support detection of NCT6796DGuenter Roeck2018-02-211-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Add detection of AMD Family 15h Model 60+ temperature sensorsGuenter Roeck2017-12-271-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Add detection of various JC42.4 chipsGuenter Roeck2017-12-121-0/+2
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* sensors-detect: Detect various Intel SMBus controllersGuenter Roeck2017-12-121-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* sensors-detect: Detect AMD Family 17h temperature sensor and other changesGuenter Roeck2017-12-111-0/+2
| | | | | | | | Detect AMD Family 17h temperature sensor Detect AMD KERNCZ SMBus controller Fix NCT6795D detection Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Add 'configs' directory where sample configurations can be storedMaciej S. Szmigiero2017-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* sensors-detect: Support detection of IT8987DGuenter Roeck2017-08-291-0/+1
| | | | | | IT8987D is an embedded controller from ITE, used on some Intel NUC boards. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Add detection of DDR4 SPDGuenter Roeck2017-05-011-0/+1
| | | | | | | DDR4 SPD is quite similar to DDR3 SPD. Key difference for detection is the DDR type, which is 0x0c or 12 for DDR4. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* CHANGES: Document sensors command enhancementsGuenter Roeck2017-04-141-0/+2
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* sensors-detect: Add detection of Nuvoton NCT6795DGuenter Roeck2017-03-251-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* sensors-detect: Add detection of various ITE Super-IO chipsGuenter Roeck2017-03-251-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Updated CHANGES file to reflect that MCP9808 is now detectedGuenter Roeck2016-07-161-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* sensors-detect: Mark F81866D as supported by the f71882fg driverGuenter Roeck2016-07-161-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* sensors-detect: Mark F81768D as supported by the f71882fg driverGuenter Roeck2016-07-161-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* sensors-detect: Mark F71868A as supported by the f71882fg driverGuenter Roeck2016-07-161-0/+1
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Add detection of Nuvoton NCT6793DGuenter Roeck2015-08-311-0/+1
|
* sensors-detect: Only probe I/O ports on x86Jean Delvare2015-08-101-0/+1
| | | | | Contributed by Aurelien Jarno.
* sensors.1: Add reference to sensors-detectJean Delvare2015-08-101-0/+1
| | | | | Contributed by Aurelien Jarno.
* sensors-detect: Add detection of Fintek F81768Jean Delvare2015-07-061-0/+1
|
* sensors-detect: Fix systemd pathsJean Delvare2015-07-061-0/+3
|
* Prepare for release.Jean Delvare2015-06-251-1/+1
|
* fancontrol: Reduce memory consumptionJean Delvare2015-06-251-0/+1
| | | | | | | | | | | | | Construct "wait $!" causes bash to remember the exit status of the children. This consumes memory. We don't need the status code and we are only waiting for a single child, so we can simply use "wait". This will reduce the memory usage. This partly fixes ticket #2391. http://www.lm-sensors.org/ticket/2391 The actual leak is in bash 4.3 and should be fixed there.
* sensors-detect: Skip addresses 0x37 and 0x4f on DDC channelsJean Delvare2015-05-311-0/+1
| | | | | | | | | | We already skip EDID addresses (0x50-0x57) by default on graphics card I2C/DDC buses. Also skip 0x37 (DDC/CI) and 0x4f which was recently reported as corrupting a laptop's display when probed. This closes ticket #2392. http://www.lm-sensors.org/ticket/2392
* sensors-detect: Detect graphics card in all casesJean Delvare2015-05-311-0/+1
| | | | | | | | On recent kernels, the i2c bus may not be an immediate child of the graphics device, instead there can be a drm class device in between. Treat all drm class devices as graphics devices so that probing the i2c bus is disabled by default as intended.
* libsensors: Fix sparse warningsJean Delvare2015-05-151-0/+1
| | | | | | | | Sparse wants forward declarations of static functions to be static as well. For sensors_eval_expr, do that. For the error callbacks, rearrange the code so that the forward declarations are no longer needed.
* Add detection of ITE8790E.Guenter Roeck2015-03-301-0/+1
| | | | | | Reflect that IT8620E will soon be supported by the it87 driver.
* sensors-detect: Nuvoton chip updatesGuenter Roeck2015-03-031-0/+2
| | | | | | | Document driver support for NCT7802Y. Add detection of NCT7904D.
* healthd.sh: Decrease the resource consumption by replacing theJean Delvare2015-02-281-0/+1
| | | | | | external commands with the built-in bash commands. Contributed by vbooh.
* sensors-detect: Detect additional IDT temperature sensorsGuenter Roeck2015-02-251-0/+2
| | | | | | | Loosen detection rules for TS3000/TSE2002 to detect additional chip revisions. Add detection of TSE2004 and TS3001.
* Add detection of Intel 5500/5520/X58Jean Delvare2015-01-261-0/+1
|
* Add detection of IT8731F and IT8732FGuenter Roeck2015-01-231-0/+1
|
* Add detection of IT8780FGuenter Roeck2015-01-231-0/+1
|
* Add detection of IT8786EGuenter Roeck2015-01-231-0/+1
|
* sensors-detect: Add code to detect TMP400 and TMP435Guenter Roeck2014-12-121-0/+2
| | | | | | | | | | Also strengthen chip detection for other TMP4xx chips, and update driver support status for TMP431 and TMP432. Write new function for various TMP4xx chips and separate from lm90 detection.
* Update the note about libsensors license. libsensors is releasedJean Delvare2014-11-271-0/+1
| | | | | under the LGPL now, thanks Guenter for pointing out the overlook.
* sensors-detect: EMC14xx chip updatesGuenter Roeck2014-11-201-0/+3
| | | | | | | | Document support for EMC1402, EMC1404, and EMC1424 Detect new revisions of EMC14xx Add detection of EMC1422
* Add reference to nct6683 driver.Guenter Roeck2014-11-201-0/+3
| | | | | | | | Show that nct6775 driver supports NCT6792D. Show that NCT6102D/6104D/6106D are supported by nct6775 driver. NCT5573D is compatible to NCT6776F and has the same chip ID.
* Add detection of Nuvoton NCT6792DJean Delvare2014-11-171-0/+1
|
* fancontrol: Fix shell error when FCFANS is not setJean Delvare2014-11-051-0/+1
| | | | | | | | | | The bug was introduced when I added support for multiple fans controlled by the same PWM output, in r6000. lm-sensors versions affected: 3.3.2 to 3.3.5. This fixes SUSE bug #903520: https://bugzilla.suse.com/show_bug.cgi?id=903520