mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Add support for KT600.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2112 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -178,6 +178,14 @@ use vars qw(@pci_adapters @chip_ids @superio_ids @undetectable_adapters @dmideco
|
||||
driver => "i2c-viapro",
|
||||
match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1106,
|
||||
devid => 0x3227,
|
||||
func => 0,
|
||||
procid => "VIA Technologies VT8237 South Bridge",
|
||||
driver => "i2c-viapro",
|
||||
match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1106,
|
||||
devid => 0x8235,
|
||||
|
Reference in New Issue
Block a user