[lm-sensors] [PATCH 1/3] sensors-detect: Add detection of ITE IT8510E
Jean Delvare
khali at linux-fr.org
Mon Jan 9 17:50:03 CET 2012
On Sun, 8 Jan 2012 16:21:22 -0800, Guenter Roeck wrote:
> Signed-off-by: Guenter Roeck <linux at roeck-us.net>
> ---
> CHANGES | 1 +
> prog/detect/sensors-detect | 6 ++++++
> 2 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/CHANGES b/CHANGES
> index 3ae863c..ce04e54 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -10,6 +10,7 @@ SVN HEAD
> Fix loading of the cpuid module
> Make LM73 detection less problematic
> Add detection of National Semiconductor LM96163
> + Add detection of ITE IT8510E
>
> 3.3.1 (2011-07-21)
> isadump: Add support for word (16-bit) and long (32-bit) reads
> diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
> index 31a4619..1beb66b 100755
> --- a/prog/detect/sensors-detect
> +++ b/prog/detect/sensors-detect
> @@ -2076,6 +2076,12 @@ use constant FEAT_SMBUS => (1 << 7);
>
> @superio_ids_ite = (
> {
> + name => "ITE IT8510E Super IO Sensors",
> + driver => "to-be-written",
> + devid => 0x8510,
> + logdev => 0x04,
Are you sure about the logical device? LD 4 is "System Wake-Up"
according to superiotool, this doesn't seem to be related to hardware
monitoring. I think I understand that for the IT8510E, monitoring is
done through an EC, this doesn't seem to be tied to a specific logical
device? I admit I'm a bit confused by these new chips still.
> + features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
> + }, {
> name => "ITE IT8702F Super IO Fan Sensors",
> driver => "to-be-written",
> devid => 0x8702,
--
Jean Delvare
More information about the lm-sensors
mailing list