2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

Add detection of IT8603E.

This commit is contained in:
Rudolf Marek
2013-11-12 13:29:25 +00:00
parent 3a10e75529
commit cd345e7bef
2 changed files with 7 additions and 0 deletions

View File

@@ -2214,6 +2214,12 @@ use constant FEAT_SMBUS => (1 << 7);
@superio_ids_ite = (
{
name => "ITE IT8603E Super IO Sensors",
driver => "to-be-written",
devid => 0x8603,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8702F Super IO Fan Sensors",
driver => "to-be-written",
devid => 0x8702,