diff options
Diffstat (limited to 'Documentation/video4linux/v4l2-framework.txt')
-rw-r--r-- | Documentation/video4linux/v4l2-framework.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/video4linux/v4l2-framework.txt b/Documentation/video4linux/v4l2-framework.txt index 77d96f4e3f50..f2df31b088c6 100644 --- a/Documentation/video4linux/v4l2-framework.txt +++ b/Documentation/video4linux/v4l2-framework.txt | |||
@@ -405,6 +405,11 @@ VIDIOC_UNSUBSCRIBE_EVENT | |||
405 | To properly support events, the poll() file operation is also | 405 | To properly support events, the poll() file operation is also |
406 | implemented. | 406 | implemented. |
407 | 407 | ||
408 | Private ioctls | ||
409 | |||
410 | All ioctls not in the above list are passed directly to the sub-device | ||
411 | driver through the core::ioctl operation. | ||
412 | |||
408 | 413 | ||
409 | I2C sub-device drivers | 414 | I2C sub-device drivers |
410 | ---------------------- | 415 | ---------------------- |