]> sigrok.org Git - libsigrok.git/commitdiff
Add support for Hantek 6022BL
authorSebastian Tabares Amaya <redacted>
Wed, 28 Dec 2016 03:41:17 +0000 (22:41 -0500)
committerUwe Hermann <redacted>
Fri, 27 Jan 2017 00:12:14 +0000 (01:12 +0100)
src/hardware/hantek-6xxx/api.c

index b38f18ca845b67327eacceac8d33b516d126c560..6e2d7d948325c1a33237695cbb09b237cdce4102 100644 (file)
@@ -70,6 +70,11 @@ static const struct hantek_6xxx_profile dev_profiles[] = {
                "Sainsmart", "DDS120", "fx2lafw-sainsmart-dds120.fw",
                acdc_coupling, ARRAY_SIZE(acdc_coupling), TRUE,
        },
+       {
+               0x04b4, 0x602a, 0x1d50, 0x608e, 0x0003,
+               "Hantek", "6022BL", "fx2lafw-hantek-6022bl.fw",
+               dc_coupling, ARRAY_SIZE(dc_coupling), FALSE,
+       },
        ALL_ZERO
 };