From 677b89151bd08f5851e21b56120e5be296fc7157 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Mon, 16 Jan 2012 22:51:47 +0100 Subject: [PATCH] --- yaml --- r: 285850 b: refs/heads/master c: d93ab7807063ade8ad4b3ba55347e333dbde4d52 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/lm63.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9952c83bb2b0..7ce507f3cd0d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 409c0b5bdf7d80e61380ce6b226b98405576d7cc +refs/heads/master: d93ab7807063ade8ad4b3ba55347e333dbde4d52 diff --git a/trunk/drivers/hwmon/lm63.c b/trunk/drivers/hwmon/lm63.c index 0c4fff0a00a4..a5e4ba82af17 100644 --- a/trunk/drivers/hwmon/lm63.c +++ b/trunk/drivers/hwmon/lm63.c @@ -51,7 +51,10 @@ /* * Addresses to scan - * Address is fully defined internally and cannot be changed. + * Address is fully defined internally and cannot be changed except for + * LM64 which has one pin dedicated to address selection. + * LM63 and LM96163 have address 0x4c. + * LM64 can have address 0x18 or 0x4e. */ static const unsigned short normal_i2c[] = { 0x18, 0x4c, 0x4e, I2C_CLIENT_END };