]> sigrok.org Git - libsigrok.git/blobdiff - hwdriver.c
Add SR_CONF key for data source
[libsigrok.git] / hwdriver.c
index 0b7be5225a219b2ec597c9b8e69cf69335ad1305..d9a0273cdc44350978b8105578b3ac5353708c8b 100644 (file)
@@ -95,6 +95,8 @@ static struct sr_config_info sr_config_info_data[] = {
                "Sound pressure level measurement range", NULL},
        {SR_CONF_POWER_OFF, SR_T_BOOL, "power_off",
                "Power off", NULL},
+       {SR_CONF_DATA_SOURCE, SR_T_CHAR, "data_source",
+               "Data source", NULL},
        {0, 0, NULL, NULL, NULL},
 };