diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-05-27 16:11:48 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-06 08:20:55 -0700 |
commit | 85fad7f5cdc3c027a87c47ce0384b30f515bf3b0 (patch) | |
tree | 7f35f5ce620ba9d1f150eb57a354166f639eb0fe /Documentation | |
parent | e8deb37e331584ba923eef712183b0ed75a6683f (diff) | |
download | lwn-85fad7f5cdc3c027a87c47ce0384b30f515bf3b0.tar.gz lwn-85fad7f5cdc3c027a87c47ce0384b30f515bf3b0.zip |
hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37
commit 9aecac04d8d89e730ae362a748113b19c06a9d39 upstream.
I2C address 0x37 may be used by EEPROMs, which can result in false
positives. Do not attempt to detect a chip at this address.
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/tmp401 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/tmp401 b/Documentation/hwmon/tmp401 index 8eb88e974055..711f75e189eb 100644 --- a/Documentation/hwmon/tmp401 +++ b/Documentation/hwmon/tmp401 @@ -20,7 +20,7 @@ Supported chips: Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html * Texas Instruments TMP435 Prefix: 'tmp435' - Addresses scanned: I2C 0x37, 0x48 - 0x4f + Addresses scanned: I2C 0x48 - 0x4f Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html Authors: |