index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
i2c_tools.c
Age
Commit message (
Expand
)
Author
2017-10-05
i2cset: fix 'i' & 's' modes (3 extra bytes were sent)
Avi Fishman
2017-08-29
i2c_tools: tweak --help text
Denys Vlasenko
2017-08-29
i2c-tools: don't include linux/i2c-dev.h
Bartosz Golaszewski
2017-08-28
i2c-tools: remove unneeded include
Bartosz Golaszewski
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-07
users,w,who,uptime,renice: make NOEXEC
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-06-24
i2cdump: don't use common_bufsiz1
Bartosz Golaszewski
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-11-01
i2c_tools: suppress "'blen' may be used uninitialized in this function"
Denys Vlasenko
2015-11-01
i2cdump: display the numeric value for block read ioctl() errors
Bartosz Golaszewski
2015-11-01
i2cdump: bail-out if block read fails
Bartosz Golaszewski
2015-11-01
i2cdump: use I2C block mode for the 'i' mode parameter
Bartosz Golaszewski
2015-11-01
i2cdump: don't read block data in non-block modes
Bartosz Golaszewski
2015-11-01
i2cdetect: coding style: add a space after 'for'
Bartosz Golaszewski
2015-11-01
i2cdetect: fix address skipping in auto mode
Bartosz Golaszewski
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-09-21
i2c-tools: rename remaining defines
Bartosz Golaszewski
2015-09-21
i2c-tools: remove duplicate definitions
Bartosz Golaszewski
2015-06-07
i2cdetect: use break instead of goto in list_i2c_busses_and_exit()
Bartosz Golaszewski
2015-06-07
i2cdump: code rework
Bartosz Golaszewski
2015-06-07
i2cdetect: add a check for (mode == DETECT_MODE_AUTO)
Bartosz Golaszewski
2015-06-07
i2cdetect: don't scan non-regular addresses without the '-a' option
Bartosz Golaszewski
2015-06-07
i2cdetect: don't die on addresses already in use by drivers
Bartosz Golaszewski
2015-05-11
i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT
Bartosz Golaszewski
2015-05-11
i2c-tools: fix 'i2cdetect -l'
Bartosz Golaszewski
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-02-10
i2cget, i2cset, i2cdetect, i2cdump: new applets
Bartosz Golaszewski