diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-17 12:45:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:16:12 -0400 |
commit | 3b501de58bf4cd16563d1acec43a11c7cd1517fe (patch) | |
tree | 3cb786d293c6e2dddc593b810eed657e585ec751 /Documentation/DocBook/v4l | |
parent | 6df84ea86e3ae331bd692fb4fbf8b75f43bb4262 (diff) |
Docbook/media: Fix some issues at the docbooks
- Add a few missing entities;
- Some text fixes at remote controllers;
- Add a missing tag at videodev2.h xml version.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/v4l')
-rw-r--r-- | Documentation/DocBook/v4l/remote_controllers.xml | 6 | ||||
-rw-r--r-- | Documentation/DocBook/v4l/videodev2.h.xml | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/DocBook/v4l/remote_controllers.xml b/Documentation/DocBook/v4l/remote_controllers.xml index 985325cbc9ad..73f5eab091f4 100644 --- a/Documentation/DocBook/v4l/remote_controllers.xml +++ b/Documentation/DocBook/v4l/remote_controllers.xml | |||
@@ -2,12 +2,12 @@ | |||
2 | <section id="Remote_controllers_Intro"> | 2 | <section id="Remote_controllers_Intro"> |
3 | <title>Introduction</title> | 3 | <title>Introduction</title> |
4 | 4 | ||
5 | <para>Currently, most analog and digital devices have a Infrared input for remote controllers. Each | 5 | <para>Currently, most analog and digital devices have a Infrared input for remote controllers. Each |
6 | manufacturer has their own type of control. It is not rare for the same manufacturer to ship different | 6 | manufacturer has their own type of control. It is not rare for the same manufacturer to ship different |
7 | types of controls, depending on the device.</para> | 7 | types of controls, depending on the device.</para> |
8 | <para>Unfortunately, for several years, there was no effort to create uniform IR keycodes for | 8 | <para>Unfortunately, for several years, there was no effort to create uniform IR keycodes for |
9 | different devices. This caused the same IR keyname to be mapped completely differently on | 9 | different devices. This caused the same IR keyname to be mapped completely differently on |
10 | different IR devices. This resulted that the same IR keyname to be mapped completely different on | 10 | different IR devices. This resulted that the same IR keyname to be mapped completely different on |
11 | different IR's. Due to that, V4L2 API now specifies a standard for mapping Media keys on IR.</para> | 11 | different IR's. Due to that, V4L2 API now specifies a standard for mapping Media keys on IR.</para> |
12 | <para>This standard should be used by both V4L/DVB drivers and userspace applications</para> | 12 | <para>This standard should be used by both V4L/DVB drivers and userspace applications</para> |
13 | <para>The modules register the remote as keyboard within the linux input layer. This means that the IR key strokes will look like normal keyboard key strokes (if CONFIG_INPUT_KEYBOARD is enabled). Using the event devices (CONFIG_INPUT_EVDEV) it is possible for applications to access the remote via /dev/input/event devices.</para> | 13 | <para>The modules register the remote as keyboard within the linux input layer. This means that the IR key strokes will look like normal keyboard key strokes (if CONFIG_INPUT_KEYBOARD is enabled). Using the event devices (CONFIG_INPUT_EVDEV) it is possible for applications to access the remote via /dev/input/event devices.</para> |
diff --git a/Documentation/DocBook/v4l/videodev2.h.xml b/Documentation/DocBook/v4l/videodev2.h.xml index 6a8e13940699..97002060ac4f 100644 --- a/Documentation/DocBook/v4l/videodev2.h.xml +++ b/Documentation/DocBook/v4l/videodev2.h.xml | |||
@@ -362,6 +362,7 @@ struct <link linkend="v4l2-pix-format">v4l2_pix_format</link> { | |||
362 | #define <link linkend="V4L2-PIX-FMT-PJPG">V4L2_PIX_FMT_PJPG</link> v4l2_fourcc('P', 'J', 'P', 'G') /* Pixart 73xx JPEG */ | 362 | #define <link linkend="V4L2-PIX-FMT-PJPG">V4L2_PIX_FMT_PJPG</link> v4l2_fourcc('P', 'J', 'P', 'G') /* Pixart 73xx JPEG */ |
363 | #define <link linkend="V4L2-PIX-FMT-OV511">V4L2_PIX_FMT_OV511</link> v4l2_fourcc('O', '5', '1', '1') /* ov511 JPEG */ | 363 | #define <link linkend="V4L2-PIX-FMT-OV511">V4L2_PIX_FMT_OV511</link> v4l2_fourcc('O', '5', '1', '1') /* ov511 JPEG */ |
364 | #define <link linkend="V4L2-PIX-FMT-OV518">V4L2_PIX_FMT_OV518</link> v4l2_fourcc('O', '5', '1', '8') /* ov518 JPEG */ | 364 | #define <link linkend="V4L2-PIX-FMT-OV518">V4L2_PIX_FMT_OV518</link> v4l2_fourcc('O', '5', '1', '8') /* ov518 JPEG */ |
365 | #define <link linkend="V4L2-PIX-FMT-TM6000">V4L2_PIX_FMT_TM6000</link> v4l2_fourcc('T', 'M', '6', '0') /* tm5600/tm60x0 */ | ||
365 | 366 | ||
366 | /* | 367 | /* |
367 | * F O R M A T E N U M E R A T I O N | 368 | * F O R M A T E N U M E R A T I O N |