356 Commits (162ed6c94528d743ee94cfd209a2e866c4f7d77a)
 

Author SHA1 Message Date
Jean Delvare ed1356ea0b Set version to 3.0.2. 17 years ago
Jean Delvare 0d84adf510 Add missing includes. 17 years ago
Jean Delvare 0e972ad9fd Add support for reading back to short writes. 17 years ago
Jean Delvare 35a929de32 Make reading back the written value optional. 17 years ago
Jean Delvare f9bad5666d Clarify the requirements of data value masking. 17 years ago
Jean Delvare 0c270e09de Allow masking on short writes. 17 years ago
Jean Delvare c797cbaaeb Set the data value mask with -m. The old method is still supported for 17 years ago
Jean Delvare 8cc99d7f45 Only export the ceil function from POSIX. By default, POSIX exports 17 years ago
Jean Delvare aad070abd0 Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines, as was just done in the 17 years ago
Jean Delvare 6a2f709549 Stop on i2cset error. 17 years ago
Jean Delvare cc17bf04ca Behave properly when i2c-stub is already loaded. 17 years ago
Jean Delvare d34a2c94fc Add support for little-endian word hexdumps. 17 years ago
Jean Delvare f575d048f4 Add support for partial dumps. 17 years ago
Jean Delvare 54cee12770 Use consistent transaction names (based on the SMBus specification) 17 years ago
Jean Delvare fc38f35ce4 Share the error string between all functionality checks. 17 years ago
Jean Delvare f67174055a No need to print the i2c bus number in functionality error message. 17 years ago
Jean Delvare 9160a95ad0 Split the functionality checking code into a separate function for 17 years ago
Jean Delvare cc723a46f7 Close device file before we exit. 17 years ago
Jean Delvare c3d335575f Add support for short writes (SMBus send byte). 17 years ago
Jean Delvare 7ad89259ab List the optional command line parameters in a consistent way. 17 years ago
Jean Delvare 8cc44b8c9c Whitespace cleanups. 18 years ago
Jean Delvare 8603e2aab2 Move the confirmation to a separate function, as is done in i2cget 18 years ago
Jean Delvare 87154f13cc Move the functionality checks to a separate function, as is done in 18 years ago
Jean Delvare 68fb2e6229 Minor optimizations and cleanups. 18 years ago
Jean Delvare 2751626db8 Unknown options are fatal, so label them error rather than warning. 18 years ago
Jean Delvare aa78242d6c More user-friendly error messages for wrong I2C bus parameter. 18 years ago
Jean Delvare bdfc87d724 Move the chip address parsing to a common function for consistency. 18 years ago
Jean Delvare 2e942d16a5 Consistently restrict the allowed I2C device address to 0x03 - 0x77. 18 years ago
Jean Delvare b331c042c8 Move print_i2c_busses from i2cbusses.c to i2cdetect.c, as it is 18 years ago
Jean Delvare 2c57ef91a2 Unify and shorten the usage messages. The details can be found in 18 years ago
Jean Delvare b68190b426 Don't print the list of i2c buses as part of the help. 18 years ago
Jean Delvare adc03e3cf3 Make the includes order correct and consistent accross all tools. 18 years ago
Jean Delvare f6a402514f Minor consistency fix. 18 years ago
Jean Delvare 386982ae7f Update. 18 years ago
Jean Delvare e34ebe15e7 Limit the stack usage in gather_i2c_busses: 18 years ago
Jean Delvare 31e9db10d0 Make it possible to pass the i2c bus by name instead of by number. As 18 years ago
Jean Delvare f7b64dce7e Split print_i2c_busses into a gathering part and a printing part. 18 years ago
Jean Delvare eda5918d0f Refactor the handling of the I2CBUS parameter. This ensures more 18 years ago
Jean Delvare 3b4d0d1940 Set version to SVN. 18 years ago
Jean Delvare d4e25f3d8f Remove history, it belongs to SVN. 18 years ago
Jean Delvare 85443f4b8f Set version to 3.0.1. 18 years ago
Jean Delvare b8a49711c0 Fix directory creation. 18 years ago
Jean Delvare 3fd5ca4133 Minor rewording. 18 years ago
Jean Delvare aed7163f2b Update the FSF address. 18 years ago
Jean Delvare ef4592db09 Drop the trailing .pl from all perl script names. 18 years ago
Jean Delvare a605ad3a0a Cache the parsed hexdumps so that each dump file is only parsed once. 18 years ago
Jean Delvare a8a3f9c7ac Drop $opt_body, name was confusing and we can easily do without it. 18 years ago
Jean Delvare 3e5a8f656d Make command line parsing more robust. 18 years ago
Jean Delvare 5ba98d1c2c More coding-style fixes. 18 years ago
Jean Delvare a56e6baf47 Patch from Trent Piepho: 18 years ago