i2cdump: don't read block data in non-block modes
[oweals/busybox.git] / miscutils / i2c_tools.c
2015-11-01 Bartosz Golaszewskii2cdump: don't read block data in non-block modes
2015-11-01 Bartosz Golaszewskii2cdetect: coding style: add a space after 'for'
2015-11-01 Bartosz Golaszewskii2cdetect: fix address skipping in auto mode
2015-10-08 Denys Vlasenkojoin some common strings, -400 bytes
2015-10-07 Denys Vlasenkobuild system: -fno-builtin-printf
2015-09-21 Bartosz Golaszewskii2c-tools: rename remaining defines
2015-09-21 Bartosz Golaszewskii2c-tools: remove duplicate definitions
2015-06-07 Bartosz Golaszewskii2cdetect: use break instead of goto in list_i2c_busses...
2015-06-07 Bartosz Golaszewskii2cdump: code rework
2015-06-07 Bartosz Golaszewskii2cdetect: add a check for (mode == DETECT_MODE_AUTO)
2015-06-07 Bartosz Golaszewskii2cdetect: don't scan non-regular addresses without...
2015-06-07 Bartosz Golaszewskii2cdetect: don't die on addresses already in use by...
2015-05-11 Bartosz Golaszewskii2c-tools: only try /dev/i2c/* if opening /dev/i2c...
2015-05-11 Bartosz Golaszewskii2c-tools: fix 'i2cdetect -l'
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-02-10 Bartosz Golaszewskii2cget, i2cset, i2cdetect, i2cdump: new applets