2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Add detection of the ITE IT8708F chip, presumably no sensors.

Note that this chip appears to need a different key compared to other
ITE chips, so it doesn't appear in the "ITE" family of Super-I/O chips.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4227 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-11-04 20:09:05 +00:00
parent 8e39ec98b8
commit 2fbcf30dc5

View File

@@ -1830,6 +1830,12 @@ $chip_kern26_w83791d = {
devid => 0x0541, devid => 0x0541,
logdev => 0x04, logdev => 0x04,
}, },
{
# Shouldn't be in this family, but seems to be still.
name => "ITE IT8708F Super IO",
driver => "not-a-sensor",
devid => 0x8708,
},
], ],
}, },
); );