|
|
|
@5379
|
[5379]
|
10/24/08 11:04:26 |
khali |
Add support for current sensors. |
|
|
|
@5378
|
[5378]
|
10/24/08 11:03:18 |
khali |
Add support for instantaneous power sensors. |
|
|
|
@5183
|
[5183]
|
04/17/08 03:27:22 |
djwong |
Subject: [PATCH 1/3 v3] libsensors: Support energy and power meters
Add … |
|
|
|
@5177
|
[5177]
|
04/14/08 17:29:49 |
khali |
Trivial alignment fix. |
|
|
|
@5176
|
[5176]
|
04/14/08 17:27:59 |
khali |
Add support for virtual hwmon devices. This closes Red Hat bug #437637
and … |
|
|
|
@5163
|
[5163]
|
03/26/08 14:37:12 |
khali |
Patch from Aurelien Jarno:
I have just noticed that the FSF address is … |
|
|
|
@4978
|
[4978]
|
10/22/07 21:27:38 |
jwrdegoede |
make SENSORS_API_VERSION hexadecimal |
|
|
|
@4975
|
[4975]
|
10/22/07 11:39:15 |
jwrdegoede |
add SENSORS_API_VERSION define to sensors.h |
|
|
|
@4871
|
[4871]
|
09/24/07 13:22:24 |
khali |
SENSORS_NO_MAPPING is no longer used, delete it. |
|
|
|
@4859
|
[4859]
|
09/23/07 19:48:57 |
khali |
Reserve some room in struct sensors_feature for future extension. |
|
|
|
@4858
|
[4858]
|
09/23/07 19:42:27 |
khali |
Renumber feature and subfeature types to leave more room if we later
need … |
|
|
|
@4846
|
[4846]
|
09/23/07 14:30:28 |
khali |
New public library function: sensors_get_subfeature(). Applications … |
|
|
|
@4838
|
[4838]
|
09/23/07 14:16:50 |
khali |
Introduce a separate type for main features. Make subfeatures map to
the … |
|
|
|
@4837
|
[4837]
|
09/23/07 14:12:19 |
khali |
Rename subfeature types from *_FEATURE_* to *_SUBFEATURE_*, to … |
|
|
|
@4836
|
[4836]
|
09/23/07 14:07:53 |
khali |
Update the comments and symbols in the whole library code to refer … |
|
|
|
@4834
|
[4834]
|
09/23/07 14:05:16 |
khali |
Define a separate structure to represent main features. This allows
for … |
|
|
|
@4832
|
[4832]
|
09/23/07 14:02:22 |
khali |
Rename struct sensors_feature_data to sensors_subfeature. This is a
first … |
|
|
|
@4831
|
[4831]
|
09/23/07 14:00:59 |
khali |
Split sensors_get_all_features() into two distinct functions, one to
get … |
|
|
|
@4830
|
[4830]
|
09/23/07 13:59:51 |
khali |
sensors_feature_data and sensors_chip_feature are now the exact
same … |
|
|
|
@4826
|
[4826]
|
09/20/07 23:23:19 |
khali |
Add support for beep features. |
|
|
|
@4769
|
[4769]
|
09/05/07 14:31:12 |
khali |
Add support for temperature offset files, which are part of the
standard … |
|
|
|
@4767
|
[4767]
|
09/05/07 14:29:20 |
khali |
Renumber SENSORS_FEATURE_VID from 0x300 to 0x1000. If we ever need
to add … |
|
|
|
@4766
|
[4766]
|
09/05/07 14:28:31 |
khali |
Add support for the standard beep_enable attribute (#2248). |
|
|
|
@4758
|
[4758]
|
09/05/07 10:17:22 |
khali |
The compute mapping value is either SENSORS_NO_MAPPING or the same
feature … |
|
|
|
@4757
|
[4757]
|
09/05/07 10:13:15 |
khali |
Rename sensors_feature_data.mode to flags, as we plan to use it to
store … |
|
|
|
@4736
|
[4736]
|
08/31/07 16:42:20 |
khali |
Mass reindent, coding style and whitespace cleanups. |
|
|
|
@4733
|
[4733]
|
08/30/07 23:23:22 |
khali |
Reorder the members of the structures sensors_feature_data … |
|
|
|
@4732
|
[4732]
|
08/30/07 23:21:15 |
khali |
Make SENSORS_FEATURE_MAX_SUB_FEATURES private (and rename it … |
|
|
|
@4730
|
[4730]
|
08/29/07 16:08:47 |
khali |
Rename SENSORS_FEATURE_TEMP_SENS to SENSORS_FEATURE_TEMP_TYPE. This
better … |
|
|
|
@4702
|
[4702]
|
08/26/07 10:26:51 |
khali |
Make sensors_match_chip internal to libsensors. It is no longer used … |
|
|
|
@4701
|
[4701]
|
08/26/07 10:26:20 |
khali |
Add a parameter to sensors_get_detected_chips(), to optionally let … |
|
|
|
@4696
|
[4696]
|
08/22/07 19:07:11 |
khali |
Drop SENSORS_MODE_NO_RW and SENSORS_MODE_RW. The mode is a bitfield,
we … |
|
|
|
@4695
|
[4695]
|
08/22/07 19:06:13 |
khali |
sensors_get_value() and sensors_set_value(), respectively.
The new names … |
|
|
|
@4694
|
[4694]
|
08/22/07 19:05:01 |
khali |
Change the prototype of sensors_get_label(). Errors can be reported
with a … |
|
|
|
@4693
|
[4693]
|
08/22/07 19:04:12 |
khali |
Drop support for reloading the configuration with sensors_init().
Instead, … |
|
|
|
@4689
|
[4689]
|
08/19/07 17:07:05 |
khali |
Add support for hardware monitoring chips on SPI buses.
SPI bus … |
|
|
|
@4688
|
[4688]
|
08/19/07 17:05:52 |
khali |
Contrary to what the comment says, sensors_proc_bus_count may be … |
|
|
|
@4686
|
[4686]
|
08/19/07 17:03:50 |
khali |
Support more bus types (part 1 of 2). Originally libsensors was … |
|
|
|
@4684
|
[4684]
|
08/18/07 08:58:33 |
khali |
Fix a broken comment. |
|
|
|
@4678
|
[4678]
|
08/16/07 18:18:18 |
khali |
Reindent and cleanup. |
|
|
|
@4676
|
[4676]
|
08/16/07 12:04:57 |
khali |
Add a new function to libsensors doing the opposite … |
|
|
|
@4673
|
[4673]
|
08/16/07 11:56:07 |
khali |
Rename sensors_chip_name.busname to path, as this is what we are using
it … |
|
|
|
@4672
|
[4672]
|
08/16/07 11:54:53 |
khali |
Drop support for "dummy" bus type. The kernel no longer supports
such fake … |
|
|
|
@4666
|
[4666]
|
08/13/07 22:16:03 |
khali |
Change the libsensors API so that all structures are passed by
reference. … |
|
|
|
@4648
|
[4648]
|
08/09/07 10:43:40 |
khali |
Delete sensors_do_all_sets(). I couldn't find any application using … |
|
|
|
@4647
|
[4647]
|
08/09/07 10:39:41 |
khali |
Don't export sensors_chip_name_has_wildcards(). I don't know of … |
|
|
|
@4644
|
[4644]
|
07/24/07 10:20:53 |
khali |
Let libsensors handle ignore statements by itself, rather than
delegating … |
|
|
|
@4643
|
[4643]
|
07/24/07 10:19:59 |
khali |
The way we build the feature lists guarantees that subfeatures … |
|
|
|
@4629
|
[4629]
|
07/19/07 22:46:09 |
khali |
The way we use sensors_feature_get_type() is rather suboptimal. It … |
|
|
|
@4602
|
[4602]
|
07/10/07 21:55:06 |
khali |
Advertise and document libsensors_version. |
|
|
|
@4554
|
[4554]
|
07/05/07 18:09:40 |
khali |
Add support for multiple VID values. Untested as I don't have a chip … |
|
|
|
@4543
|
[4543]
|
07/03/07 15:22:28 |
khali |
Drop VRM reporting and selection support from libsensors. Since … |
|
|
|
@4509
|
[4509]
|
06/28/07 15:35:46 |
khali |
Feature names are now dynamically allocated -> no const. |
|
|
|
@4465
|
[4465]
|
06/25/07 16:21:01 |
khali |
Delete all remnants of algorithm names. |
|
|
|
@4428
|
[4428]
|
05/29/07 18:49:06 |
khali |
Drop SENSORS_FEATURE_TEMP_LIM, it doesn't correspond to anything in … |
|
|
|
@4427
|
[4427]
|
05/29/07 18:23:19 |
khali |
Drop SENSORS_FEATURE_TEMP_OVER, SENSORS_FEATURE_TEMP_HIGH … |
|
|
|
@4423
|
[4423]
|
05/28/07 16:22:58 |
khali |
Fixes to the dynamic chip support:
* Fix the handling of temperature … |
|
|
|
@4368
|
[4368]
|
04/10/07 13:51:07 |
jwrdegoede |
-rewrite dyn chip code, it now uses sensors_feature_get_type() to
… |
|
|
|
@4366
|
[4366]
|
04/09/07 19:48:57 |
jwrdegoede |
Generic chip support / get featuretype fixes just received from Bob … |
|
|
|
@4360
|
[4360]
|
04/09/07 16:40:05 |
jwrdegoede |
add sensors_feature_get_type method, by Bob Schlarmann and Luuk Kleiweg |
|
|
|
@4303
|
[4303]
|
01/23/07 15:02:28 |
mmh |
Create a branch for 3.0.0. |
|
copied from lm-sensors/trunk/lib/sensors.h:
|
|
|
|
@4287
|
[4287]
|
01/09/07 03:46:13 |
mmh |
The sensors library relied on one structure having an identical layout … |