diff options
author | Sven Wegener <sven.wegener@stealer.net> | 2014-06-30 09:38:31 +0200 |
---|---|---|
committer | Sven Wegener <sven.wegener@stealer.net> | 2014-06-30 09:38:31 +0200 |
commit | 79de83205964ee0182940ef7cec86b46896ed0e6 (patch) | |
tree | ccf532205a550ac926e52069649a1cc41aa555a6 /libsigrok4DSLogic/hwdriver.c | |
parent | 3de7dbb24c71c0d894dbd734ddf9258683d9e2e1 (diff) |
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
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}, }; |