diff options
Diffstat (limited to 'libsigrok4DSLogic/hwdriver.c')
-rw-r--r-- | libsigrok4DSLogic/hwdriver.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libsigrok4DSLogic/hwdriver.c b/libsigrok4DSLogic/hwdriver.c index d362f13..b0c2f41 100644 --- a/libsigrok4DSLogic/hwdriver.c +++ b/libsigrok4DSLogic/hwdriver.c @@ -81,12 +81,18 @@ static struct sr_config_info sr_config_info_data[] = { "Time base", NULL}, {SR_CONF_FILTER, SR_T_CHAR, "filter", "Filter targets", NULL}, - {SR_CONF_VDIV, SR_T_RATIONAL_VOLT, "vdiv", + {SR_CONF_VDIV0, SR_T_RATIONAL_VOLT, "vdiv", "Volts/div", NULL}, - {SR_CONF_COUPLING, SR_T_CHAR, "coupling", + {SR_CONF_VDIV1, SR_T_RATIONAL_VOLT, "vdiv", + "Volts/div", NULL}, + {SR_CONF_COUPLING0, SR_T_CHAR, "coupling", "Coupling", NULL}, + {SR_CONF_COUPLING1, SR_T_CHAR, "coupling", + "Coupling", NULL}, {SR_CONF_DATALOG, SR_T_BOOL, "datalog", "Datalog", NULL}, + {SR_CONF_OPERATION_MODE, SR_T_CHAR, "operation", + "Operation Mode", NULL}, {0, 0, NULL, NULL, NULL}, }; |