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:
@@ -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];
|
||||
|
Reference in New Issue
Block a user