Changeset 2184
- Timestamp:
- 12/16/03 02:45:40 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/TODO (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/TODO
r2172 r2184 11 11 KERNEL MODULES 12 12 ============== 13 14 * Harmonize 'smart fan' support. 15 The following drivers support pwm. The ones that support 16 automatic or smart fan support are identified. 17 We have a /proc standard for manual PWM support that allows 18 for /proc based applications like pwmconfig and fancontrol 19 in our package. 20 Without a /proc standard for smart fan support such applications 21 are much more difficult. 22 23 Driver Manual PWM Smart fan 24 adm1026 standard not supported 25 asb100 standard ?? 26 it87 non-std yes 27 lm85 standard yes 28 vt1211 doesn't work not supported 29 w83627hf standard not supported 30 w83781d standard not supported (791 only) 31 32 The following drivers are for chips that have manual PWM only. 33 34 Driver Manual PWM 35 mtp008 standard 36 smsc47m1 standard 37 vt8231 standard 38 w83781d (except 791d) standard 13 39 14 40 * Assistance on how to fix module refcounting is welcome. … … 37 63 * Handle -1 returns from i2c layer rather than just delivering 0xFF to 38 64 /proc and libsensors; report errors through /proc 'alarms' or 39 new 'fail' entry? 65 new 'fail' entry? See adm1021 for a partial example. 66 40 67 * Add string function in sensors.o 41 68 * ALL: cleanup_module is void; check also that cleaning up is done … … 98 125 99 126 * Sensors program needs to print a + before lm75 temperatures 100 * Sensors program needs to be extended for many new chips101 127 102 128
