From: Aurelien Jacobs Date: Sat, 14 Feb 2015 22:54:13 +0000 (+0100) Subject: rigol-ds: fix the smallest supported vdiv for the DS2000 series. X-Git-Tag: libsigrok-0.4.0~637 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=96cb7faac37568df717de175ae7800aeebeb918f;p=libsigrok.git rigol-ds: fix the smallest supported vdiv for the DS2000 series. --- diff --git a/src/hardware/rigol-ds/api.c b/src/hardware/rigol-ds/api.c index 7ec79946..38aadf43 100644 --- a/src/hardware/rigol-ds/api.c +++ b/src/hardware/rigol-ds/api.c @@ -192,7 +192,7 @@ static const struct rigol_ds_series supported_series[] = { [DS1000] = {VENDOR(RIGOL), "DS1000", PROTOCOL_V2, FORMAT_IEEE488_2, {50, 1}, {2, 1000}, 12, 600, 1048576}, [DS2000] = {VENDOR(RIGOL), "DS2000", PROTOCOL_V3, FORMAT_IEEE488_2, - {500, 1}, {2, 1000}, 14, 1400, 14000}, + {500, 1}, {500, 1000000}, 14, 1400, 14000}, [DS2000A] = {VENDOR(RIGOL), "DS2000A", PROTOCOL_V3, FORMAT_IEEE488_2, {1000, 1}, {500, 1000000}, 14, 1400, 14000}, [DSO1000] = {VENDOR(AGILENT), "DSO1000", PROTOCOL_V3, FORMAT_IEEE488_2,