mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-05 00:35:35 +00:00
scan address 0x03 again
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2377 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -2418,7 +2418,7 @@ sub scan_adapter
|
||||
binmode FILE;
|
||||
|
||||
# Now scan each address in turn
|
||||
foreach $addr (0x04..0x77) {
|
||||
foreach $addr (0x03..0x77) {
|
||||
# As the not_to_scan list is sorted, we can check it fast
|
||||
if (@not_to_scan and $not_to_scan[0] == $addr) {
|
||||
shift @not_to_scan;
|
||||
|
Reference in New Issue
Block a user