From bd6a0aa520dbb28bfcbfed8f917162503f39d619 Mon Sep 17 00:00:00 2001 From: Remi Bettan Date: Tue, 31 Dec 2024 14:47:24 +0200 Subject: [PATCH] comment updated, branch rebased --- src/win/win-helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/win-helpers.cpp b/src/win/win-helpers.cpp index 3a22da2191..17ee6fc80f 100644 --- a/src/win/win-helpers.cpp +++ b/src/win/win-helpers.cpp @@ -491,7 +491,7 @@ namespace librealsense } // Enumerate all imaging devices - // high limit is below loop has been added to avoid infinite loop + // 0x10000 ia a large enough limit to permit maximum connection, while avoiding infinite loop for (DWORD member_index = 0; member_index < 0x10000; ++member_index) { // Get device information element from the device information set