Changeset 1703

Show
Ignore:
Timestamp:
01/21/03 03:07:30 (10 years ago)
Author:
mds
Message:

add suggestion on libsensors for unknown chips

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/TODO

    r1702 r1703  
    9090======= 
    9191 
     92* Easier use of /proc and libsensors without knowing the chip type 
     93  At the moment a programmer wishing to use the lm_sensors package needs to know 
     94  what chips are supported and needs to add all those chips into his package. 
     95  If you were to add a field or function to your structures to the effect of 
     96  sensor-function a programmer could use the package a lot more simply. 
     97  For values you could do something like - 
     98    enum sensor-type { volt, fan, temp, volt_min, volt_max, fan_div, fan_min, 
     99    temp_over, temp_hyst } 
     100 
    92101* reload does not work (Bison/Flex problem?). 
    93102* Some library routines are pretty inefficient right now.