]> sigrok.org Git - libsigrok.git/commitdiff
zeroplus-logic-cube: Fix Logian-16L metadata.
authorUwe Hermann <redacted>
Mon, 25 Dec 2017 14:42:06 +0000 (15:42 +0100)
committerUwe Hermann <redacted>
Mon, 25 Dec 2017 14:42:06 +0000 (15:42 +0100)
According to a vendor software screenshot of a user on IRC, this
device is detected as having 200MHz max. samplerate and 128kBit
memory per channel.

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

index 1fea018d5a8e7409d5f7250b2a82b1d4de67d4ae..354738662097f6b66e7b6726be7c174ce33fc2a5 100644 (file)
@@ -50,7 +50,7 @@ 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, 0x7064, "Logian-16L",    16, 64,   100},
+       {0x0c12, 0x7064, "Logian-16L",    16, 128,  200},
        {0x0c12, 0x7100, "AKIP-9101",     16, 256,  200},
        ALL_ZERO
 };