Changeset 5029
- Timestamp:
- 11/19/07 23:22:29 (1 year ago)
- Files:
-
- i2c-tools/trunk/CHANGES (modified) (1 diff)
- i2c-tools/trunk/eeprom/decode-vaio.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c-tools/trunk/CHANGES
r5027 r5029 7 7 decode-vaio: Private data might not be readable by non-root users 8 8 Print the asset tag 9 Fix the timestamp decoding 9 10 i2cset: Final status messages go to stdout 10 11 Return success even when readback fails or doesn't match i2c-tools/trunk/eeprom/decode-vaio.pl
r5028 r5029 47 47 # UUID and serial number might be hidden 48 48 # The model name is actually the first half of the asset tag 49 # The timestamp is only 18-byte long 49 50 # 50 51 # EEPROM data decoding for Sony Vaio laptops. … … 226 227 decode_hexa($bus, $addr, 174, 12)); 227 228 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)); 229 230 return 1; 230 231 }
