]> sigrok.org Git - libsigrok.git/commitdiff
korad-kaxxxxp: add an entry for Korad KD3005P V4.1
authorJD Steffen <redacted>
Mon, 21 Feb 2022 21:01:59 +0000 (15:01 -0600)
committerGerhard Sittig <redacted>
Sun, 21 Aug 2022 15:45:11 +0000 (17:45 +0200)
Renames the previous entry to _V20, and adds _V41 to the list.

[ gsi: squash commits, fixup whitespace, sort order, reword message ]

src/hardware/korad-kaxxxxp/api.c
src/hardware/korad-kaxxxxp/protocol.h

index d5237441c42420cf44c46573adb02063209bf0d9..27b919f5666ace57ec58e210e72a41467a814ef9 100644 (file)
@@ -64,12 +64,14 @@ static const struct korad_kaxxxxp_model models[] = {
                "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_V20, "Korad", "KD3005P",
                "KORAD KD3005P V2.0", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
        {KORAD_KD3005P_V20_NOSP, "Korad", "KD3005P",
                "KORADKD3005PV2.0", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
        {KORAD_KD3005P_V21_NOSP, "Korad", "KD3005P",
                "KORADKD3005PV2.1", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
+       {KORAD_KD3005P_V41, "Korad", "KD3005P",
+               "KORAD KD3005P V4.1", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
        {RND_320_KD3005P, "RND", "KD3005P",
                "RND 320-KD3005P V4.2", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
        {RND_320_KA3005P, "RND", "KA3005P",
index 315961b1ebbba5855c7ba430a257c6ad1fbf7f2c..b0f3d4979ba6e3747db3db1c3c1a4e117ddc35fe 100644 (file)
@@ -39,9 +39,10 @@ enum {
        KORAD_KA3005P_0XBC,
        KORAD_KA3005P_V42,
        KORAD_KA3005P_V55,
-       KORAD_KD3005P,
+       KORAD_KD3005P_V20,
        KORAD_KD3005P_V20_NOSP,
        KORAD_KD3005P_V21_NOSP,
+       KORAD_KD3005P_V41,
        RND_320_KD3005P,
        RND_320_KA3005P,
        RND_320K30PV,