]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwmon: (lm75) Strengthen detect function
authorGuenter Roeck <linux@roeck-us.net>
Thu, 4 Dec 2014 17:58:15 +0000 (09:58 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 5 Dec 2014 18:18:02 +0000 (10:18 -0800)
commit4ad40cc568c5537de11092d3362f9cb287f915d9
treed645f9b83c36b6aa231740ab1f8926f2158f7c99
parentb95579cd8795442e75c8846fa6eeb4fb442e9d83
hwmon: (lm75) Strengthen detect function

A chip returning 0x00 in all registers is erroneously detected
as LM75. Check hysteresis and temperature limit registers and
abort if both are 0 to reduce the likelyhood for this to happen.

Reviewed-by: Rob Coulson <rob.coulson@gmail.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm75.c