Skip to content

Conversation

@seuros
Copy link

@seuros seuros commented Jan 12, 2026

libusb_handle_events_timeout() legitimately returns LIBUSB_ERROR_TIMEOUT when no events occur within the timeout period. This is expected behavior, not an error condition worth warning about.

FreeBSD's libusb implementation correctly returns this value per the API specification, causing spurious log warnings during normal streaming.

libusb_handle_events_timeout() legitimately returns LIBUSB_ERROR_TIMEOUT
when no events occur within the timeout period. This is expected behavior,
not an error condition worth warning about.

FreeBSD's libusb implementation correctly returns this value per the API
specification, causing spurious log warnings during normal streaming.
@CLAassistant
Copy link

CLAassistant commented Jan 12, 2026

CLA assistant check
All committers have signed the CLA.

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.

2 participants