Add SR_CONF_DEVICE_MODE and SR_CONF_TEST_MODE config keys.
This commit is contained in:
parent
e826239c85
commit
831d7c70eb
|
@ -828,6 +828,12 @@ enum sr_configkey {
|
||||||
/** The device has internal storage, into which data is logged. This
|
/** The device has internal storage, into which data is logged. This
|
||||||
* starts or stops the internal logging. */
|
* starts or stops the internal logging. */
|
||||||
SR_CONF_DATALOG,
|
SR_CONF_DATALOG,
|
||||||
|
|
||||||
|
/** Device mode for multi-function devices. */
|
||||||
|
SR_CONF_DEVICE_MODE,
|
||||||
|
|
||||||
|
/** Self test mode. */
|
||||||
|
SR_CONF_TEST_MODE,
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Device instance data
|
/** Device instance data
|
||||||
|
|
Loading…
Reference in New Issue