summarylogtreecommitdiffstats
path: root/patch.patch
blob: 50fa10a4219c5b38ebd40d63133b0c3c2dc886dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- a/libsigrok4DSL/hardware/DSL/dsl.h
+++ b/libsigrok4DSL/hardware/DSL/dsl.h
@@ -802,20 +802,20 @@ static const struct DSL_profile supported_DSLogic[] = {
       SR_MHZ(400)}
     },
 
-    {0x2A0E, 0x0035, LIBUSB_SPEED_HIGH, "DreamSourceLab", "DSLogic U2Basic", NULL,
-     "DSLogicU2Basic-pgl12-2.fw",
-     "DSLogicU2Basic-pgl12-2.bin",
-     "DSLogicU2Basic-pgl12-2.bin",
+    {0x2A0E, 0x0035, LIBUSB_SPEED_HIGH, "DreamSourceLab", "DSLogic +", NULL,
+     "DSLogicPlus-pgl12-2.fw",
+     "DSLogicPlus-pgl12-2.bin",
+     "DSLogicPlus-pgl12-2.bin",
      {CAPS_MODE_LOGIC,
       CAPS_FEATURE_VTH | CAPS_FEATURE_BUF | CAPS_FEATURE_MAX25_VTH | CAPS_FEATURE_SECURITY,
       (1 << DSL_STREAM20x16) | (1 << DSL_STREAM25x12) | (1 << DSL_STREAM50x6) | (1 << DSL_STREAM100x3) |
-      (1 << DSL_BUFFER100x16),
+      (1 << DSL_BUFFER100x16) | (1 << DSL_BUFFER200x8) | (1 << DSL_BUFFER400x4),
       16,
       SR_MB(64),
       0,
       DSL_BUFFER100x16,
       0,
-      samplerates100,
+      samplerates400,
       0,
       DSL_STREAM20x16,
       SR_MHZ(1),