From 804a579be99079b9ad4bf08e0f2f312017189d5e Mon Sep 17 00:00:00 2001 From: Nikita Kudriavtsev Date: Thu, 16 Jul 2020 10:29:56 +0300 Subject: [PATCH] [IE Myriad] Remove Myriad 2 from supported devices in XLink (#1331) --- .../thirdparty/movidius/XLink/pc/protocols/usb_boot.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inference-engine/thirdparty/movidius/XLink/pc/protocols/usb_boot.c b/inference-engine/thirdparty/movidius/XLink/pc/protocols/usb_boot.c index 723ee83a577..21e47b8dd11 100644 --- a/inference-engine/thirdparty/movidius/XLink/pc/protocols/usb_boot.c +++ b/inference-engine/thirdparty/movidius/XLink/pc/protocols/usb_boot.c @@ -56,10 +56,12 @@ typedef struct { } deviceBootInfo_t; static deviceBootInfo_t supportedDevices[] = { +#if 0 // Myriad 2 device has been deprecated since 2020.4 release { .pid = 0x2150, .name = "ma2450" }, +#endif { .pid = 0x2485, .name = "ma2480"