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

Add support for the Intel Tolapai SMBus controller. Patch from Jason Gaston.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4735 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-08-31 14:09:32 +00:00
parent c00e21cf38
commit 02dc2e6679
2 changed files with 9 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ SVN HEAD
Add Fintek F71806FG and F71862FG detection
Add Winbond W83L786NR/NG/R/G detection
Add Winbond W83L771W/G detection
Add Intel Tolapai SMBus detection
2.10.3 (20070319)

View File

@@ -166,7 +166,14 @@ $revision =~ s/ \([^()]*\)//;
procid => "Intel ICH9",
driver => "i2c-i801",
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
},
},
{
vendid => 0x8086,
devid => 0x5032,
procid => "Intel Tolapai",
driver => "i2c-i801",
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
},
{
vendid => 0x1106,
devid => 0x3040,