mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-04 08:15:13 +00:00
Add Winbond/Nuvoton W83667HG detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5532 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -44,6 +44,7 @@ SVN-HEAD
|
||||
Always probe the SMBus on Asus, Tyan and Supermicro boards
|
||||
Move IPMI interface detection to its own section
|
||||
Skip IPMI probing on laptops
|
||||
Add Winbond/Nuvoton W83667HG support
|
||||
sensors-detect-stat.pl: Delete (functionality merged into sensors-detect)
|
||||
|
||||
3.0.3 (2008-09-28)
|
||||
|
@@ -1556,6 +1556,13 @@ use constant FEAT_SMBUS => (1 << 7);
|
||||
devid_mask => 0xFFF0,
|
||||
logdev => 0x0b,
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
}, {
|
||||
name => "Winbond W83667HG Super IO Sensors",
|
||||
driver => "to-be-written",
|
||||
devid => 0xA510,
|
||||
devid_mask => 0xFFF0,
|
||||
logdev => 0x0b,
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
}, {
|
||||
name => "Winbond W83L517D Super IO",
|
||||
driver => "not-a-sensor",
|
||||
|
Reference in New Issue
Block a user