From: jirjirjir Date: Fri, 17 Jan 2020 13:28:55 +0000 (+0300) Subject: rigol-ds: Rigol DS1152E-EDU support fix X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=c4a46475a64c18eabc7f1d039045c7e03ccb0d01 rigol-ds: Rigol DS1152E-EDU support fix --- diff --git a/src/hardware/rigol-ds/api.c b/src/hardware/rigol-ds/api.c index 68460689..0146f3a0 100644 --- a/src/hardware/rigol-ds/api.c +++ b/src/hardware/rigol-ds/api.c @@ -242,6 +242,7 @@ static const struct rigol_ds_model supported_models[] = { {SERIES(DS1000), "DS1052E", {5, 1000000000}, CH_INFO(2, false), std_cmd}, {SERIES(DS1000), "DS1102E", {2, 1000000000}, CH_INFO(2, false), std_cmd}, {SERIES(DS1000), "DS1152E", {2, 1000000000}, CH_INFO(2, false), std_cmd}, + {SERIES(DS1000), "DS1152E-EDU", {2, 1000000000}, CH_INFO(2, false), std_cmd}, {SERIES(DS1000), "DS1052D", {5, 1000000000}, CH_INFO(2, true), std_cmd}, {SERIES(DS1000), "DS1102D", {2, 1000000000}, CH_INFO(2, true), std_cmd}, {SERIES(DS1000), "DS1152D", {2, 1000000000}, CH_INFO(2, true), std_cmd},