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

Added SiS650 support.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1553 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark M. Hoffman
2002-09-26 01:45:16 +00:00
parent df1f4dfd67
commit 2b203cd20b

View File

@@ -218,6 +218,14 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters @dmidecode);
driver => "i2c-sis645",
match => sub { $_[0] =~ /^SMBus SiS645 adapter at 0x[0-9,a-f]{4}/ },
} ,
{
vendid => 0x1039,
devid => 0x0650,
func => 0,
procid => "Silicon Integrated Systems SIS650",
driver => "i2c-sis645",
match => sub { $_[0] =~ /^SMBus SiS645 adapter at 0x[0-9,a-f]{4}/ },
} ,
{
vendid => 0x1039,
devid => 0x0735,