diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-01 08:28:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-01 08:28:26 -0700 |
commit | c92758ceda477b1333fde35327cfa867dcc47bd1 (patch) | |
tree | 9bdb7e6a5a25b746f175c4ebfb9028ec91115bb6 /Documentation | |
parent | 03fc922f4085a0139f313831fe2dc6fed467cd2d (diff) | |
parent | 4f02f8220562591322c118d07a32bebf705318b7 (diff) | |
download | op-kernel-dev-c92758ceda477b1333fde35327cfa867dcc47bd1.zip op-kernel-dev-c92758ceda477b1333fde35327cfa867dcc47bd1.tar.gz |
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
* 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6:
hwmon: (adt7473) minor cleanup / refactoring
hwmon: (asb100) Remove some dead code
hwmon: (lm75) Fix an incorrect comment
hwmon: (w83793) VID and VRM handling cleanups
hwmon: (w83l785ts) Don't ask the user to report failures
hwmon: (smsc47b397) add a new chip id (0x8c)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/w83l785ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/hwmon/w83l785ts b/Documentation/hwmon/w83l785ts index 1841ced..bd1fa9d 100644 --- a/Documentation/hwmon/w83l785ts +++ b/Documentation/hwmon/w83l785ts @@ -33,7 +33,8 @@ Known Issues ------------ On some systems (Asus), the BIOS is known to interfere with the driver -and cause read errors. The driver will retry a given number of times +and cause read errors. Or maybe the W83L785TS-S chip is simply unreliable, +we don't really know. The driver will retry a given number of times (5 by default) and then give up, returning the old value (or 0 if there is no old value). It seems to work well enough so that you should not notice anything. Thanks to James Bolt for helping test this feature. |