Changeset 1044
- Timestamp:
- 03/23/01 21:34:27 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/README.thinkpad (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/README.thinkpad
r1042 r1044 9 9 until it becomes known what exactly is causing the corruption. 10 10 11 Though you may disagree about whose fault this is, fact is that seemingly 12 the Thinkpad can become corrupted even when only reading information from 13 the i2c/SMBus. Be assured that we never, ever write any information to 14 the bus while scanning(*), and that no halfway sane client implementation 15 should change its internal state, not to mention overwrite system-critical 16 information. 17 11 18 For more information, see: 12 19 13 20 http://www.linux-thinkpad.org/ 14 21 22 (*) Actually, we do write some information to the bus, but only as specified 23 in the i2c/SMBus protocol to select a certain chip address and to 24 start/stop i2c transactions. 15 25 16 3/20/01
