summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xeeprom/decode-vaio2
1 files changed, 1 insertions, 1 deletions
diff --git a/eeprom/decode-vaio b/eeprom/decode-vaio
index 84e4590..c2aefb8 100755
--- a/eeprom/decode-vaio
+++ b/eeprom/decode-vaio
@@ -237,7 +237,7 @@ END
print("\n");
}
-for (my $i = 0, $found=0; $i <= 4 && !$found; $i++)
+for (my $i = 0, $found=0; $i <= 31 && !$found; $i++)
{
if (-r "/sys/bus/i2c/devices/$i-0057/eeprom")
{