]> sigrok.org Git - libsigrok.git/commitdiff
korad-kaxxxxp: Add a new ID for KORAD KA3005P V4.2 power supply
authorDavid Sastre Medina <redacted>
Sat, 21 Mar 2020 14:22:28 +0000 (15:22 +0100)
committerUwe Hermann <redacted>
Sun, 22 Mar 2020 14:52:16 +0000 (15:52 +0100)
On a recently acquired Korad KA3005P power supply, the ID supplied by the
device is not known by libsigrok.

$ sigrok-cli --driver=korad-kaxxxxp:conn=/dev/ttyACM0 --scan
sr: korad-kaxxxxp: Unknown model ID 'KORAD KA3005P V4.2' detected, aborting.

This fixes bug #1522.

Thanks to bitaround@gmail.com for the amperage fix.

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

index c3f1f7da3994e28d861f66f9e51dcc7b9c5f15aa..16437a259631b5f655fa7401d6909fbe75755ca7 100644 (file)
@@ -58,6 +58,8 @@ static const struct korad_kaxxxxp_model models[] = {
        /* Sometimes the KA3005P has an extra 0xBC after the ID. */
        {KORAD_KA3005P_0XBC, "Korad", "KA3005P",
                "KORADKA3005PV2.0\xBC", 1, {0, 31, 0.01}, {0, 5, 0.001}},
+       {KORAD_KA3005P_V42, "Korad", "KA3005P",
+               "KORAD KA3005P V4.2", 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, 0.001}},
        {KORAD_KD3005P_V20_NOSP, "Korad", "KD3005P",
index 957b4e6bf2a62b6fe7bcf72a071d0c4914e1e9e5..b38fcfb7924528ba8c81116e3ed30668a8d1cb24 100644 (file)
@@ -37,6 +37,7 @@ enum {
        KORAD_KA3005P,
        KORAD_KA3005P_0X01,
        KORAD_KA3005P_0XBC,
+       KORAD_KA3005P_V42,
        KORAD_KD3005P,
        KORAD_KD3005P_V20_NOSP,
        RND_320_KD3005P,