From: Walter Goossens Date: Sat, 20 Jun 2020 19:54:07 +0000 (+0200) Subject: korad-kaxxxxp: Add KA3005P v5.5 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=8b58a519e4d9e972f2cfc2f05ab2fc2c9f3fd591 korad-kaxxxxp: Add KA3005P v5.5 Signed-off-by: Walter Goossens --- diff --git a/src/hardware/korad-kaxxxxp/api.c b/src/hardware/korad-kaxxxxp/api.c index 21ab6844..3c9a2718 100644 --- a/src/hardware/korad-kaxxxxp/api.c +++ b/src/hardware/korad-kaxxxxp/api.c @@ -60,6 +60,8 @@ static const struct korad_kaxxxxp_model models[] = { "KORADKA3005PV2.0\xBC", 1, {0, 31, 0.01}, {0, 5.1, 0.001}}, {KORAD_KA3005P_V42, "Korad", "KA3005P", "KORAD KA3005P V4.2", 1, {0, 31, 0.01}, {0, 5.1, 0.001}}, + {KORAD_KA3005P_V55, "Korad", "KA3005P", + "KORAD KA3005P V5.5", 1, {0, 31, 0.01}, {0, 5.1, 0.001}}, {KORAD_KD3005P, "Korad", "KD3005P", "KORAD KD3005P V2.0", 1, {0, 31, 0.01}, {0, 5.1, 0.001}}, {KORAD_KD3005P_V20_NOSP, "Korad", "KD3005P", diff --git a/src/hardware/korad-kaxxxxp/protocol.h b/src/hardware/korad-kaxxxxp/protocol.h index ea28a71c..ec71f6f4 100644 --- a/src/hardware/korad-kaxxxxp/protocol.h +++ b/src/hardware/korad-kaxxxxp/protocol.h @@ -38,6 +38,7 @@ enum { KORAD_KA3005P_0X01, KORAD_KA3005P_0XBC, KORAD_KA3005P_V42, + KORAD_KA3005P_V55, KORAD_KD3005P, KORAD_KD3005P_V20_NOSP, RND_320_KD3005P,