Changeset 2625
- Timestamp:
- 07/03/04 09:17:52 (4 years ago)
- Files:
-
- lm-sensors/trunk/README (modified) (1 diff)
- lm-sensors/trunk/TODO (modified) (1 diff)
- lm-sensors/trunk/doc/chips/SUMMARY (modified) (1 diff)
- lm-sensors/trunk/doc/chips/lm75 (modified) (3 diffs)
- lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/README
r2588 r2625 96 96 Microchip TC1068, TCM1617, TCN75 97 97 Myson MTP008 98 National Semiconductor LM75, LM76, LM7 7, LM78, LM78-J, LM79,98 National Semiconductor LM75, LM76, LM78, LM78-J, LM79, 99 99 LM80, LM81, LM83, LM84, LM85, LM87, 100 100 LM89, LM90, LM92, LM99, PC87360, lm-sensors/trunk/TODO
r2184 r2625 95 95 * gl518sm: Assume that new values are close to old values, so start with 96 96 trying to use a small range near the old values (already partially done) 97 * lm77: Add detection in lm75.c and sensors-detect to distinguish from98 an lm75. Add support for the two new registers.99 97 * Add MTP006F chip: http://www.myson.com/Pcd/MTP006/Mtp006.pdf 100 98 gfiala@s.netic.de (Guido Fiala) has one on his mainboard lm-sensors/trunk/doc/chips/SUMMARY
r2574 r2625 117 117 ds1775 1 - - - yes no 118 118 tcn75 1 - - - yes no 119 lm77 1 - - - yes no120 119 121 120 lm78 lm-sensors/trunk/doc/chips/lm75
r1524 r2625 8 8 Prefix: `lm75' 9 9 Addresses scanned: I2C 0x48 - 0x4f (inclusive) 10 Datasheet: Publicly available at the National Semiconductor website11 http://www.national.com12 * National Semiconductor LM7713 Prefix: `lm75'14 Addresses scanned: I2C 0x48 - 0x4b (inclusive)15 10 Datasheet: Publicly available at the National Semiconductor website 16 11 http://www.national.com … … 70 65 the temperature of the processor(s). 71 66 72 The LM77 is supported as well. It is not distinguished from an LM7573 and the two additional registers in the LM77 are not supported.74 The prefix in the /proc directory is still 'lm75'.75 76 67 The DS75 and DS1775 are supported as well. 77 68 They are not distinguished from an LM75. While these chips … … 81 72 82 73 The TCN75 is supported as well, and is not distinguished from an LM75. 74 75 The LM77 is not supported, contrary to what we pretended for a long time. 76 Both chips are simply not compatible, value encoding differs. 77 83 78 84 79 Chip Features lm-sensors/trunk/mkpatch/mkpatch.pl
r2471 r2625 425 425 CONFIG_SENSORS_LM75 426 426 If you say yes here you get support for National Semiconductor LM75 427 sensor chips and clones: Dallas Semi DS75 and DS1775, TelCon428 TCN75 , and National Semi LM77. This can also be built as a module which429 can be inserted andremoved while the kernel is running.427 sensor chips and clones: Dallas Semi DS75 and DS1775, and TelCon 428 TCN75. This can also be built as a module which can be inserted and 429 removed while the kernel is running. 430 430 431 431 You will also need the latest user-space utilties: you can find them
