hantek-6xxx: Add support for Sainsmart DDS120

This commit is contained in:
Benjamin Larsson 2016-04-01 23:26:00 +02:00 committed by Uwe Hermann
parent f07298663f
commit 692c3b229d
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ static const struct hantek_6xxx_profile dev_profiles[] = {
0x04b4, 0x6022, 0x04b5, 0x6022,
"Hantek", "6022BE", "hantek-6022be.fw",
},
{
0x8102, 0x8102, 0x04b5, 0x6022,
"Sainsmart", "DDS120", "sainsmart-dds120.fw",
},
ALL_ZERO
};