diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/max6650 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/hwmon/max6650 b/Documentation/hwmon/max6650 index c565650fcfc6..b26fef5f950e 100644 --- a/Documentation/hwmon/max6650 +++ b/Documentation/hwmon/max6650 | |||
@@ -4,7 +4,7 @@ Kernel driver max6650 | |||
4 | Supported chips: | 4 | Supported chips: |
5 | * Maxim 6650 / 6651 | 5 | * Maxim 6650 / 6651 |
6 | Prefix: 'max6650' | 6 | Prefix: 'max6650' |
7 | Addresses scanned: I2C 0x1b, 0x1f, 0x48, 0x4b | 7 | Addresses scanned: none |
8 | Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf | 8 | Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf |
9 | 9 | ||
10 | Authors: | 10 | Authors: |
@@ -36,6 +36,13 @@ fan1_div rw sets the speed range the inputs can handle. Legal | |||
36 | values are 1, 2, 4, and 8. Use lower values for | 36 | values are 1, 2, 4, and 8. Use lower values for |
37 | faster fans. | 37 | faster fans. |
38 | 38 | ||
39 | Usage notes | ||
40 | ----------- | ||
41 | |||
42 | This driver does not auto-detect devices. You will have to instantiate the | ||
43 | devices explicitly. Please see Documentation/i2c/instantiating-devices for | ||
44 | details. | ||
45 | |||
39 | Module parameters | 46 | Module parameters |
40 | ----------------- | 47 | ----------------- |
41 | 48 | ||