]> sigrok.org Git - libsigrok.git/commitdiff
rigol-ds: Add model entries for MSO2000A series.
authorMartin Ling <redacted>
Mon, 15 May 2017 15:16:00 +0000 (16:16 +0100)
committerUwe Hermann <redacted>
Mon, 15 May 2017 15:42:03 +0000 (17:42 +0200)
This should be sufficient to fully support these models, unless there
are protocol differences for the digital channels.

This fixes bug #778.

src/hardware/rigol-ds/api.c

index 7f136a6bec654317852abeaefabafed94193d0f0..fd8a8b05948b303bf3a4a45bdeef0f7e540b13c9 100644 (file)
@@ -250,6 +250,10 @@ static const struct rigol_ds_model supported_models[] = {
        {SERIES(DS2000A), "DS2102A", {5, 1000000000}, 2, false},
        {SERIES(DS2000A), "DS2202A", {2, 1000000000}, 2, false},
        {SERIES(DS2000A), "DS2302A", {1, 1000000000}, 2, false},
+       {SERIES(DS2000A), "MSO2072A", {5, 1000000000}, 2, true},
+       {SERIES(DS2000A), "MSO2102A", {5, 1000000000}, 2, true},
+       {SERIES(DS2000A), "MSO2202A", {2, 1000000000}, 2, true},
+       {SERIES(DS2000A), "MSO2302A", {1, 1000000000}, 2, true},
        {SERIES(DSO1000), "DSO1002A", {5, 1000000000}, 2, false},
        {SERIES(DSO1000), "DSO1004A", {5, 1000000000}, 4, false},
        {SERIES(DSO1000), "DSO1012A", {2, 1000000000}, 2, false},