From: Martin Ling Date: Tue, 15 Apr 2014 20:26:26 +0000 (+0100) Subject: Add SR_CONF_DEVICE_MODE and SR_CONF_TEST_MODE config keys. X-Git-Tag: libsigrok-0.3.0~22 X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=831d7c70eb901788d6fa7551807644b1130cce32 Add SR_CONF_DEVICE_MODE and SR_CONF_TEST_MODE config keys. --- diff --git a/libsigrok.h b/libsigrok.h index 7f58e1c7..3235ddf2 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -828,6 +828,12 @@ enum sr_configkey { /** The device has internal storage, into which data is logged. This * starts or stops the internal logging. */ SR_CONF_DATALOG, + + /** Device mode for multi-function devices. */ + SR_CONF_DEVICE_MODE, + + /** Self test mode. */ + SR_CONF_TEST_MODE, }; /** Device instance data