diff --git a/src/linux/backend-v4l2.cpp b/src/linux/backend-v4l2.cpp index f4d98ff563..ccd15d2ef3 100644 --- a/src/linux/backend-v4l2.cpp +++ b/src/linux/backend-v4l2.cpp @@ -998,7 +998,7 @@ namespace librealsense else if(mipi_rs_enum_nodes.empty()) //video4linux devices that are not USB devices and not previously enumerated by rs links { // filter out all posible codecs, work only with compatible driver - static const std::regex rs_mipi_compatible("tegra|ipu6"); + static const std::regex rs_mipi_compatible("[.]vi:|ipu6"); info = get_info_from_mipi_device_path(video_path, name); if (!regex_search(info.unique_id, rs_mipi_compatible)) { continue;