From d992ea2039237e18bb0217279a3edab0484c8acd Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Tue, 24 Feb 2015 08:43:33 +0000 Subject: [PATCH] Map the IT8781F to the it87 driver --- prog/detect/sensors-detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index bf0822d4..8af916fe 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -2390,7 +2390,7 @@ use constant FEAT_SMBUS => (1 << 7); features => FEAT_IN | FEAT_FAN | FEAT_TEMP, }, { name => "ITE IT8781F Super IO Sensors", - driver => "to-be-written", # it87 + driver => "it87", devid => 0x8781, logdev => 0x04, features => FEAT_IN | FEAT_FAN | FEAT_TEMP,