aboutsummaryrefslogtreecommitdiff
path: root/miscutils/i2c_tools.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-18/+18
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-13/+13
* i2c-tools: rename remaining definesBartosz Golaszewski2015-09-211-23/+23
* i2c-tools: remove duplicate definitionsBartosz Golaszewski2015-09-211-100/+2
* i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski2015-06-071-2/+1
* i2cdump: code reworkBartosz Golaszewski2015-06-071-149/+167
* i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski2015-06-071-1/+3
* i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski2015-06-071-2/+4
* i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski2015-06-071-12/+19
* i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski2015-05-111-2/+6
* i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski2015-05-111-1/+4
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-2/+2
* i2cget, i2cset, i2cdetect, i2cdump: new appletsBartosz Golaszewski2015-02-101-0/+1396