]> sigrok.org Git - libsigrok.git/blobdiff - src/hwdriver.c
Enable loading of session files without total probes defined
[libsigrok.git] / src / hwdriver.c
index 5790e320564fc5d8017d17f601f1be6581b4ea56..81a86a7998a5de184f5411a37b42d7c8b8793846 100644 (file)
@@ -171,6 +171,10 @@ static struct sr_key_info sr_key_info_config[] = {
                "Equivalent circuit model", NULL},
        {SR_CONF_OVER_TEMPERATURE_PROTECTION_ACTIVE, SR_T_BOOL, "otp_active",
                "Over-temperature protection active", NULL},
+       {SR_CONF_UNDER_VOLTAGE_CONDITION, SR_T_BOOL, "uvc",
+               "Under-voltage condition", NULL},
+       {SR_CONF_UNDER_VOLTAGE_CONDITION_ACTIVE, SR_T_BOOL, "uvc_active",
+               "Under-voltage condition active", NULL},
 
        /* Special stuff */
        {SR_CONF_SESSIONFILE, SR_T_STRING, "sessionfile",