]> sigrok.org Git - libsigrok.git/blobdiff - hardware/chronovu-la8/chronovu-la8.c
sr/srd: Consistency fixes for callbacks.
[libsigrok.git] / hardware / chronovu-la8 / chronovu-la8.c
index da286e78056d1a16a86a6b611616077772addc58..ab206e9339fcca39b278616e8f25fba6517a11d5 100644 (file)
@@ -42,6 +42,7 @@
 
 static GSList *dev_insts = NULL;
 
+/* Probes are numbered 0-7. */
 static const char *probe_names[NUM_PROBES + 1] = {
        "0",
        "1",
@@ -1110,7 +1111,7 @@ static int hw_dev_acquisition_stop(int dev_index, gpointer session_data)
        return SR_OK;
 }
 
-SR_PRIV struct sr_dev_plugin chronovu_la8_plugin_info = {
+SR_PRIV struct sr_dev_driver chronovu_la8_driver_info = {
        .name = "chronovu-la8",
        .longname = "ChronoVu LA8",
        .api_version = 1,