V4L/DVB (5862): V4L: Add internal ioctl-like interface.
authorSakari Ailus <sakari.ailus@nokia.com>
Wed, 18 Jul 2007 20:59:15 +0000 (17:59 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:02:51 +0000 (22:02 -0300)
commit9b5d0f1e6dd6b4a67d0851a1c5a4bcf9b0c2f258
tree66760f3419e8c631fb03f0c37619a88f9b7155c1
parentbbf25010f1a6b761914430f5fca081ec8c7accd1
V4L/DVB (5862): 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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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]