]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/rigol-ds/api.c
uni-t-ut32x: improve robustness of packet parser, more diagnostics
[libsigrok.git] / src / hardware / rigol-ds / api.c
index bdc15b7de387e96b00133545b9cb02044beb235c..6334cd74f03f00e30f84bec871b12315b110611b 100644 (file)
@@ -208,7 +208,7 @@ static const struct rigol_ds_series supported_series[] = {
        [DS1000Z] = {VENDOR(RIGOL), "DS1000Z", PROTOCOL_V4, FORMAT_IEEE488_2,
                {50, 1}, {1, 1000}, 12, 1200, 12000000},
        [DS4000] = {VENDOR(RIGOL), "DS4000", PROTOCOL_V4, FORMAT_IEEE488_2,
-               {1000, 1}, {1, 1000}, 14, 1400, 14000},
+               {1000, 1}, {1, 1000}, 14, 1400, 0},
        [MSO7000A] = {VENDOR(AGILENT), "MSO7000A", PROTOCOL_V4, FORMAT_IEEE488_2,
                {50, 1}, {2, 1000}, 10, 1000, 8000000},
 };