]> sigrok.org Git - libsigrok.git/commitdiff
zeroplus: Add support for Meilhaus Logian-16L.
authorUwe Hermann <redacted>
Mon, 25 Dec 2017 13:30:00 +0000 (14:30 +0100)
committerUwe Hermann <redacted>
Mon, 25 Dec 2017 13:30:00 +0000 (14:30 +0100)
Untested yet, but pretty likely to work.

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

index e606dba64ce07c80911088cfab436b419a78c92c..1fea018d5a8e7409d5f7250b2a82b1d4de67d4ae 100644 (file)
@@ -50,7 +50,8 @@ static const struct zp_model zeroplus_models[] = {
        {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},
+       {0x0c12, 0x7064, "Logian-16L",    16, 64,   100},
+       {0x0c12, 0x7100, "AKIP-9101",     16, 256,  200},
        ALL_ZERO
 };