[IE Myriad] Remove Myriad 2 from supported devices in XLink (#1331)
This commit is contained in:
parent
317a60545b
commit
804a579be9
@ -56,10 +56,12 @@ typedef struct {
|
|||||||
} deviceBootInfo_t;
|
} deviceBootInfo_t;
|
||||||
|
|
||||||
static deviceBootInfo_t supportedDevices[] = {
|
static deviceBootInfo_t supportedDevices[] = {
|
||||||
|
#if 0 // Myriad 2 device has been deprecated since 2020.4 release
|
||||||
{
|
{
|
||||||
.pid = 0x2150,
|
.pid = 0x2150,
|
||||||
.name = "ma2450"
|
.name = "ma2450"
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
.pid = 0x2485,
|
.pid = 0x2485,
|
||||||
.name = "ma2480"
|
.name = "ma2480"
|
||||||
|
Loading…
Reference in New Issue
Block a user