210 Commits (6ec57efd15c0b2103f90b8782fa78c56e67596ee)
 

Author SHA1 Message Date
Jean Delvare 2e4f256f39 Read all EEPROM bytes at once, this is easier and even more efficient in 17 years ago
Jean Delvare b582f32aaf Move manufacturing information decoding to a separate function in 17 years ago
Jean Delvare 7113e85359 Spelling fixes. 17 years ago
Jean Delvare fd5a45d190 Use udev settle to speed up initialization. 17 years ago
Jean Delvare 1cbc16700c Set version to 3.0.2. 17 years ago
Jean Delvare 786ae8e1ab Add missing includes. 17 years ago
Jean Delvare 31277e1ab8 Add support for reading back to short writes. 17 years ago
Jean Delvare 00a240e7d3 Make reading back the written value optional. 17 years ago
Jean Delvare 497940860e Clarify the requirements of data value masking. 17 years ago
Jean Delvare 9178957b65 Allow masking on short writes. 17 years ago
Jean Delvare e230c1ebe5 Set the data value mask with -m. The old method is still supported for 17 years ago
Jean Delvare f2434f705f Only export the ceil function from POSIX. By default, POSIX exports 17 years ago
Jean Delvare 34773ee2de Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines, as was just done in the 17 years ago
Jean Delvare 8dfba8cc8c Stop on i2cset error. 17 years ago
Jean Delvare 3d7326080b Behave properly when i2c-stub is already loaded. 17 years ago
Jean Delvare 7da2ec5e48 Add support for little-endian word hexdumps. 17 years ago
Jean Delvare 038139b95b Add support for partial dumps. 17 years ago
Jean Delvare 79b9137fd4 Use consistent transaction names (based on the SMBus specification) 18 years ago
Jean Delvare ee7f0924cb Share the error string between all functionality checks. 18 years ago
Jean Delvare 041e4553f3 No need to print the i2c bus number in functionality error message. 18 years ago
Jean Delvare fdba3b5163 Split the functionality checking code into a separate function for 18 years ago
Jean Delvare 98f809dd1d Close device file before we exit. 18 years ago
Jean Delvare 740a2c181d Add support for short writes (SMBus send byte). 18 years ago
Jean Delvare 36e072a279 List the optional command line parameters in a consistent way. 18 years ago
Jean Delvare 218f3223f3 Whitespace cleanups. 18 years ago
Jean Delvare 2075fca653 Move the confirmation to a separate function, as is done in i2cget 18 years ago
Jean Delvare 0c1d2a6860 Move the functionality checks to a separate function, as is done in 18 years ago
Jean Delvare 14be6606ec Minor optimizations and cleanups. 18 years ago
Jean Delvare 97b4810ab8 Unknown options are fatal, so label them error rather than warning. 18 years ago
Jean Delvare 4d1a5fd1dd More user-friendly error messages for wrong I2C bus parameter. 18 years ago
Jean Delvare d284668c70 Move the chip address parsing to a common function for consistency. 18 years ago
Jean Delvare 69b9ad132e Consistently restrict the allowed I2C device address to 0x03 - 0x77. 18 years ago
Jean Delvare 99011f3649 Move print_i2c_busses from i2cbusses.c to i2cdetect.c, as it is 18 years ago
Jean Delvare 7ba65d9e69 Unify and shorten the usage messages. The details can be found in 18 years ago
Jean Delvare 336626872c Don't print the list of i2c buses as part of the help. 18 years ago
Jean Delvare 312c733bf0 Make the includes order correct and consistent accross all tools. 18 years ago
Jean Delvare 9a58d32b99 Minor consistency fix. 18 years ago
Jean Delvare 1100d3f024 Update. 18 years ago
Jean Delvare de29763e09 Limit the stack usage in gather_i2c_busses: 18 years ago
Jean Delvare 2fa93b4a57 Make it possible to pass the i2c bus by name instead of by number. As 18 years ago
Jean Delvare e07cb9b133 Split print_i2c_busses into a gathering part and a printing part. 18 years ago
Jean Delvare 688f0e6eca Refactor the handling of the I2CBUS parameter. This ensures more 18 years ago
Jean Delvare 11b8b02ca7 Set version to SVN. 18 years ago
Jean Delvare bb65659537 Remove history, it belongs to SVN. 18 years ago
Jean Delvare 96972e2027 Set version to 3.0.1. 18 years ago
Jean Delvare cdefc6774d Fix directory creation. 18 years ago
Jean Delvare cead957434 Minor rewording. 18 years ago
Jean Delvare 7b893fcc25 Update the FSF address. 18 years ago
Jean Delvare 68e82f5a52 Drop the trailing .pl from all perl script names. 18 years ago
Jean Delvare 2207d7d545 Cache the parsed hexdumps so that each dump file is only parsed once. 18 years ago