]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
V4L: Add internal ioctl-like interface.
authorSakari Ailus <sakari.ailus@nokia.com>
Mon, 20 Aug 2007 12:29:44 +0000 (15:29 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 31 Aug 2007 20:08:41 +0000 (13:08 -0700)
commitea3a3ef02515e8572acae65362b6abff8410d5ca
tree725815c58b1f85e629b7259725417981fda54322
parent91c3bbce7c3de793d1ed3d3196165b2ee73745c1
V4L: Add internal ioctl-like interface.

This patch adds an internal ioctl-like interface which can be used in
situations where a single Video4Linux device is implemented by multiple
device drivers. One master device controls one or more slave devices.
The slaves provide Video4Linux ioctl-like interface for the use of the
master.

Only a handful of ioctls are implemented at the moment. More can (and
should) be added as more functionality is required.

Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com>
drivers/media/video/Makefile
drivers/media/video/v4l2-int-device.c [new file with mode: 0644]
include/media/v4l2-int-device.h [new file with mode: 0644]