|
|
|
@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 … |
|
|
|
@5176
|
[5176]
|
04/14/08 17:27:59 |
khali |
Add support for virtual hwmon devices. This closes Red Hat bug #437637
and … |
|
|
|
@5174
|
[5174]
|
04/11/08 01:24:57 |
djwong |
Subject: [PATCH 1/4] libsensors: Detect OpenFirmware? hwmon devices
On a … |
|
|
|
@5163
|
[5163]
|
03/26/08 14:37:12 |
khali |
Patch from Aurelien Jarno:
I have just noticed that the FSF address is … |
|
|
|
@5145
|
[5145]
|
03/16/08 13:51:18 |
jwrdegoede |
The platform case
acts as a fallback solution so it must be last in the … |
|
|
|
@5134
|
[5134]
|
03/05/08 08:44:16 |
khali |
Use func instead of FUNCTION. The former is standard, the … |
|
|
|
@5093
|
[5093]
|
01/05/08 16:20:13 |
khali |
Add support for drivers that place the hwmon attributes in the hwmon
class … |
|
|
|
@5092
|
[5092]
|
01/05/08 13:31:55 |
khali |
Get the device type from the subsystem symlink, rather than
guessing it … |
|
|
|
@5075
|
[5075]
|
12/16/07 20:37:11 |
mmh |
libsensors: minor cleanup |
|
|
|
@5067
|
[5067]
|
12/10/07 14:30:22 |
khali |
libsensors: No longer depend on libsysfs.
Instead, access sysfs directly, … |
|
|
|
@4899
|
[4899]
|
09/29/07 20:48:20 |
khali |
libsensors: Report I/O errors as such. |
|
|
|
@4896
|
[4896]
|
09/29/07 14:46:36 |
khali |
libsensors: Differentiate between different read error types. |
|
|
|
@4895
|
[4895]
|
09/29/07 13:57:37 |
khali |
libsensors: Notify the caller when writing a value fails. |
|
|
|
@4879
|
[4879]
|
09/24/07 18:34:56 |
khali |
Drop SENSORS_ERR_NO_DEVS: we return success, not error, when no device
is … |
|
|
|
@4878
|
[4878]
|
09/24/07 17:22:01 |
khali |
Add support for platform devices with no ID. |
|
|
|
@4858
|
[4858]
|
09/23/07 19:42:27 |
khali |
Renumber feature and subfeature types to leave more room if we later
need … |
|
|
|
@4855
|
[4855]
|
09/23/07 16:34:42 |
khali |
Don't arbitrarily write errors to stderr. In production mode,
simply … |
|
|
|
@4854
|
[4854]
|
09/23/07 15:53:11 |
khali |
Delete unused SENSORS_ERR_ACCESS.
Rename SENSORS_ERR_PROC to the more … |
|
|
|
@4850
|
[4850]
|
09/23/07 14:49:47 |
khali |
Better prototype for get_type_scaling(). |
|
|
|
@4841
|
[4841]
|
09/23/07 14:20:07 |
khali |
Pass a subfeature structure to sensors_read_sysfs_attr() … |
|
|
|
@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 … |
|
|
|
@4830
|
[4830]
|
09/23/07 13:59:51 |
khali |
sensors_feature_data and sensors_chip_feature are now the exact
same … |
|
|
|
@4829
|
[4829]
|
09/21/07 20:15:32 |
khali |
Fix compilation breakage with non-C99 compilers. |
|
|
|
@4826
|
[4826]
|
09/20/07 23:23:19 |
khali |
Add support for beep features. |
|
|
|
@4776
|
[4776]
|
09/05/07 18:14:53 |
khali |
Move sensors_feature_get_type() from access.c to sysfs.c, it's only … |
|
|
|
@4769
|
[4769]
|
09/05/07 14:31:12 |
khali |
Add support for temperature offset files, which are part of the
standard … |
|
|
|
@4766
|
[4766]
|
09/05/07 14:28:31 |
khali |
Add support for the standard beep_enable attribute (#2248). |
|
|
|
@4765
|
[4765]
|
09/05/07 10:31:25 |
khali |
Increase MAX_SENSORS_PER_TYPE from 16 to 20: the ADM1026 can have up
to 17 … |
|
|
|
@4764
|
[4764]
|
09/05/07 10:29:36 |
khali |
Another minor optimization to sensors_read_dynamic_chip():
* We don't need … |
|
|
|
@4763
|
[4763]
|
09/05/07 10:26:26 |
khali |
Minor optimizations in sensors_read_dynamic_chip():
* We don't need to … |
|
|
|
@4762
|
[4762]
|
09/05/07 10:21:19 |
khali |
Now that we can deduce the scaling factor required for each feature
from … |
|
|
|
@4761
|
[4761]
|
09/05/07 10:20:35 |
khali |
Optimize the memory consumption in sensors_read_dynamic_chip(). The
idea … |
|
|
|
@4760
|
[4760]
|
09/05/07 10:19:42 |
khali |
Store the feature list length separately instead of null-terminating
the … |
|
|
|
@4759
|
[4759]
|
09/05/07 10:19:09 |
khali |
Renumber the features linearly, so that feature number N is at
position N … |
|
|
|
@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 … |
|
|
|
@4744
|
[4744]
|
09/02/07 13:15:27 |
khali |
Start numbering the features at 0, not 1. There's nothing wrong … |
|
|
|
@4743
|
[4743]
|
09/02/07 13:09:16 |
khali |
Use the feature type rather than the feature name to figure out whether
we … |
|
|
|
@4742
|
[4742]
|
09/02/07 12:55:03 |
khali |
Drop useless return. |
|
|
|
@4736
|
[4736]
|
08/31/07 16:42:20 |
khali |
Mass reindent, coding style and whitespace cleanups. |
|
|
|
@4732
|
[4732]
|
08/30/07 23:21:15 |
khali |
Make SENSORS_FEATURE_MAX_SUB_FEATURES private (and rename it … |
|
|
|
@4731
|
[4731]
|
08/30/07 23:10:41 |
khali |
Allocate the large sparse feature table in … |
|
|
|
@4689
|
[4689]
|
08/19/07 17:07:05 |
khali |
Add support for hardware monitoring chips on SPI buses.
SPI bus … |
|
|
|
@4687
|
[4687]
|
08/19/07 17:04:29 |
khali |
Support more bus types (part 2 of 2). Originally libsensors was … |
|
|
|
@4686
|
[4686]
|
08/19/07 17:03:50 |
khali |
Support more bus types (part 1 of 2). Originally libsensors was … |
|
|
|
@4674
|
[4674]
|
08/16/07 11:57:56 |
khali |
Don't handle the isa bus in sensors_parse_i2cbus_name(). We really
don't … |
|
|
|
@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 … |
|
|
|
@4667
|
[4667]
|
08/13/07 22:16:42 |
khali |
Pass the structures by reference inside libsensors. Again a … |
|
|
|
@4638
|
[4638]
|
07/22/07 12:13:19 |
khali |
No need to explicitly discard subclients. With the hwmon class, they … |
|
|
|
@4637
|
[4637]
|
07/21/07 11:28:12 |
khali |
Discard devices with zero feature. |
|
|
|
@4636
|
[4636]
|
07/21/07 10:44:31 |
khali |
Fix a memory leak in sensors_read_one_sysfs_chip() when an error occurs. |
|
|
|
@4630
|
[4630]
|
07/19/07 22:49:29 |
khali |
Now that sensors_feature_get_type() is an internal function, we can
adjust … |
|
|
|
@4629
|
[4629]
|
07/19/07 22:46:09 |
khali |
The way we use sensors_feature_get_type() is rather suboptimal. It … |
|
|
|
@4616
|
[4616]
|
07/16/07 14:08:00 |
khali |
No special treatment is needed for the name attribute. |
|
|
|
@4554
|
[4554]
|
07/05/07 18:09:40 |
khali |
Add support for multiple VID values. Untested as I don't have a chip … |
|
|
|
@4553
|
[4553]
|
07/05/07 17:03:22 |
khali |
Move sensors_proc_read and sensors_proc_write to sysfs.c, and rename … |
|
|
|
@4545
|
[4545]
|
07/03/07 18:03:22 |
khali |
Add some more warning flags, and fix these warnings. |
|
|
|
@4543
|
[4543]
|
07/03/07 15:22:28 |
khali |
Drop VRM reporting and selection support from libsensors. Since … |
|
|
|
@4521
|
[4521]
|
06/29/07 14:11:43 |
khali |
Simplify the code setting the feature mode. |
|
|
|
@4510
|
[4510]
|
06/28/07 16:39:34 |
khali |
With the new dynamic chip features enumeration code, the … |
|
|
|
@4509
|
[4509]
|
06/28/07 15:35:46 |
khali |
Feature names are now dynamically allocated -> no const. |
|
|
|
@4508
|
[4508]
|
06/28/07 14:09:00 |
khali |
Use complete chip names (prefix + bus + address) as the keys … |
|
|
|
@4474
|
[4474]
|
06/26/07 13:33:09 |
khali |
struct sensors_proc_chips_entry now has a single member, so we may
as well … |
|
|
|
@4464
|
[4464]
|
06/25/07 15:58:55 |
khali |
Return with an explicit error code/message if sysfs isn't mounted. |
|
|
|
@4462
|
[4462]
|
06/25/07 15:32:27 |
khali |
libsensors: Kill procfs support, part 1. |
|
|
|
@4420
|
[4420]
|
05/28/07 14:38:28 |
khali |
Fill the magnitude field of dynamically generated device entries. |
|
|
|
@4403
|
[4403]
|
05/13/07 17:02:44 |
khali |
libsensors: Drop support for non-sensor drivers: ddcmon and eeprom.
These … |
|
|
|
@4368
|
[4368]
|
04/10/07 13:51:07 |
jwrdegoede |
-rewrite dyn chip code, it now uses sensors_feature_get_type() to
… |
|
|
|
@4367
|
[4367]
|
04/09/07 20:07:07 |
jwrdegoede |
-comment abituguru entry in lib/chips.c and prog/sensors/main.c, as the
… |
|
|
|
@4359
|
[4359]
|
04/09/07 16:09:21 |
jwrdegoede |
dynamicly generate a sensors_chip_features_list entry for unknown chips … |
|
|
|
@4357
|
[4357]
|
04/03/07 14:55:30 |
mmh |
Merge from trunk (4303:4355) out to 3.0.0 branch. |
|
|
|
@4303
|
[4303]
|
01/23/07 15:02:28 |
mmh |
Create a branch for 3.0.0. |
|
copied from lm-sensors/trunk/lib/sysfs.c:
|
|
|
|
@4267
|
[4267]
|
12/21/06 09:24:01 |
khali |
libsensors: Get the i2c adapter names from the class device's … |