X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hwdriver.c;h=00e111c6ebcce878a321cdea42199613ae6053fc;hb=d86e0b11c7dabcf8fbbb9f692a070f9679f0ea18;hp=90661f176feddfb6cc5acfbe2de6a4679d739214;hpb=a769b9f357f9f298f015664044ee6c48651affc2;p=libsigrok.git diff --git a/hwdriver.c b/hwdriver.c index 90661f17..00e111c6 100644 --- a/hwdriver.c +++ b/hwdriver.c @@ -100,6 +100,8 @@ static struct sr_config_info sr_config_info_data[] = { "Number of logic probes", NULL}, {SR_CONF_NUM_ANALOG_PROBES, SR_T_INT32, "analog_probes", "Number of analog probes", NULL}, + {SR_CONF_MAX_UNCOMPRESSED_SAMPLES, SR_T_UINT64, "max_uncompressed_samples", + "Maximum number of uncompressed samples", NULL}, {0, 0, NULL, NULL, NULL}, };