Add support for YiXingDianZi MDSO in hantek-6xxx driver.

This commit is contained in:
majekw 2018-12-02 13:49:44 +01:00 committed by Uwe Hermann
parent c3bfb95959
commit e150d55046
2 changed files with 8 additions and 0 deletions

View File

@ -273,6 +273,9 @@ ATTRS{idVendor}=="04fc", ATTRS{idProduct}=="0201", ENV{ID_SIGROK}="1"
# Victor 86C
ATTRS{idVendor}=="1244", ATTRS{idProduct}=="d237", ENV{ID_SIGROK}="1"
# YiXingDianZi MDSO
ATTRS{idVendor}=="d4a2", ATTRS{idProduct}=="5660", ENV{ID_SIGROK}="1"
# ZEROPLUS Logic Cube LAP-C series
# There are various devices in the ZEROPLUS Logic Cube series:
# 0c12:7002: LAP-16128U

View File

@ -89,6 +89,11 @@ static const struct hantek_6xxx_profile dev_profiles[] = {
"Hantek", "6022BL", "fx2lafw-hantek-6022bl.fw",
ARRAY_AND_SIZE(dc_coupling), FALSE,
},
{
0xd4a2, 0x5660, 0x1d50, 0x608e, 0x0004,
"YiXingDianZi", "MDSO", "fx2lafw-yixingdianzi-mdso.fw",
ARRAY_AND_SIZE(dc_coupling), FALSE,
},
ALL_ZERO
};