Skip to content

remove false libusb error message. - #6488

Merged
dorodnic merged 1 commit into
realsenseai:developmentfrom
doronhi:wrong_usb_request_cancel_error
Jun 1, 2020
Merged

remove false libusb error message.#6488
dorodnic merged 1 commit into
realsenseai:developmentfrom
doronhi:wrong_usb_request_cancel_error

Conversation

@doronhi

@doronhi doronhi commented Jun 1, 2020

Copy link
Copy Markdown
Contributor

LIBUSB_ERROR_NOT_FOUND is returned from libusb_cancel_transfer means that the endpoint does not exist. Probably been closed by someone else already. This is not an error.
See here: https://nxmnpg.lemoda.net/3/libusb_cancel_transfer

@ev-mp ev-mp left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, there is no need for the WARNING once device is disconnected

@dorodnic
dorodnic merged commit 267c5a3 into realsenseai:development Jun 1, 2020
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