From: Karsten König Date: Sat, 24 Sep 2016 09:02:14 +0000 (+0200) Subject: rigol-ds: Add DS1074Z Plus and DS1104Z Plus. X-Git-Tag: libsigrok-0.5.0~218 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=d53295e69edda62f966488bb6e4c05c1c842c6fe;p=libsigrok.git rigol-ds: Add DS1074Z Plus and DS1104Z Plus. This was successfully tested on a DS1074Z Plus. --- diff --git a/src/hardware/rigol-ds/api.c b/src/hardware/rigol-ds/api.c index 698a692f..c7a89376 100644 --- a/src/hardware/rigol-ds/api.c +++ b/src/hardware/rigol-ds/api.c @@ -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},