]> sigrok.org Git - libsigrok.git/commitdiff
zeroplus-logic-cube: Add LAP-16032U
authorMichał Janiszewski <redacted>
Mon, 1 Jan 2018 13:37:39 +0000 (14:37 +0100)
committerMichał Janiszewski <redacted>
Mon, 1 Jan 2018 13:41:23 +0000 (14:41 +0100)
contrib/60-libsigrok.rules
src/hardware/zeroplus-logic-cube/api.c

index f6c43809bcb92edf844c2ce2f1611100cab0fa76..c02e3b60aa35d993d62c2d25ecf49db819e2d036 100644 (file)
@@ -264,6 +264,7 @@ ATTRS{idVendor}=="1244", ATTRS{idProduct}=="d237", ENV{ID_SIGROK}="1"
 # 0c12:7025: LAP-C(16128+)
 # 0c12:7100: AKIP-9101
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7002", ENV{ID_SIGROK}="1"
+ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7007", ENV{ID_SIGROK}="1"
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7009", ENV{ID_SIGROK}="1"
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700a", ENV{ID_SIGROK}="1"
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700b", ENV{ID_SIGROK}="1"
index 354738662097f6b66e7b6726be7c174ce33fc2a5..da3899dd404d217de644efb0ad671e35b66d6aee 100644 (file)
@@ -42,6 +42,7 @@ struct zp_model {
  */
 static const struct zp_model zeroplus_models[] = {
        {0x0c12, 0x7002, "LAP-16128U",    16, 128,  200},
+       {0x0c12, 0x7007, "LAP-16032U",    16, 32,   200},
        {0x0c12, 0x7009, "LAP-C(16064)",  16, 64,   100},
        {0x0c12, 0x700a, "LAP-C(16128)",  16, 128,  200},
        {0x0c12, 0x700b, "LAP-C(32128)",  32, 128,  200},