Add SR_CONF_DEVICE_MODE and SR_CONF_TEST_MODE config keys.

This commit is contained in:
Martin Ling 2014-04-15 21:26:26 +01:00 committed by Bert Vermeulen
parent e826239c85
commit 831d7c70eb
1 changed files with 6 additions and 0 deletions

View File

@ -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