diff options
author | Nick Dyer <nick@shmanahar.org> | 2016-08-14 16:57:29 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-23 16:39:23 -0300 |
commit | 233b213a3143d9f1dc6984816262c43f95144bb9 (patch) | |
tree | 115a65e12f9cc0b7e7c4f2a2fd2c809b1545a9b1 /Documentation/media/uapi/v4l/tch-formats.rst | |
parent | b497265266a8083547e9ca162ace72cbb41522f1 (diff) | |
download | linux-next-233b213a3143d9f1dc6984816262c43f95144bb9.tar.gz |
[media] Documentation: add support for V4L touch devices
Document the new touch API.
Signed-off-by: Nick Dyer <nick@shmanahar.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
[hans.verkuil@cisco.com: fix up videodev2.h.rst.exceptions]
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/tch-formats.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/tch-formats.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/media/uapi/v4l/tch-formats.rst b/Documentation/media/uapi/v4l/tch-formats.rst new file mode 100644 index 000000000000..dbaabf33a5b8 --- /dev/null +++ b/Documentation/media/uapi/v4l/tch-formats.rst @@ -0,0 +1,18 @@ +.. -*- coding: utf-8; mode: rst -*- + +.. _tch-formats: + +************* +Touch Formats +************* + +These formats are used for :ref:`touch` interface only. + + +.. toctree:: + :maxdepth: 1 + + pixfmt-tch-td16 + pixfmt-tch-td08 + pixfmt-tch-tu16 + pixfmt-tch-tu08 |