]> sigrok.org Git - libsigrok.git/commitdiff
zeroplus-logic-cube: Add LAP-C(16128+) USB VID/PID.
authorUwe Hermann <redacted>
Sun, 17 Dec 2017 18:46:23 +0000 (19:46 +0100)
committerUwe Hermann <redacted>
Sun, 17 Dec 2017 18:46:23 +0000 (19:46 +0100)
Untested, so we don't know for sure it'll work.

This fixes bug #1045.

src/hardware/zeroplus-logic-cube/api.c

index d8067416286b47d7654cf3bb271a55c532972a09..e606dba64ce07c80911088cfab436b419a78c92c 100644 (file)
@@ -49,6 +49,7 @@ static const struct zp_model zeroplus_models[] = {
        {0x0c12, 0x700d, "LAP-C(322000)", 32, 2048, 200},
        {0x0c12, 0x700e, "LAP-C(16032)",  16, 32,   100},
        {0x0c12, 0x7016, "LAP-C(162000)", 16, 2048, 200},
+       {0x0c12, 0x7025, "LAP-C(16128+)", 16, 128,  200},
        {0x0c12, 0x7100, "AKIP-9101", 16, 256, 200},
        ALL_ZERO
 };