V4L/DVB: V4L: Events: Add backend
authorSakari Ailus <sakari.ailus@maxwell.research.nokia.com>
Mon, 1 Mar 2010 08:14:18 +0000 (05:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:58:06 +0000 (12:58 -0300)
commitc3b5b0241f620a356c97d8f43343e721c718806d
tree6323e5be6b646fea67059f069a186ef8557bdbdb
parentfda1021477b390506ebed0225eaa6d31a903e2b7
V4L/DVB: V4L: Events: Add backend

Add event handling backend to V4L2. The backend handles event subscription
and delivery to file handles. Event subscriptions are based on file handle.
Events may be delivered to all subscribed file handles on a device
independent of where they originate from.

Signed-off-by: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Makefile
drivers/media/video/v4l2-event.c [new file with mode: 0644]
drivers/media/video/v4l2-fh.c
include/media/v4l2-event.h [new file with mode: 0644]
include/media/v4l2-fh.h