2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Add Supermicro to the SMBus probing white list.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5526 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-12-05 11:02:58 +00:00
parent 513cf999c6
commit d177d58983
2 changed files with 3 additions and 2 deletions

View File

@@ -5233,7 +5233,8 @@ sub main
my $by_default = ~$superio_features & (FEAT_IN | FEAT_FAN | FEAT_TEMP);
# Except on Asus and Tyan boards which often have more than
# one hardware monitoring chip
$by_default = 1 if dmi_match('board_vendor', 'asustek', 'tyan');
$by_default = 1 if dmi_match('board_vendor', 'asustek', 'tyan',
'supermicro');
for (my $dev_nr = 0; $dev_nr < @i2c_adapters; $dev_nr++) {
next unless exists $i2c_adapters[$dev_nr];