Re: [PATCH] sensors-detect: Add detection of NCT6791D

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Guenter,

On Mon, 24 Jun 2013 13:19:39 -0700, Guenter Roeck wrote:
> New superio chip, found on recent ASUS boards.
> 
> Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
> ---
>  CHANGES                    |    1 +
>  prog/detect/sensors-detect |    7 +++++++
>  2 files changed, 8 insertions(+)
> 
> diff --git a/CHANGES b/CHANGES
> index 7036afe..b264f41 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -6,6 +6,7 @@ SVN HEAD
>    sensors-detect: Report built-in drivers as such
>                    Use modules.builtin instead of /sys/module
>                    Handle built-in modules properly
> +                  Add detection of NCT6791D
>  
>  3.3.4 (2013-05-27)
>    sensors.conf.5: Mention "sensors -u" to get the raw feature names
> diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
> index 94645dc..9c213b6 100755
> --- a/prog/detect/sensors-detect
> +++ b/prog/detect/sensors-detect
> @@ -2063,6 +2063,13 @@ use constant FEAT_SMBUS	=> (1 << 7);
>  		logdev => 0x0b,
>  		features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
>  	}, {
> +		name => "Nuvoton NCT6791D Super IO Sensors",
> +		driver => "nct6775",
> +		devid => 0xC800,

The datasheet says 0xC560. Who is right?

> +		devid_mask => 0xFFF0,
> +		logdev => 0x0b,
> +		features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
> +	}, {
>  		name => "Nuvoton NCT6102D/NCT6104D/NCT6106D Super IO Sensors",
>  		driver => "to-be-written",	# nct6775
>  		devid => 0xC450,


-- 
Jean Delvare

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




[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux