mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Report unsupported Access Bus adapters, as we already do for SMBus.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5753 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -6,6 +6,7 @@ SVN-HEAD
|
||||
sensors.conf.default: Encourage user to not modify this file
|
||||
sensors-detect: Refer to tmp401 driver if TMP411 is detected
|
||||
Clean up the discovery of i2c adapters
|
||||
Report unsupported Access Bus adapters
|
||||
|
||||
3.1.1 (2009-06-21)
|
||||
isadump: Use geteuid instead of getuid so that setuid bit works
|
||||
|
@@ -2519,7 +2519,8 @@ sub adapter_pci_detection
|
||||
$device = $pci_list{$key};
|
||||
$smbus{$key}++
|
||||
if exists $device->{class} &&
|
||||
$device->{class} == 0x0c05; # SMBus
|
||||
($device->{class} == 0x0c01 || # Access Bus
|
||||
$device->{class} == 0x0c05); # SMBus
|
||||
}
|
||||
|
||||
# Loop over the known I2C/SMBus adapters
|
||||
|
Reference in New Issue
Block a user