Show
Ignore:
Timestamp:
10/13/06 21:55:41 (7 years ago)
Author:
khali
Message:

libsensors: Drop support for algorithm names.
I2C algorithms no longer have names in Linux 2.6, and anyway they are
implementation details user-space doesn't care about. No third party
application is known to have ever used this particular feature of
libsensors. "sensord" and "sensors" no longer do.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/lib/libsensors.3

    r4157 r4208  
    2525.\" References consulted: 
    2626.\"     libsensors source code 
    27 .TH libsensors 3  "December 30, 1998" "" "Linux Programmer's Manual" 
     27.TH libsensors 3  "October 2006" "" "Linux Programmer's Manual" 
    2828.SH NAME 
    29 libsensors \- publically accessible functions provided by the sensors library 
     29libsensors \- publicly accessible functions provided by the sensors library 
    3030.SH SYNOPSIS 
    3131.nf 
     
    4040.B int sensors_chip_name_has_wildcards(sensors_chip_name chip); 
    4141.B const char *sensors_get_adapter_name(int bus_nr); 
    42 .B const char *sensors_get_algorithm_name(int bus_nr); 
    4342.B int sensors_get_label(sensors_chip_name name, int feature,  
    4443                      \fBchar **result);\fP 
     
    8079.B const char *sensors_get_adapter_name(int bus_nr); 
    8180.br 
     81This function returns the adapter name of a bus number, as used within the 
     82sensors_chip_name structure. If it could not be found, it returns NULL. 
     83 
    8284.B const char *sensors_get_algorithm_name(int bus_nr); 
    8385.br 
    84 These functions return the adapter and algorithm names of a bus number, as used within the sensors_chip_name structure. If it could not be found, it returns NULL 
     86This function used to return the algorithm name of a bus number. 
     87It is now deprecated and returns an arbitrary string. It will be dropped 
     88in a later version of the library so you should stop using it. 
    8589 
    8690\fBint sensors_get_label(sensors_chip_name name, int feature,