summaryrefslogtreecommitdiff
path: root/events.c
AgeCommit message (Collapse)Author
2012-04-16events: Make the event loop reusableLaurent Pinchart
Set the done flag to false before starting the loop in order to make it possible for the caller to restart the loop. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2012-04-16Add support for exception eventsLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2012-04-16Factor event handling code out into events.cLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>