2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-01 14:55:27 +00:00

Map IT8771E, IT8772E, IT8782F and IT8783F to it87.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6113 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2013-01-16 14:26:48 +00:00
parent 9c91c2897e
commit 1971bc6ff1
2 changed files with 6 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ lm-sensors CHANGES file
SVN HEAD
sensors.conf.5: Mention "sensors -u" to get the raw feature names
sensors: Clarify what option -u is good for
sensors-detect: Add detection of AMD family 16h power sensors
Map IT8771E, IT8772E, IT8782F and IT8783F to it87
3.3.3 "Happy Birthday Sophie" (2012-11-06)
documentation: Update fan-divisors, fan divisors are optional
@@ -17,7 +19,6 @@ SVN HEAD
Add detection of SMSC LPC47N217 and SIO10N268
Do not scan I2C adapters on graphics cards by default
Fix parent class discovery when multiplexer is present
Add detection of AMD family 16h power sensors
3.3.2 (2012-03-14)
libsensors: Added support for new sysfs attributes

View File

@@ -2225,13 +2225,13 @@ use constant FEAT_SMBUS => (1 << 7);
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8771E Super IO Sensors",
driver => "to-be-written", # it87
driver => "it87",
devid => 0x8771,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8772E Super IO Sensors",
driver => "to-be-written", # it87
driver => "it87",
devid => 0x8772,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
@@ -2243,13 +2243,13 @@ use constant FEAT_SMBUS => (1 << 7);
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8782F Super IO Sensors",
driver => "to-be-written", # it87
driver => "it87",
devid => 0x8782,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8783F Super IO Sensors",
driver => "to-be-written", # it87
driver => "it87",
devid => 0x8783,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,