Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicated serial numbers on MacOS #1841

Merged
merged 2 commits into from
Jun 10, 2018

Conversation

ev-mp
Copy link
Collaborator

@ev-mp ev-mp commented Jun 6, 2018

Fix SR300 not found when using libuvc backend
Tracked on: DSO-9231, #1506. probably related to #1779, #1089

Also adresses no SR300 available, MacOS and libuvc in general.
tracked on DSO-9231
@ev-mp ev-mp changed the base branch from master to development June 6, 2018 10:09
@@ -139,6 +139,10 @@ namespace librealsense

libusb_free_config_descriptor(config);
}
else if (status < 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would avoid throwing from foreach_device block, since it will prevent you from discovering all devices.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will remove it, as it throws on MacOS, and use the previous logic (no action)

@dorodnic dorodnic merged commit b98981e into IntelRealSense:development Jun 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants