aboutsummaryrefslogtreecommitdiff
path: root/miscutils/i2c_tools.c
AgeCommit message (Expand)Author
2015-11-01i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko
2015-11-01i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski
2015-11-01i2cdump: bail-out if block read failsBartosz Golaszewski
2015-11-01i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski
2015-11-01i2cdump: don't read block data in non-block modesBartosz Golaszewski
2015-11-01i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski
2015-11-01i2cdetect: fix address skipping in auto modeBartosz Golaszewski
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-09-21i2c-tools: rename remaining definesBartosz Golaszewski
2015-09-21i2c-tools: remove duplicate definitionsBartosz Golaszewski
2015-06-07i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski
2015-06-07i2cdump: code reworkBartosz Golaszewski
2015-06-07i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski
2015-06-07i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski
2015-06-07i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski
2015-05-11i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski
2015-05-11i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-10i2cget, i2cset, i2cdetect, i2cdump: new appletsBartosz Golaszewski