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,