2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Add detection of Winbond W83627SF/GF (no sensors.)

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6111 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2013-01-11 20:52:59 +00:00
parent 122780fc96
commit 8714492f6b

View File

@@ -1944,6 +1944,10 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0x52,
logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Winbond W83627SF/GF Super IO",
driver => "not-a-sensor",
devid => 0x59,
}, {
name => "Winbond W83627THF/THG Super IO Sensors",
driver => "w83627hf",