aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2018-01-15 18:36:44 +0100
committerWolfram Sang <wsa@the-dreams.de>2018-01-24 07:04:39 +0100
commite1fcba6924a9a1b0a00829cdc5525391f278b51b (patch)
treeb133415a06894f7c884d740186fcf97b02a4a1da
parent226bc03acca44cf4b300597308064c44676b6f4b (diff)
downloadi2c-tools-e1fcba6924a9a1b0a00829cdc5525391f278b51b.tar.gz
CHANGES: add i2ctransfer
So people know from CHANGES when it has been added. Acked-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1ddaa9c..db1b6f0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -63,6 +63,7 @@ master
Marked as deprecated
i2cdetect: Do a best effort detection if functionality is missing
Clarify the SMBus commands used for probing by default
+ i2ctransfer: New tool to send user-defined I2C messages in one transfer
i2c-dev.h: Minimize differences with kernel flavor
Move SMBus helper functions to include/i2c/smbus.h
i2c-stub-from-dump: Be more tolerant on input dump format