The DVB API is actually several different APIs bundled together, each
using its own device node.

Fix the media controller DVB API to actually reflect what's there at the
DVB subsystem.

Signed-off-by: Mauro Carvalho Chehab <mche...@osg.samsung.com>

diff --git a/Documentation/DocBook/media/v4l/media-ioc-enum-entities.xml 
b/Documentation/DocBook/media/v4l/media-ioc-enum-entities.xml
index 19ab836b2651..6f1b1cf172b7 100644
--- a/Documentation/DocBook/media/v4l/media-ioc-enum-entities.xml
+++ b/Documentation/DocBook/media/v4l/media-ioc-enum-entities.xml
@@ -181,8 +181,24 @@
            <entry>ALSA card</entry>
          </row>
          <row>
-           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB</constant></entry>
-           <entry>DVB card</entry>
+           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB_FE</constant></entry>
+           <entry>DVB frontend devnode</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB_DEMUX</constant></entry>
+           <entry>DVB demux devnode</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB_DVR</constant></entry>
+           <entry>DVB DVR devnode</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB_CA</constant></entry>
+           <entry>DVB CAM devnode</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB_NET</constant></entry>
+           <entry>DVB network devnode</entry>
          </row>
          <row>
            <entry><constant>MEDIA_ENT_T_V4L2_SUBDEV</constant></entry>
diff --git a/Documentation/DocBook/media/v4l/v4l2.xml 
b/Documentation/DocBook/media/v4l/v4l2.xml
index 3a16ac1f67d0..408e1068ffe6 100644
--- a/Documentation/DocBook/media/v4l/v4l2.xml
+++ b/Documentation/DocBook/media/v4l/v4l2.xml
@@ -156,7 +156,7 @@ applications. -->
        <revnumber>3.21</revnumber>
        <date>2015-02-13</date>
        <authorinitials>mcc</authorinitials>
-       <revremark>Fix documentation for media controller device nodes.
+       <revremark>Fix documentation for media controller device nodes and add 
support for DVB device nodes.
        </revremark>
       </revision>
       <revision>
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to