summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-02-05 23:17:34 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2006-02-13 22:30:09 -0800
commita40f0b0f2466483fad94e62177272d6a5711e50a (patch)
tree79ffb1c4639767a448f34521c6921fbec057db02 /Documentation
parentc7f5d7edd8b3fa4204389efc4c9081cc90a811d2 (diff)
[PATCH] w83627hf: Document the reset module parameter
Document the reset module parameter which was recently added to the w83627hf driver. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/hwmon/w83627hf4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/hwmon/w83627hf b/Documentation/hwmon/w83627hf
index 5d23776e9907..bbeaba680443 100644
--- a/Documentation/hwmon/w83627hf
+++ b/Documentation/hwmon/w83627hf
@@ -36,6 +36,10 @@ Module Parameters
(default is 1)
Use 'init=0' to bypass initializing the chip.
Try this if your computer crashes when you load the module.
+* reset: int
+ (default is 0)
+ The driver used to reset the chip on load, but does no more. Use
+ 'reset=1' to restore the old behavior. Report if you need to do this.
Description
-----------