Skip to content

Commit 7ae658e

Browse files
committed
improving mipi devices pid code
1 parent a29513d commit 7ae658e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/linux/backend-v4l2.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,8 @@ namespace librealsense
505505
static const std::set<std::uint16_t> mipi_devices_pid = {
506506
D457_PID,
507507
D430_GMSL_PID,
508-
D415_GMSL_PID
508+
D415_GMSL_PID,
509+
D401_GMSL_PID
509510
};
510511

511512
// D457 Development. To be merged into underlying class

0 commit comments

Comments
 (0)