2
0
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:
Mark D. Studebaker
2004-03-20 17:23:31 +00:00
parent 7f9a68c529
commit e1c8fe7676
2 changed files with 2 additions and 2 deletions

View File

@@ -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;