root/lm-sensors/branches/lm-sensors-3.0.0/lib/sensors.h


Mode:

Legend:

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