]> sigrok.org Git - libsigrok.git/commitdiff
korad-kaxxxxp: Add support for Korad KD3005P
authorHolger Müller <redacted>
Thu, 30 Nov 2017 20:53:40 +0000 (21:53 +0100)
committerUwe Hermann <redacted>
Sat, 9 Dec 2017 22:17:12 +0000 (23:17 +0100)
src/hardware/korad-kaxxxxp/api.c
src/hardware/korad-kaxxxxp/protocol.h

index c5c75da1e24f6ccfcec671cf71bfd5b6d2e4d298..96aa03e67ebb738495d101ddecbfb86e977e4cee 100644 (file)
@@ -54,6 +54,8 @@ static const struct korad_kaxxxxp_model models[] = {
        /* Sometimes the KA3005P has an extra 0x01 after the ID. */
        {KORAD_KA3005P_0X01, "Korad", "KA3005P",
                "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}},
        ALL_ZERO
 };
 
index 2423ce99a8e4f672d8d1aa0296546711d8f9afe5..112382a48e94999b329850c824c8a983c2f41ed0 100644 (file)
@@ -35,6 +35,7 @@ enum {
        VELLEMAN_LABPS3005D,
        KORAD_KA3005P,
        KORAD_KA3005P_0X01,
+       KORAD_KD3005P,
        /* Support for future devices with this protocol. */
 };