Skip to content

Commit 5fb0173

Browse files
Thomas Emmertgsigh
authored andcommitted
hantek-6xxx: add support for Voltcraft DSO2020
[ gsi: fixup whitespace and commit message ]
1 parent 70c9a25 commit 5fb0173

File tree

1 file changed

+6
-0
lines changed
  • src/hardware/hantek-6xxx

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ static const struct hantek_6xxx_profile dev_profiles[] = {
8686
ARRAY_AND_SIZE(dc_coupling), FALSE,
8787
ARRAY_AND_SIZE(vdivs),
8888
},
89+
{
90+
0x04b4, 0x2020, 0x1d50, 0x608e, 0x0001,
91+
"Voltcraft", "DSO2020", "fx2lafw-hantek-6022be.fw",
92+
ARRAY_AND_SIZE(dc_coupling), FALSE,
93+
ARRAY_AND_SIZE(vdivs),
94+
},
8995
{
9096
0x8102, 0x8102, 0x1d50, 0x608e, 0x0002,
9197
"Sainsmart", "DDS120", "fx2lafw-sainsmart-dds120.fw",

0 commit comments

Comments
 (0)