Skip to content

libbladeRF: fix spurious timeout warnings in USB event loop#1052

Open
seuros wants to merge 1 commit intoNuand:masterfrom
seuros:master
Open

libbladeRF: fix spurious timeout warnings in USB event loop#1052
seuros wants to merge 1 commit intoNuand:masterfrom
seuros:master

Conversation

@seuros
Copy link
Copy Markdown

@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
Copy Markdown

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