File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1191,14 +1191,6 @@ namespace librealsense
1191
1191
bool const register_device_notifications = true ;
1192
1192
1193
1193
auto pid = _group.uvc_devices .front ().pid ;
1194
- auto mi = _group.uvc_devices .front ().mi ;
1195
- std::string unique_id = _group.uvc_devices .front ().unique_id ;
1196
- std::string device_path = _group.uvc_devices .front ().device_path ;
1197
- std::string serial = _group.uvc_devices .front ().serial ;
1198
-
1199
- uint32_t uvc_capabilities = _group.uvc_devices .front ().uvc_capabilities ;
1200
- bool has_metadata_node = _group.uvc_devices .front ().has_metadata_node ;
1201
- std::string metadata_node_id = _group.uvc_devices .front ().metadata_node_id ;;
1202
1194
1203
1195
switch (pid)
1204
1196
{
Original file line number Diff line number Diff line change @@ -828,6 +828,8 @@ namespace librealsense
828
828
fmtdesc.index ++;
829
829
}
830
830
831
+ ::close (fd);
832
+
831
833
return false ;
832
834
}
833
835
You can’t perform that action at this time.
0 commit comments