|
|
|
@5246
|
[5246]
|
5 years |
khali |
Rework all device detection routines which use SMBus read word …
|
|
|
|
@5245
|
[5245]
|
5 years |
khali |
Try to detect 1-register-only devices, which are designed to be
accessed …
|
|
|
|
@5243
|
[5243]
|
5 years |
khali |
Fix the parsing of I2C addresses not to scan.
|
|
|
|
@5235
|
[5235]
|
5 years |
khali |
Don't probe I2C addresses 0x40-0x47. We only probed them for the MAX6633, …
|
|
|
|
@5229
|
[5229]
|
5 years |
khali |
Add Intel ICH10 (bus) detection.
|
|
|
|
@5227
|
[5227]
|
5 years |
khali |
Add Asus F8000 detection.
|
|
|
|
@5214
|
[5214]
|
5 years |
khali |
Add National Semiconductor LM64 detection.
|
|
|
|
@5192
|
[5192]
|
5 years |
khali |
Add SMSC SCH5127 detection. Patch from Juerg Haefliger.
|
|
|
|
@5189
|
[5189]
|
5 years |
khali |
Delete the FAQ. It is now maintained on the wiki: …
|
|
|
|
@5186
|
[5186]
|
5 years |
khali |
Minor readability adjustments.
|
|
|
|
@5185
|
[5185]
|
5 years |
djwong |
Subject: [PATCH 3/3 v3]: sensors: Automatically scale energy/power units
…
|
|
|
|
@5184
|
[5184]
|
5 years |
djwong |
Subject: [PATCH 3/4 v2] sensors: Print energy and power meters
Display …
|
|
|
|
@5183
|
[5183]
|
5 years |
djwong |
Subject: [PATCH 1/3 v3] libsensors: Support energy and power meters
Add …
|
|
|
|
@5180
|
[5180]
|
5 years |
khali |
pwmconfig: Don't start if fancontrol is running.
fancontrol: Don't start …
|
|
|
|
@5179
|
[5179]
|
5 years |
khali |
Don't create the configuration file before it's needed.
Don't preserve …
|
|
|
|
@5176
|
[5176]
|
5 years |
khali |
Add support for virtual hwmon devices. This closes Red Hat bug #437637
and …
|
|
|
|
@5175
|
[5175]
|
5 years |
khali |
We start at the end of the chip list, going backwards, and we want the …
|
|
|
|
@5169
|
[5169]
|
5 years |
khali |
The configuration file is currently parsed in the locale set by the main …
|
|
|
|
@5134
|
[5134]
|
5 years |
khali |
Use func instead of FUNCTION. The former is standard, the latter …
|
|
|
|
@5133
|
[5133]
|
5 years |
khali |
New device ID for the SMSC SCH5317. …
|
|
|
|
@5131
|
[5131]
|
5 years |
jwrdegoede |
run chip_special_cases() earlier so that the special chips get added to …
|
|
|
|
@5126
|
[5126]
|
5 years |
khali |
Move south bridge sensor detection to the right section.
|
|
|
|
@5124
|
[5124]
|
5 years |
khali |
Do not access I/O ports on PPC.
|
|
|
|
@5117
|
[5117]
|
5 years |
khali |
Add SMSC SCH5027D detection. Patch from Juerg Haefliger.
|
|
|
|
@5114
|
[5114]
|
5 years |
khali |
Prepare for release.
|
|
|
|
@5110
|
[5110]
|
5 years |
khali |
Fix previous commit.
|
|
|
|
@5108
|
[5108]
|
5 years |
khali |
Add Fintek F71858DG and F81216D detection.
|
|
|
|
@5107
|
[5107]
|
5 years |
khali |
Document the variable overriding mechanism (#2296).
|
|
|
|
@5103
|
[5103]
|
5 years |
khali |
Fix duplicate warning message when configuration file is broken.
|
|
|
|
@5102
|
[5102]
|
5 years |
khali |
Detect improperly formatted FCTEMPS value (#2293).
|
|
|
|
@5098
|
[5098]
|
5 years |
khali |
Repeat available configuration options before prompt (#2289).
The code …
|
|
|
|
@5097
|
[5097]
|
5 years |
khali |
Lower the confidence value of the MAX6650/MAX6651 from 4 to 3.
These chips …
|
|
|
|
@5094
|
[5094]
|
5 years |
khali |
Add detection of the SMSC SCH5514 Super-IO. The chip doesn't contain
HW …
|
|
|
|
@5093
|
[5093]
|
5 years |
khali |
Add support for drivers that place the hwmon attributes in the hwmon
class …
|
|
|
|
@5092
|
[5092]
|
5 years |
khali |
Get the device type from the subsystem symlink, rather than
guessing it …
|
|
|
|
@5090
|
[5090]
|
5 years |
khali |
Fix error path on library initialization error. Only call fclose() if
we …
|
|
|
|
@5082
|
[5082]
|
6 years |
khali |
Add support for the 82801AA (ICH).
|
|
|
|
@5080
|
[5080]
|
6 years |
khali |
Improve sysconfig and modprobe.d integration, based on suggestions by
Gary …
|
|
|
|
@5076
|
[5076]
|
6 years |
khali |
sensors.conf.eg: Fix voltage value references in compute statements. The …
|
|
|
|
@5072
|
[5072]
|
6 years |
khali |
sensord: Drop workaround needed by old versions of rrdtool. The bug …
|
|
|
|
@5070
|
[5070]
|
6 years |
khali |
sensord: Use the same colors for daily and weekly charts.
|
|
|
|
@5069
|
[5069]
|
6 years |
khali |
sensord: Fix rrd support (#2276).
|
|
|
|
@5067
|
[5067]
|
6 years |
khali |
libsensors: No longer depend on libsysfs.
Instead, access sysfs directly, …
|
|
|
|
@5063
|
[5063]
|
6 years |
khali |
Warn about outputs found in automatic mode.
|
|
|
|
@5061
|
[5061]
|
6 years |
khali |
Really hide errors on sysfs writes.
Deal gracefully with read-only …
|
|
|
|
@5056
|
[5056]
|
6 years |
khali |
Update the application writing guidelines:
* The drivers are no longer in …
|
|
|
|
@5048
|
[5048]
|
6 years |
ruik |
Add Intel Celeron 4xx and Intel Core 2 CPUs on 45nm (Penryn) detection.
|
|
|
|
@5047
|
[5047]
|
6 years |
khali |
No warnings about ld configuration for staged installations, as these
make …
|
|
|
|
@5045
|
[5045]
|
6 years |
khali |
Drop detection of the Philips Semiconductors PCA9540. This is an I2C …
|
|
|
|
@5038
|
[5038]
|
6 years |
khali |
Release 3.0.0.
|
|
|
|
@5034
|
[5034]
|
6 years |
khali |
Fix MODULE_DIR usage.
|
|
|
|
@5025
|
[5025]
|
6 years |
khali |
pwmconfig: Give the fans some time to spin up.
|
|
|
|
@5023
|
[5023]
|
6 years |
khali |
pwmconfig: Better diagnostics in pwmdisable.
|
|
|
|
@5016
|
[5016]
|
6 years |
khali |
Stop probing I2C addresses 0x20-0x27 for the LM78, LM79, W83781D and …
|
|
|
|
@5009
|
[5009]
|
6 years |
khali |
sensors-detect: Add SMSC LPC47B367-NC detection. We have no datasheet,
but …
|
|
|
|
@5007
|
[5007]
|
6 years |
khali |
Mention the f75375s driver. Reported by Christian Emmerich.
|
|
|
|
@5000
|
[5000]
|
6 years |
jwrdegoede |
sensors-detect: Add Texas Instruments TMP401 detection
|
|
|
|
@4997
|
[4997]
|
6 years |
khali |
Release 3.0.0-rc3.
|
|
|
|
@4991
|
[4991]
|
6 years |
khali |
Install sensors as sensors again.
|
|
|
|
@4990
|
[4990]
|
6 years |
khali |
Use /etc/sensors3.conf as the default configuration file. If it can't
be …
|
|
|
|
@4989
|
[4989]
|
6 years |
khali |
Make the configuration file optional. Although in most cases it's not
very …
|
|
|
|
@4988
|
[4988]
|
6 years |
khali |
Clean up if something goes wrong during initialization. Otherwise
we're …
|
|
|
|
@4987
|
[4987]
|
6 years |
khali |
"sensord" no longer needs a default configuration file name. If no
file …
|
|
|
|
@4986
|
[4986]
|
6 years |
khali |
"sensors" no longer needs a default configuration file name. If no
file …
|
|
|
|
@4985
|
[4985]
|
6 years |
khali |
Let libsensors know the default path to its configuration file.
That way, …
|
|
|
|
@4977
|
[4977]
|
6 years |
khali |
sensors: Handle the case where voltage measurements aren't available.
This …
|
|
|
|
@4973
|
[4973]
|
6 years |
khali |
sensors: Fix file handle leak on library initialization error.
|
|
|
|
@4971
|
[4971]
|
6 years |
khali |
sensors-detect-stat.pl: Handle alternative chip lists.
Ultimately this …
|
|
|
|
@4969
|
[4969]
|
6 years |
khali |
sensord: Reload config on SIGHUP rather than automatically.
Reloading the …
|
|
|
|
@4965
|
[4965]
|
6 years |
khali |
Rename fsc-specific chip arrays to something clearer.
|
|
|
|
@4962
|
[4962]
|
6 years |
khali |
Fix SMSC LPC47B357/M967 detection. Patch from Juerg Haefliger.
|
|
|
|
@4936
|
[4936]
|
6 years |
khali |
Prepare for 3.0.0-rc2 release.
|
|
|
|
@4931
|
[4931]
|
6 years |
khali |
useful_addresses.html is in the wiki now.
|
|
|
|
@4925
|
[4925]
|
6 years |
ruik |
Add detection of AMD K10 CPU sensor.
|
|
|
|
@4922
|
[4922]
|
6 years |
khali |
Typo fix.
|
|
|
|
@4921
|
[4921]
|
6 years |
khali |
Update.
|
|
|
|
@4913
|
[4913]
|
6 years |
khali |
Fix SMSC SCH311x detection. The logical device number was missing.
|
|
|
|
@4910
|
[4910]
|
6 years |
khali |
sensors: Better handling of the fault flags.
|
|
|
|
@4899
|
[4899]
|
6 years |
khali |
libsensors: Report I/O errors as such.
|
|
|
|
@4898
|
[4898]
|
6 years |
khali |
sensors: Make error messages more helpful and consistent.
|
|
|
|
@4897
|
[4897]
|
6 years |
khali |
sensors: Print error messages to stderr.
|
|
|
|
@4896
|
[4896]
|
6 years |
khali |
libsensors: Differentiate between different read error types.
|
|
|
|
@4895
|
[4895]
|
6 years |
khali |
libsensors: Notify the caller when writing a value fails.
|
|
|
|
@4894
|
[4894]
|
6 years |
khali |
Add a short help text to sensors-conf-convert.
|
|
|
|
@4893
|
[4893]
|
6 years |
khali |
Install sensors-conf-convert as part of "make install". Users may need to …
|
|
|
|
@4892
|
[4892]
|
6 years |
khali |
Fix spurious critical temperature alarm.
|
|
|
|
@4888
|
[4888]
|
6 years |
khali |
Log the error code on failure, to make it easier to investigate
problems.
|
|
|
|
@4881
|
[4881]
|
6 years |
khali |
Reset the list of changes for 3.0.0-rc1. So many things changed
since …
|
|
|
|
@4816
|
[4816]
|
6 years |
khali |
Fix memory leaks in command line parsing.
|
|
|
|
@4815
|
[4815]
|
6 years |
khali |
Fix a memory leak when daemonizing.
|
|
|
|
@4813
|
[4813]
|
6 years |
khali |
Add a sample configuration section for the thmc50 and adm1022.
|
|
|
|
@4805
|
[4805]
|
6 years |
khali |
Drop all the chip-specific support from sensord.
|
|
|
|
@4802
|
[4802]
|
6 years |
khali |
Synchronize the sensord version with the lm-sensors version. We're
using …
|
|
|
|
@4782
|
[4782]
|
6 years |
khali |
Delete grab_busses.sh, it's deprecated. Use sensors --bus-list instead.
|
|
|
|
@4781
|
[4781]
|
6 years |
khali |
New sensors option: --bus-list. This option lists i2c buses that are
used …
|
|
|
|
@4770
|
[4770]
|
6 years |
khali |
sensors-conf-convert: New, script to convert old configuration files
to …
|
|
|
|
@4735
|
[4735]
|
6 years |
khali |
Add support for the Intel Tolapai SMBus controller. Patch from Jason …
|
|
|
|
@4726
|
[4726]
|
6 years |
khali |
Fix a memory leak on error in raw print mode.
|
|
|
|
@4700
|
[4700]
|
6 years |
khali |
Delete file BUGS. All documented bugs are in kernel drivers so the …
|
|
|
|
@4699
|
[4699]
|
6 years |
khali |
Drop the CONFORMING TO sections from the man pages. lm-sensors is in no …
|
|
|
|