|
|
|
@4834
|
[4834]
|
6 years |
khali |
Define a separate structure to represent main features. This allows
for …
|
|
|
|
@4833
|
[4833]
|
6 years |
khali |
Store current temperature, voltage and fan values together with
the rest …
|
|
|
|
@4832
|
[4832]
|
6 years |
khali |
Rename struct sensors_feature_data to sensors_subfeature. This is a
first …
|
|
|
|
@4831
|
[4831]
|
6 years |
khali |
Split sensors_get_all_features() into two distinct functions, one to
get …
|
|
|
|
@4822
|
[4822]
|
6 years |
khali |
Better error handling when a feature value can't be read.
|
|
|
|
@4801
|
[4801]
|
6 years |
khali |
Fix fan fault handling. We were testing for fan fault before actually …
|
|
|
|
@4791
|
[4791]
|
6 years |
khali |
Fix sensors output when a temperature channel has a critical limit but
no …
|
|
|
|
@4774
|
[4774]
|
6 years |
khali |
Don't print an error message when libsensors returns a feature
we don't …
|
|
|
|
@4766
|
[4766]
|
6 years |
khali |
Add support for the standard beep_enable attribute (#2248).
|
|
|
|
@4757
|
[4757]
|
6 years |
khali |
Rename sensors_feature_data.mode to flags, as we plan to use it to
store …
|
|
|
|
@4730
|
[4730]
|
6 years |
khali |
Rename SENSORS_FEATURE_TEMP_SENS to SENSORS_FEATURE_TEMP_TYPE. This
better …
|
|
|
|
@4728
|
[4728]
|
6 years |
khali |
Remove "generic" from all printing function names. This is the default …
|
|
|
|
@4726
|
[4726]
|
6 years |
khali |
Fix a memory leak on error in raw print mode.
|
|
|
|
@4725
|
[4725]
|
6 years |
khali |
Don't print the feature name for subfeatures in raw mode. Subfeatures …
|
|
|
|
@4724
|
[4724]
|
6 years |
khali |
Move print_chip_raw() at the top of the file, as it is indepdendent from …
|
|
|
|
@4723
|
[4723]
|
6 years |
khali |
Fix error message in print_chip_raw().
|
|
|
|
@4720
|
[4720]
|
6 years |
khali |
Drop function get_feature_value, it wasn't adding much value.
|
|
|
|
@4719
|
[4719]
|
6 years |
khali |
Avoid the conversions from double to float.
|
|
|
|
@4718
|
[4718]
|
6 years |
khali |
Change print_temp_limits() to expose a sane interface. This lets us get …
|
|
|
|
@4717
|
[4717]
|
6 years |
khali |
Move the printing of the current temperature out of print_temp_info(). …
|
|
|
|
@4716
|
[4716]
|
6 years |
khali |
print_temp_info is only ever called with precision values of 1, so we
can …
|
|
|
|
@4715
|
[4715]
|
6 years |
khali |
Only consider the main features when computing how much room we need
to …
|
|
|
|
@4714
|
[4714]
|
6 years |
khali |
Labels do fit in the imparted space by construction now, so no need
to …
|
|
|
|
@4713
|
[4713]
|
6 years |
khali |
Clean up the global variables:
* do_sets, do_raw and hide_adapter are only …
|
|
|
|
@4710
|
[4710]
|
6 years |
khali |
Merge chips_generic.c into chips.c. The boundary between both files was …
|
|
|
|
@4708
|
[4708]
|
6 years |
khali |
Mass reindent and coding style cleanups.
|
|
|
|
@4698
|
[4698]
|
6 years |
khali |
Relabel "sensors -u" from "unknown chip" to "raw chip". sensors uses …
|
|
|
|
@4695
|
[4695]
|
6 years |
khali |
sensors_get_value() and sensors_set_value(), respectively.
The new names …
|
|
|
|
@4694
|
[4694]
|
6 years |
khali |
Change the prototype of sensors_get_label(). Errors can be reported
with a …
|
|
|
|
@4666
|
[4666]
|
6 years |
khali |
Change the libsensors API so that all structures are passed by
reference. …
|
|
|
|
@4645
|
[4645]
|
6 years |
khali |
We no longer need sensors_get_label_and_valid(), as it does hardly
more …
|
|
|
|
@4644
|
[4644]
|
6 years |
khali |
Let libsensors handle ignore statements by itself, rather than
delegating …
|
|
|
|
@4643
|
[4643]
|
6 years |
khali |
The way we build the feature lists guarantees that subfeatures always …
|
|
|
|
@4578
|
[4578]
|
6 years |
khali |
Right-align FAULT flags.
|
|
|
|
@4559
|
[4559]
|
6 years |
jwrdegoede |
Better generic print fault handling
|
|
|
|
@4543
|
[4543]
|
6 years |
khali |
Drop VRM reporting and selection support from libsensors. Since kernel …
|
|
|
|
@4505
|
[4505]
|
6 years |
khali |
Delete needless forward declarations and wrapper.
|
|
|
|
@4503
|
[4503]
|
6 years |
khali |
Drop all the chip-specific handling and printing code from sensors. The …
|
|
|
|
@4428
|
[4428]
|
6 years |
khali |
Drop SENSORS_FEATURE_TEMP_LIM, it doesn't correspond to anything in the …
|
|
|
|
@4421
|
[4421]
|
6 years |
khali |
Fix alignment of alarm for one-limit temperatures.
|
|
|
|
@4376
|
[4376]
|
6 years |
khali |
Fix alignment of lm85 voltages.
|
|
|
|
@4361
|
[4361]
|
6 years |
jwrdegoede |
generic in/temp/fan printing routines for sensors prog, by Bob Schlarmann …
|
|
|
|
@4357
|
[4357]
|
6 years |
mmh |
Merge from trunk (4303:4355) out to 3.0.0 branch.
|
|
|
|
@4303
|
[4303]
|
6 years |
mmh |
Create a branch for 3.0.0.
|
|
copied from lm-sensors/trunk/prog/sensors/chips.c:
|
|
|
|
@4291
|
[4291]
|
6 years |
khali |
sensors: Hide error on missing w83793 temp. Patch from Gong Jun (Winbond).
|