From 4f0cfaeabe67a1c2a5c1c2102c32ab48695a1105 Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Wed, 24 Aug 2022 16:19:43 +0800 Subject: [PATCH] fix: U3Pro32 can't supports 32 channels in buffer mode --- libsigrok4DSL/hardware/DSL/dsl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsigrok4DSL/hardware/DSL/dsl.h b/libsigrok4DSL/hardware/DSL/dsl.h index 89e2663c..0581c025 100644 --- a/libsigrok4DSL/hardware/DSL/dsl.h +++ b/libsigrok4DSL/hardware/DSL/dsl.h @@ -697,7 +697,7 @@ static const struct DSL_profile supported_DSLogic[] = { {CAPS_MODE_LOGIC, CAPS_FEATURE_VTH | CAPS_FEATURE_BUF | CAPS_FEATURE_USB30 | CAPS_FEATURE_ADF4360 | CAPS_FEATURE_LA_CH32, (1 << DSL_STREAM10x32_32_3DN2) | (1 << DSL_STREAM20x16_32_3DN2) | (1 << DSL_STREAM25x12_32_3DN2) | (1 << DSL_STREAM50x6_32_3DN2) | (1 << DSL_STREAM100x3_32_3DN2) | - (1 << DSL_BUFFER500x16) | (1 << DSL_BUFFER1000x8), + (1 << DSL_BUFFER250x32) | (1 << DSL_BUFFER500x16) | (1 << DSL_BUFFER1000x8), 32, SR_GB(2), 0,