From eb594409dde1060309ca55fbe871dffd2947e022 Mon Sep 17 00:00:00 2001 From: Christoph Haag Date: Tue, 9 Mar 2021 14:16:28 +0100 Subject: [PATCH] xrt: Increase number of autoprobers to 16 We actually have a total of 11 auto probers. --- src/xrt/include/xrt/xrt_prober.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrt/include/xrt/xrt_prober.h b/src/xrt/include/xrt/xrt_prober.h index 2a746038c..ef1272b87 100644 --- a/src/xrt/include/xrt/xrt_prober.h +++ b/src/xrt/include/xrt/xrt_prober.h @@ -42,7 +42,7 @@ struct os_hid_device; */ #define XRT_MAX_DEVICES_PER_PROBE 16 -#define MAX_AUTO_PROBERS 8 +#define MAX_AUTO_PROBERS 16 /*! * Entry for a single device.