From: Bert Vermeulen Date: Sun, 22 Jul 2012 00:09:58 +0000 (+0200) Subject: zeroplus: comment out 32-probe models for now X-Git-Tag: dsupstream~782 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=3f848bb7a9c248447ddd3af6964089cd713b9c5a;p=libsigrok.git zeroplus: comment out 32-probe models for now --- diff --git a/hardware/zeroplus-logic-cube/zeroplus.c b/hardware/zeroplus-logic-cube/zeroplus.c index abe6dabf..c72f2551 100644 --- a/hardware/zeroplus-logic-cube/zeroplus.c +++ b/hardware/zeroplus-logic-cube/zeroplus.c @@ -59,9 +59,11 @@ typedef struct { static model_t zeroplus_models[] = { {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}, + */ {0x0c12, 0x700E, "LAP-C(16032)", 16, 32, 100}, {0x0c12, 0x7016, "LAP-C(162000)", 16, 2048, 200}, { 0, 0, 0, 0, 0, 0 }