2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

viapro now supports 8231

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1377 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2002-05-27 20:54:46 +00:00
parent 241df84dc1
commit 276eb5f545

View File

@@ -146,10 +146,11 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
} ,
{
vendid => 0x1106,
devid => 0x8231,
func => 0,
devid => 0x8235,
func => 4,
procid => "VIA Technologies VT8231 South Bridge",
match => sub { $_[0] =~ /^dontmatchthis/ },
driver => "i2c-viapro",
match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ },
} ,
{
vendid => 0x1039,