This series fixes one major issue and two smaller bugs in i2cdetect and reworks i2cdump_main().
v3: - drop the check for COMMON_BUFSIZE < block buffer size as it's highly unlikely, isn't it? v2: - added i2cdump code rework to the series - fixed an unneeded indentation in i2cdetect Bartosz Golaszewski (4): i2cdetect: don't die on addresses already in use by drivers i2cdetect: don't scan non-regular addresses without the '-a' option i2cdetect: add a check for (mode == DETECT_MODE_AUTO) i2cdump: code rework miscutils/i2c_tools.c | 355 +++++++++++++++++++++++++++----------------------- 1 file changed, 192 insertions(+), 163 deletions(-) -- 2.1.4 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
