virtual-session: Advertise all config keys
This commit is contained in:
parent
4619fab47a
commit
02e49ae5d2
|
@ -52,7 +52,9 @@ struct session_vdev {
|
||||||
static const uint32_t devopts[] = {
|
static const uint32_t devopts[] = {
|
||||||
SR_CONF_CAPTUREFILE | SR_CONF_SET,
|
SR_CONF_CAPTUREFILE | SR_CONF_SET,
|
||||||
SR_CONF_CAPTURE_UNITSIZE | SR_CONF_GET | SR_CONF_SET,
|
SR_CONF_CAPTURE_UNITSIZE | SR_CONF_GET | SR_CONF_SET,
|
||||||
|
SR_CONF_NUM_LOGIC_CHANNELS | SR_CONF_SET,
|
||||||
SR_CONF_SAMPLERATE | SR_CONF_GET | SR_CONF_SET,
|
SR_CONF_SAMPLERATE | SR_CONF_GET | SR_CONF_SET,
|
||||||
|
SR_CONF_SESSIONFILE | SR_CONF_SET,
|
||||||
};
|
};
|
||||||
|
|
||||||
static int receive_data(int fd, int revents, void *cb_data)
|
static int receive_data(int fd, int revents, void *cb_data)
|
||||||
|
|
Loading…
Reference in New Issue