Show
Ignore:
Timestamp:
11/19/07 23:22:29 (5 years ago)
Author:
khali
Message:

The timestamp is only 18-byte long.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c-tools/trunk/eeprom/decode-vaio.pl

    r5028 r5029  
    4747#  UUID and serial number might be hidden 
    4848#  The model name is actually the first half of the asset tag 
     49#  The timestamp is only 18-byte long 
    4950# 
    5051# EEPROM data decoding for Sony Vaio laptops.  
     
    226227                                decode_hexa($bus, $addr, 174, 12)); 
    227228        print_item('OEM Data', decode_string($bus, $addr, 32, 16)); 
    228         print_item('Timestamp', decode_string($bus, $addr, 224, 32)); 
     229        print_item('Timestamp', decode_string($bus, $addr, 224, 18)); 
    229230        return 1; 
    230231}