[lm-sensors] [PATCH] sensors-detect: Add detection of SMSC LPC47N217 and SIO10N268
Jean Delvare
khali at linux-fr.org
Thu May 31 21:53:45 CEST 2012
On Thu, 31 May 2012 11:00:46 -0700, Guenter Roeck wrote:
> Signed-off-by: Guenter Roeck <linux at roeck-us.net>
> ---
> CHANGES | 1 +
> prog/detect/sensors-detect | 8 ++++++++
> 2 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/CHANGES b/CHANGES
> index b08d205..8361883 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -7,6 +7,7 @@ SVN HEAD
> sensors-detect: Don't choke on systems without PCI
> Avoid probing EDID addresses on graphics cards (#2386)
> Add detection of NCT6779D and NCT6102D/NCT6106D
> + Add detection of SMSC LPC47N217 and SIO10N268
>
> 3.3.2 (2012-03-14)
> libsensors: Added support for new sysfs attributes
> diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
> index 6bfd1e2..df0e301 100755
> --- a/prog/detect/sensors-detect
> +++ b/prog/detect/sensors-detect
> @@ -1904,6 +1904,10 @@ use constant FEAT_SMBUS => (1 << 7);
> driver => "not-a-sensor",
> devid => 0x28,
> }, {
> + name => "SMSC LPC47N217 Super IO",
> + driver => "not-a-sensor",
> + devid => 0x7a,
> + }, {
> name => "SMSC LPC47N227 Super IO",
> driver => "not-a-sensor",
> devid => 0x5a,
> @@ -1911,6 +1915,10 @@ use constant FEAT_SMBUS => (1 << 7);
> name => "SMSC LPC47N237 Super IO",
> driver => "not-a-sensor",
> devid => 0x13,
> + }, {
> + name => "SMSC SIO10N268 Notebook IO",
> + driver => "not-a-sensor",
> + devid => 0x5b,
> }
> );
>
I didn't check the IDs but the "code" itself looks OK, please commit.
--
Jean Delvare
More information about the lm-sensors
mailing list