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

Add VT8237A, VT8251

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4124 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Rudolf Marek
2006-08-31 20:37:32 +00:00
parent fd1ed9de03
commit a5f306ddcf

View File

@@ -209,6 +209,13 @@ $revision =~ s/\$\w+: (.*?) \$/$1/g;
driver => "i2c-viapro",
match => qr/^SMBus V(IA|ia) Pro adapter at/,
} ,
{
vendid => 0x1106,
devid => 0x3337,
procid => "VIA Technologies VT8237A South Bridge",
driver => "i2c-viapro",
match => qr/^SMBus V(IA|ia) Pro adapter at/,
} ,
{
vendid => 0x1106,
devid => 0x8235,
@@ -216,6 +223,13 @@ $revision =~ s/\$\w+: (.*?) \$/$1/g;
driver => "i2c-viapro",
match => qr/^SMBus V(IA|ia) Pro adapter at/,
} ,
{
vendid => 0x1106,
devid => 0x3287,
procid => "VIA Technologies VT8251 South Bridge",
driver => "i2c-viapro",
match => qr/^SMBus V(IA|ia) Pro adapter at/,
} ,
{
vendid => 0x1039,
devid => 0x5597,