|
|
|
@5176
|
[5176]
|
04/14/08 17:27:59 |
khali |
Add support for virtual hwmon devices. This closes Red Hat bug #437637
and … |
|
|
|
@5175
|
[5175]
|
04/11/08 22:41:31 |
khali |
We start at the end of the chip list, going backwards, and we want … |
|
|
|
@5163
|
[5163]
|
03/26/08 14:37:12 |
khali |
Patch from Aurelien Jarno:
I have just noticed that the FSF address is … |
|
|
|
@5077
|
[5077]
|
12/18/07 11:06:58 |
khali |
Returned error values are supposed to be negative. |
|
|
|
@4851
|
[4851]
|
09/23/07 15:17:53 |
khali |
Preserve error values returned by sensors_read_sysfs_attr() … |
|
|
|
@4846
|
[4846]
|
09/23/07 14:30:28 |
khali |
New public library function: sensors_get_subfeature(). Applications … |
|
|
|
@4845
|
[4845]
|
09/23/07 14:24:13 |
khali |
Use sensors_lookup_chip() wherever possible, it makes the code
more … |
|
|
|
@4844
|
[4844]
|
09/23/07 14:23:38 |
khali |
Use sensors_lookup_chip() to speed up sensors_lookup_subfeature_name()
as … |
|
|
|
@4843
|
[4843]
|
09/23/07 14:23:06 |
khali |
New internal library function: sensors_lookup_chip(). It looks up a
chip … |
|
|
|
@4842
|
[4842]
|
09/23/07 14:20:48 |
khali |
sensors_lookup_subfeature_nr() can now be made static. |
|
|
|
@4841
|
[4841]
|
09/23/07 14:20:07 |
khali |
Pass a subfeature structure to sensors_read_sysfs_attr() … |
|
|
|
@4840
|
[4840]
|
09/23/07 14:19:29 |
khali |
There's no rationale for preventing against setting the same
subfeature … |
|
|
|
@4839
|
[4839]
|
09/23/07 14:18:46 |
khali |
We can plain skip the feature lookup and compute statement search … |
|
|
|
@4838
|
[4838]
|
09/23/07 14:16:50 |
khali |
Introduce a separate type for main features. Make subfeatures map to
the … |
|
|
|
@4836
|
[4836]
|
09/23/07 14:07:53 |
khali |
Update the comments and symbols in the whole library code to refer … |
|
|
|
@4835
|
[4835]
|
09/23/07 14:06:51 |
khali |
sensors_get_all_features has a single caller now, so fold
it thereinto. |
|
|
|
@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 … |
|
|
|
@4796
|
[4796]
|
09/16/07 17:34:52 |
mmh |
Make sensors.conf entirely case-sensitive. |
|
|
|
@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). |
|
|
|
@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 … |
|
|
|
@4736
|
[4736]
|
08/31/07 16:42:20 |
khali |
Mass reindent, coding style and whitespace cleanups. |
|
|
|
@4730
|
[4730]
|
08/29/07 16:08:47 |
khali |
Rename SENSORS_FEATURE_TEMP_SENS to SENSORS_FEATURE_TEMP_TYPE. This
better … |
|
|
|
@4729
|
[4729]
|
08/29/07 16:00:47 |
khali |
Looking up a mapping can't fail if looking up the feature itself
succeeded … |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@4667
|
[4667]
|
08/13/07 22:16:42 |
khali |
Pass the structures by reference inside libsensors. Again a … |
|
|
|
@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 … |
|
|
|
@4646
|
[4646]
|
07/24/07 10:22:03 |
khali |
Now that sensors_get_ignored() is an internal function, we can change
its … |
|
|
|
@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 … |
|
|
|
@4642
|
[4642]
|
07/22/07 14:51:57 |
khali |
Speed up sensors_get_ignored() a bit. We can return as soon as an … |
|
|
|
@4637
|
[4637]
|
07/21/07 11:28:12 |
khali |
Discard devices with zero feature. |
|
|
|
@4631
|
[4631]
|
07/19/07 22:50:17 |
khali |
Minor optimizations to sensors_feature_get_type():
* We no longer support … |
|
|
|
@4630
|
[4630]
|
07/19/07 22:49:29 |
khali |
Now that sensors_feature_get_type() is an internal function, we can
adjust … |
|
|
|
@4553
|
[4553]
|
07/05/07 17:03:22 |
khali |
Move sensors_proc_read and sensors_proc_write to sysfs.c, and rename … |
|
|
|
@4550
|
[4550]
|
07/04/07 09:54:37 |
jwrdegoede |
Add support for foo#_label sysfs files |
|
|
|
@4545
|
[4545]
|
07/03/07 18:03:22 |
khali |
Add some more warning flags, and fix these warnings. |
|
|
|
@4544
|
[4544]
|
07/03/07 16:26:26 |
khali |
Make a few libsensors functions static. |
|
|
|
@4543
|
[4543]
|
07/03/07 15:22:28 |
khali |
Drop VRM reporting and selection support from libsensors. Since … |
|
|
|
@4538
|
[4538]
|
07/03/07 10:18:21 |
khali |
Use sscanf instead of regex to match the feature names. This is much … |
|
|
|
@4520
|
[4520]
|
06/29/07 13:46:20 |
khali |
There are no sensor* sysfs files.
The VID value is in cpu*_vid, not vid. |
|
|
|
@4519
|
[4519]
|
06/29/07 10:21:38 |
khali |
Drop two unused macros. |
|
|
|
@4513
|
[4513]
|
06/28/07 20:19:58 |
khali |
We no longer need alternative sysfs file names and magnitudes, as they … |
|
|
|
@4510
|
[4510]
|
06/28/07 16:39:34 |
khali |
With the new dynamic chip features enumeration code, the … |
|
|
|
@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 … |
|
|
|
@4465
|
[4465]
|
06/25/07 16:21:01 |
khali |
Delete all remnants of algorithm names. |
|
|
|
@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
… |
|
|
|
@4367
|
[4367]
|
04/09/07 20:07:07 |
jwrdegoede |
-comment abituguru entry in lib/chips.c and prog/sensors/main.c, as the
… |
|
|
|
@4366
|
[4366]
|
04/09/07 19:48:57 |
jwrdegoede |
Generic chip support / get featuretype fixes just received from Bob … |
|
|
|
@4364
|
[4364]
|
04/09/07 16:52:28 |
jwrdegoede |
Some fixes for problems with the dyn chip support / generic printing … |
|
|
|
@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/access.c:
|
|
|
|
@4287
|
[4287]
|
01/09/07 03:46:13 |
mmh |
The sensors library relied on one structure having an identical layout … |