2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

add suggestion on libsensors for unknown chips

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1703 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2003-01-21 02:07:30 +00:00
parent f908811d8c
commit 332ed998fe

9
TODO
View File

@@ -89,6 +89,15 @@ KERNEL MODULES
LIBRARY
=======
* Easier use of /proc and libsensors without knowing the chip type
At the moment a programmer wishing to use the lm_sensors package needs to know
what chips are supported and needs to add all those chips into his package.
If you were to add a field or function to your structures to the effect of
sensor-function a programmer could use the package a lot more simply.
For values you could do something like -
enum sensor-type { volt, fan, temp, volt_min, volt_max, fan_div, fan_min,
temp_over, temp_hyst }
* reload does not work (Bison/Flex problem?).
* Some library routines are pretty inefficient right now.
* Library should be split in more separate files, for better linking