Hi, Here's the sixth version of the V4L2 file handle and event interface patchset. The first patch adds the V4L2 file handle support and the rest are for V4L2 events. The patchset has been tested with the OMAP 3 ISP driver. Patches for OMAP 3 ISP are not part of this patchset but are available in Gitorious (branch is called event): git://gitorious.org/omap3camera/mainline.git event Some more comments from Hans. What has changed: - Events are timestamped in v4l2_event_queue(). - No ioctl handler for vidioc_dqevent or vidioc_unsubscribe_event anymore. The __video_do_ioctl() calls directly v4l2_event_dequeue() and v4l2_event_unsubscribe(). - v4l2_event->navailable and v4l2_event->max_alloc (was max_events) are now unsigned int instead of atomic_t. They are modified only when the video_device->fh_lock is held. - No longer possible to allocate any more events than the limit in v4l2_event_alloc(). - Possibly something else I don't happen to remember just now. Comments are welcome as always. Cheers, -- Sakari Ailus sakari.ailus@xxxxxxxxxxxxxxxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html