VxWorks: Enable video device discovery
Video devices should be discovered by VxWorks properly. Pick-to: 6.8 6.9 Task-number: QTBUG-115777 Change-Id: Ib6719fc9480827aed296343e0b91286ae8408c8a Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
6da1f72311
commit
fbd7c7c45a
@ -47,6 +47,10 @@ QStringList QDeviceDiscoveryVxWorks::scanConnectedDevices()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (m_types & Device_VideoMask) {
|
||||||
|
devices << QString::fromLatin1("/dev/dri/card0");
|
||||||
|
}
|
||||||
|
|
||||||
return devices;
|
return devices;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user