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

Add Intel SCH (bus) support.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5258 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-05-21 08:15:48 +00:00
parent 2a414fdd05
commit c2852cba57
2 changed files with 10 additions and 0 deletions

View File

@@ -187,6 +187,13 @@ $revision =~ s/ \([^()]*\)//;
driver => "i2c-i801",
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
},
{
vendid => 0x8086,
devid => 0x8119,
procid => "Intel SCH",
driver => "i2c-isch",
match => qr/^SMBus SCH adapter at [0-9a-f]{4}/,
},
{
vendid => 0x1106,
devid => 0x3040,