summaryrefslogtreecommitdiff
path: root/miscutils/i2c_tools.c
Commit message (Expand)AuthorAgeFilesLines
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-4/+4
* i2cdump: don't use common_bufsiz1Bartosz Golaszewski2016-06-241-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-0/+1
* i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko2015-11-011-1/+3
* i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski2015-11-011-2/+4
* i2cdump: bail-out if block read failsBartosz Golaszewski2015-11-011-5/+8
* i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski2015-11-011-1/+1
* i2cdump: don't read block data in non-block modesBartosz Golaszewski2015-11-011-1/+2
* i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski2015-11-011-1/+1
* i2cdetect: fix address skipping in auto modeBartosz Golaszewski2015-11-011-6/+7
* 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