All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] lm-sensors: Add support for IT8512E/F and
@ 2010-09-13 18:16 Guenter Roeck
  2010-09-13 18:18 ` Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2010-09-13 18:16 UTC (permalink / raw)
  To: lm-sensors

Index: prog/detect/sensors-detect
=================================--- prog/detect/sensors-detect	(revision 5858)
+++ prog/detect/sensors-detect	(working copy)
@@ -1448,6 +1448,11 @@
 		devid => 0xf2,
 		logdev => 0x14,
 		features => FEAT_IN | FEAT_TEMP,
+	}, {
+		# Shouldn't be in this family, but there it is
+		name => "ITE IT8512E/F Super IO",
+		driver => "not-a-sensor",
+		devid => 0x8512,
 	}
 );
 
@@ -1914,7 +1919,7 @@
 		logdev => 0x04,
 		features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
 	}, {
-		name => "ITE IT8721F Super IO Sensors",
+		name => "ITE IT8721F/IT8758E Super IO Sensors",
 		driver => "to-be-written",	# it87
 		devid => 0x8721,
 		logdev => 0x04,
Index: CHANGES
=================================--- CHANGES	(revision 5857)
+++ CHANGES	(working copy)
@@ -24,6 +24,7 @@
                   Add support for NXP SE97 / SE97B
                   Add reference to NCT6771F/NCT6772F/NCT6775F
                   Add support for several JC42.4 compliant temperature sensors
+                  Add support for ITE IT8512E/F and IT8758E
 
 3.1.2 (2010-02-02)
   libsensors: Support upcoming sysfs path to i2c adapters

_______________________________________________
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:[~2010-09-13 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 18:16 [lm-sensors] [PATCH] lm-sensors: Add support for IT8512E/F and Guenter Roeck
2010-09-13 18:18 ` 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.