]> sigrok.org Git - libsigrok.git/commitdiff
rigol-ds: Add DS1074Z Plus and DS1104Z Plus.
authorKarsten König <redacted>
Sat, 24 Sep 2016 09:02:14 +0000 (11:02 +0200)
committerUwe Hermann <redacted>
Sat, 24 Sep 2016 09:04:32 +0000 (11:04 +0200)
This was successfully tested on a DS1074Z Plus.

src/hardware/rigol-ds/api.c

index 698a692f5c21d5cdc93ae689d61294d94c61cbc9..c7a8937690e796917d3a65707dd4dff2af3cb5e9 100644 (file)
@@ -258,6 +258,8 @@ static const struct rigol_ds_model supported_models[] = {
        {SERIES(DS1000Z), "DS1104Z", {5, 1000000000}, 4, false},
        {SERIES(DS1000Z), "DS1074Z-S", {5, 1000000000}, 4, false},
        {SERIES(DS1000Z), "DS1104Z-S", {5, 1000000000}, 4, false},
+       {SERIES(DS1000Z), "DS1074Z Plus", {5, 1000000000}, 4, false},
+       {SERIES(DS1000Z), "DS1104Z Plus", {5, 1000000000}, 4, false},
        {SERIES(DS1000Z), "MSO1074Z", {5, 1000000000}, 4, true},
        {SERIES(DS1000Z), "MSO1104Z", {5, 1000000000}, 4, true},
        {SERIES(DS1000Z), "MSO1074Z-S", {5, 1000000000}, 4, true},