2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 13:57:41 +00:00

Map the IT8786E to the it87 driver

This commit is contained in:
Jean Delvare
2015-02-24 10:42:36 +00:00
parent d992ea2039
commit f18f5531b2

View File

@@ -2408,7 +2408,7 @@ use constant FEAT_SMBUS => (1 << 7);
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8786E Super IO Sensors",
driver => "to-be-written", # it87
driver => "it87",
devid => 0x8786,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,