]> sigrok.org Git - libsigrok.git/commitdiff
zeroplus: Add usb IDs for 32 channel models, but only use 16 channels
authorRuss Dill <redacted>
Tue, 3 Dec 2013 05:25:10 +0000 (21:25 -0800)
committerBert Vermeulen <redacted>
Wed, 4 Dec 2013 23:41:22 +0000 (00:41 +0100)
The code needs some work to support 32 channels. Until then, support
the 32 channel models, but only allow the use of 16 channels.

hardware/zeroplus-logic-cube/api.c

index 3fb156efba41b72cea4683376004507462c5e372..d85a8ca07ae8cba0987135083e87c5dd524080f2 100644 (file)
@@ -45,11 +45,10 @@ static const struct zp_model zeroplus_models[] = {
        {0x0c12, 0x7002, "LAP-16128U",    16, 128,  200},
        {0x0c12, 0x7009, "LAP-C(16064)",  16, 64,   100},
        {0x0c12, 0x700a, "LAP-C(16128)",  16, 128,  200},
-       /* TODO: We don't know anything about these.
-       {0x0c12, 0x700b, "LAP-C(32128)",  32, 128,  200},
-       {0x0c12, 0x700c, "LAP-C(321000)", 32, 1024, 200},
-       {0x0c12, 0x700d, "LAP-C(322000)", 32, 2048, 200},
-       */
+       /* We don't yet support 32 probes */
+       {0x0c12, 0x700b, "LAP-C(32128)",  16, 128,  200},
+       {0x0c12, 0x700c, "LAP-C(321000)", 16, 1024, 200},
+       {0x0c12, 0x700d, "LAP-C(322000)", 16, 2048, 200},
        {0x0c12, 0x700e, "LAP-C(16032)",  16, 32,   100},
        {0x0c12, 0x7016, "LAP-C(162000)", 16, 2048, 200},
        { 0, 0, 0, 0, 0, 0 }