Hi, Here's the fifth 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 So, for this patchset I've baked in comments from Hans. What has changed: - v4l2_fh_init -> v4l2_fhs_init - v4l2_fh_add has been split to v4l2_fh_init and v4l2_fh_add. Similarly for del/exit. - Forward declaration for struct v4l2_event in v4l2_fh.h - No more struct v4l2_fhs. The fields are directly in struct video_device now. - v4l2_event_alloc now returns an error code if it fails for some reason. - The number of maximum events allocatable by the driver is now limited by events->max_events. - 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