All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] sensors-detect: Fix address ranges checked for
@ 2011-02-09 17:19 Guenter Roeck
  2011-02-09 17:28 ` [lm-sensors] [PATCH] sensors-detect: Fix address ranges checked Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2011-02-09 17:19 UTC (permalink / raw)
  To: lm-sensors

Update I2C address ranges for SMSC EMC1403, EMC1404, and EMC1423 to match
information in datasheets.

--
Index: prog/detect/sensors-detect
=================================--- prog/detect/sensors-detect	(revision 5915)
+++ prog/detect/sensors-detect	(working copy)
@@ -1257,17 +1257,17 @@
 	}, {
 		name => "SMSC EMC1403",
 		driver => "emc1403",
-		i2c_addrs => [0x18, 0x2a, 0x4c, 0x4d],
+		i2c_addrs => [0x18, 0x29, 0x4c, 0x4d],
 		i2c_detect => sub { emc1403_detect(@_, 0); },
 	}, {
 		name => "SMSC EMC1404",
 		driver => "to-be-written", # emc1403
-		i2c_addrs => [0x18, 0x2a, 0x4c, 0x4d],
+		i2c_addrs => [0x18, 0x29, 0x4c, 0x4d],
 		i2c_detect => sub { emc1403_detect(@_, 1); },
 	}, {
 		name => "SMSC EMC1423",
 		driver => "emc1403",
-		i2c_addrs => [0x18, 0x2a, 0x4c, 0x4d],
+		i2c_addrs => [0x4c],
 		i2c_detect => sub { emc1403_detect(@_, 3); },
 	}, {
 		name => "SMSC EMC1424",
Index: CHANGES
=================================--- CHANGES	(revision 5915)
+++ CHANGES	(working copy)
@@ -24,6 +24,8 @@
                   Add detection of Nuvoton NCT5571D, NCT5577D and NCT6776F
                   Add detection of SMSC EMC1002, EMC1033, EMC1046, EMC1047,
                         EMC1072, EMC1073, EMC1074, EMC1402, and EMC1424
+                  Fixed address ranges checked for SMSC EMC1403, EMC1404,
+                        and EMC1423.
 
 3.2.0 (2010-10-10)
   libsensors: Increase MAX_SENSORS_PER_TYPE to 24

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-09 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 17:19 [lm-sensors] [PATCH] sensors-detect: Fix address ranges checked for Guenter Roeck
2011-02-09 17:28 ` [lm-sensors] [PATCH] sensors-detect: Fix address ranges checked Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.