]> sigrok.org Git - libsigrok.git/commitdiff
hantek-6xxx: add support for Voltcraft DSO2020
authorThomas Emmert <redacted>
Sun, 28 Nov 2021 20:40:30 +0000 (21:40 +0100)
committerGerhard Sittig <redacted>
Mon, 6 Nov 2023 20:49:10 +0000 (21:49 +0100)
[ gsi: fixup whitespace and commit message ]

src/hardware/hantek-6xxx/api.c

index 41a77795cee84ed5916457b3bc156b8240ccf2c0..f9194b668944580cb1e85d7a93ea6ba963db2eda 100644 (file)
@@ -86,6 +86,12 @@ static const struct hantek_6xxx_profile dev_profiles[] = {
                ARRAY_AND_SIZE(dc_coupling), FALSE,
                ARRAY_AND_SIZE(vdivs),
        },
+       {
+               0x04b4, 0x2020, 0x1d50, 0x608e, 0x0001,
+               "Voltcraft", "DSO2020",  "fx2lafw-hantek-6022be.fw",
+               ARRAY_AND_SIZE(dc_coupling), FALSE,
+               ARRAY_AND_SIZE(vdivs),
+       },
        {
                0x8102, 0x8102, 0x1d50, 0x608e, 0x0002,
                "Sainsmart", "DDS120", "fx2lafw-sainsmart-dds120.fw",