Changeset 5388
- Timestamp:
- 11/18/08 18:15:09 (5 years ago)
- Location:
- i2c-tools/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
eeprom/decode-dimms (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/CHANGES
r5361 r5388 5 5 i2c-dev.h: Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines 6 6 decode-dimms: Add support for little-endian word hexdumps 7 Only export the ceil function from POSIX 7 8 decode-vaio: Remove history 8 9 i2cdetect: Support i2c bus passed by name -
i2c-tools/trunk/eeprom/decode-dimms
r5287 r5388 39 39 40 40 use strict; 41 use POSIX ;41 use POSIX qw(ceil); 42 42 use Fcntl qw(:DEFAULT :seek); 43 43 use vars qw($opt_html $opt_bodyonly $opt_igncheck $use_sysfs $use_hexdump
