]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/dslogic/api.c
dslogic: Declare memory depths
[libsigrok.git] / src / hardware / dslogic / api.c
index 7ee747a130681206145450b43befe7aa42fff844..342ce2b0ef0dd162a66e385e695e33b89c45a82d 100644 (file)
@@ -27,23 +27,23 @@ static const struct dslogic_profile supported_device[] = {
        /* DreamSourceLab DSLogic */
        { 0x2a0e, 0x0001, "DreamSourceLab", "DSLogic", NULL,
                "dreamsourcelab-dslogic-fx2.fw",
-               0, "DreamSourceLab", "DSLogic"},
+               0, "DreamSourceLab", "DSLogic", 256 * 1048576ULL},
        /* DreamSourceLab DSCope */
        { 0x2a0e, 0x0002, "DreamSourceLab", "DSCope", NULL,
                "dreamsourcelab-dscope-fx2.fw",
-               0, "DreamSourceLab", "DSCope"},
+               0, "DreamSourceLab", "DSCope", 256 * 1048576ULL},
        /* DreamSourceLab DSLogic Pro */
        { 0x2a0e, 0x0003, "DreamSourceLab", "DSLogic Pro", NULL,
                "dreamsourcelab-dslogic-pro-fx2.fw",
-               0, "DreamSourceLab", "DSLogic"},
+               0, "DreamSourceLab", "DSLogic", 256 * 1048576ULL},
        /* DreamSourceLab DSLogic Plus */
        { 0x2a0e, 0x0020, "DreamSourceLab", "DSLogic Plus", NULL,
                "dreamsourcelab-dslogic-plus-fx2.fw",
-               0, "DreamSourceLab", "DSLogic"},
+               0, "DreamSourceLab", "DSLogic", 256 * 1048576ULL},
        /* DreamSourceLab DSLogic Basic */
        { 0x2a0e, 0x0021, "DreamSourceLab", "DSLogic Basic", NULL,
                "dreamsourcelab-dslogic-basic-fx2.fw",
-               0, "DreamSourceLab", "DSLogic"},
+               0, "DreamSourceLab", "DSLogic", 256 * 1024ULL},
 
        ALL_ZERO
 };