From f1ad92b5a74a7ca63c17680d7ffe380f62b44f10 Mon Sep 17 00:00:00 2001 From: "Mark M. Hoffman" Date: Sun, 1 Sep 2002 20:22:51 +0000 Subject: [PATCH] added support for SiS645 git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1519 7894878c-1315-0410-8ee3-d5d059ff63e0 --- prog/detect/sensors-detect | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 7dc66ed9..f22129ff 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -202,6 +202,14 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters @dmidecode); driver => "i2c-sis630", match => sub { $_[0] =~ /^SMBus SIS630 adapter at [0-9,a-f]{4}/ }, } , + { + vendid => 0x1039, + devid => 0x0645, + func => 0, + procid => "Silicon Integrated Systems SIS645", + driver => "i2c-sis645", + match => sub { $_[0] =~ /^SMBus SiS645 adapter at 0x[0-9,a-f]{4}/ }, + } , { vendid => 0x1039, devid => 0x0730,