Changeset 5033
- Timestamp:
- 11/19/07 23:28:44 (1 year ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/prog/eeprom/decode-vaio.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5031 r5033 12 12 Program decode-vaio.pl: Private data might not be readable by non-root users 13 13 Print the asset tag 14 Fix the timestamp decoding 14 15 Program pwmconfig: Better diagnostics in pwmdisable 15 16 Give the fans some time to spin up lm-sensors/trunk/prog/eeprom/decode-vaio.pl
r5032 r5033 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 }
