Skip to content

Allow a cleaner terminate of application

folkertvanheusden requested to merge folkertvanheusden/uvc-gadget:master into master

Allow a cleaner terminate by polling (not ideal) the done-variable every 100ms instead of only when an event comes in. This changes the events_loop function to do a select() with a 100ms timeout.

Edited by folkertvanheusden

Merge request reports

Loading