]> sigrok.org Git - libsigrok.git/commitdiff
korad-kaxxxxp: Korad OEM: RND KA3005P
authorAxel Hinrichs <redacted>
Fri, 9 Mar 2018 21:23:35 +0000 (22:23 +0100)
committerUwe Hermann <redacted>
Mon, 12 Mar 2018 15:34:43 +0000 (16:34 +0100)
src/hardware/korad-kaxxxxp/api.c
src/hardware/korad-kaxxxxp/protocol.h

index dbd1afa36e82e36a0e2ff0c08cfc5fd26092551c..eb2e14880302c6ddfb97b4008ccaf81bb28369aa 100644 (file)
@@ -57,6 +57,8 @@ static const struct korad_kaxxxxp_model models[] = {
                "KORADKA3005PV2.0\x01", 1, {0, 31, 0.01}, {0, 5, 0.001}},
        {KORAD_KD3005P, "Korad", "KD3005P",
                "KORAD KD3005P V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
+       {RND_320K30PV, "RND", "KA3005P",
+               "RND 320-KA3005P V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
        ALL_ZERO
 };
 
index 4de5edcd15f98257ff320395163625b0f6f8897b..e4b133e1ac7f216e517aa29320edad55fce3f70e 100644 (file)
@@ -37,6 +37,7 @@ enum {
        KORAD_KA3005P,
        KORAD_KA3005P_0X01,
        KORAD_KD3005P,
+       RND_320K30PV,
        /* Support for future devices with this protocol. */
 };