diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-07-03 16:39:17 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 14:03:17 -0400 |
| commit | 8d3557e21d0b305392ac73a64411dfab0e794960 (patch) | |
| tree | ae759d7aeacf5f1fb1015be1902f76156aa5fade /Documentation/DocBook/dvb | |
| parent | f6a20eb1a2d35660240cd1eb8dc2bd6504a0c6c5 (diff) | |
V4L/DVB: DocBook/dvb: Update spec to reflect the current FE capabilities
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/dvb')
| -rw-r--r-- | Documentation/DocBook/dvb/dvbapi.xml | 19 | ||||
| -rw-r--r-- | Documentation/DocBook/dvb/frontend.h.xml | 1 | ||||
| -rw-r--r-- | Documentation/DocBook/dvb/frontend.xml | 10 |
3 files changed, 25 insertions, 5 deletions
diff --git a/Documentation/DocBook/dvb/dvbapi.xml b/Documentation/DocBook/dvb/dvbapi.xml index 63c528fee62..e3a97fdd62a 100644 --- a/Documentation/DocBook/dvb/dvbapi.xml +++ b/Documentation/DocBook/dvb/dvbapi.xml | |||
| @@ -12,10 +12,12 @@ | |||
| 12 | <othername role="mi">O. C.</othername> | 12 | <othername role="mi">O. C.</othername> |
| 13 | <affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation> | 13 | <affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation> |
| 14 | </author> | 14 | </author> |
| 15 | </authorgroup> | ||
| 16 | <authorgroup> | ||
| 15 | <author> | 17 | <author> |
| 16 | <firstname>Mauro</firstname> | 18 | <firstname>Mauro</firstname> |
| 17 | <surname>Chehab</surname> | ||
| 18 | <othername role="mi">Carvalho</othername> | 19 | <othername role="mi">Carvalho</othername> |
| 20 | <surname>Chehab</surname> | ||
| 19 | <affiliation><address><email>mchehab@redhat.com</email></address></affiliation> | 21 | <affiliation><address><email>mchehab@redhat.com</email></address></affiliation> |
| 20 | <contrib>Ported document to Docbook XML.</contrib> | 22 | <contrib>Ported document to Docbook XML.</contrib> |
| 21 | </author> | 23 | </author> |
| @@ -23,13 +25,24 @@ | |||
| 23 | <copyright> | 25 | <copyright> |
| 24 | <year>2002</year> | 26 | <year>2002</year> |
| 25 | <year>2003</year> | 27 | <year>2003</year> |
| 26 | <year>2009</year> | ||
| 27 | <holder>Convergence GmbH</holder> | 28 | <holder>Convergence GmbH</holder> |
| 28 | </copyright> | 29 | </copyright> |
| 30 | <copyright> | ||
| 31 | <year>2009-2010</year> | ||
| 32 | <holder>Mauro Carvalho Chehab</holder> | ||
| 33 | </copyright> | ||
| 29 | 34 | ||
| 30 | <revhistory> | 35 | <revhistory> |
| 31 | <!-- Put document revisions here, newest first. --> | 36 | <!-- Put document revisions here, newest first. --> |
| 32 | <revision> | 37 | <revision> |
| 38 | <revnumber>2.0.3</revnumber> | ||
| 39 | <date>2010-07-03</date> | ||
| 40 | <authorinitials>mcc</authorinitials> | ||
| 41 | <revremark> | ||
| 42 | Add some frontend capabilities flags, present on kernel, but missing at the specs. | ||
| 43 | </revremark> | ||
| 44 | </revision> | ||
| 45 | <revision> | ||
| 33 | <revnumber>2.0.2</revnumber> | 46 | <revnumber>2.0.2</revnumber> |
| 34 | <date>2009-10-25</date> | 47 | <date>2009-10-25</date> |
| 35 | <authorinitials>mcc</authorinitials> | 48 | <authorinitials>mcc</authorinitials> |
| @@ -63,7 +76,7 @@ Added ISDB-T test originally written by Patrick Boettcher | |||
| 63 | 76 | ||
| 64 | 77 | ||
| 65 | <title>LINUX DVB API</title> | 78 | <title>LINUX DVB API</title> |
| 66 | <subtitle>Version 3</subtitle> | 79 | <subtitle>Version 5.2</subtitle> |
| 67 | <!-- ADD THE CHAPTERS HERE --> | 80 | <!-- ADD THE CHAPTERS HERE --> |
| 68 | <chapter id="dvb_introdution"> | 81 | <chapter id="dvb_introdution"> |
| 69 | &sub-intro; | 82 | &sub-intro; |
diff --git a/Documentation/DocBook/dvb/frontend.h.xml b/Documentation/DocBook/dvb/frontend.h.xml index b99644f5340..d08e0d40141 100644 --- a/Documentation/DocBook/dvb/frontend.h.xml +++ b/Documentation/DocBook/dvb/frontend.h.xml | |||
| @@ -63,6 +63,7 @@ typedef enum fe_caps { | |||
| 63 | FE_CAN_8VSB = 0x200000, | 63 | FE_CAN_8VSB = 0x200000, |
| 64 | FE_CAN_16VSB = 0x400000, | 64 | FE_CAN_16VSB = 0x400000, |
| 65 | FE_HAS_EXTENDED_CAPS = 0x800000, /* We need more bitspace for newer APIs, indicate this. */ | 65 | FE_HAS_EXTENDED_CAPS = 0x800000, /* We need more bitspace for newer APIs, indicate this. */ |
| 66 | FE_CAN_TURBO_FEC = 0x8000000, /* frontend supports "turbo fec modulation" */ | ||
| 66 | FE_CAN_2G_MODULATION = 0x10000000, /* frontend supports "2nd generation modulation" (DVB-S2) */ | 67 | FE_CAN_2G_MODULATION = 0x10000000, /* frontend supports "2nd generation modulation" (DVB-S2) */ |
| 67 | FE_NEEDS_BENDING = 0x20000000, /* not supported anymore, don't use (frontend requires frequency bending) */ | 68 | FE_NEEDS_BENDING = 0x20000000, /* not supported anymore, don't use (frontend requires frequency bending) */ |
| 68 | FE_CAN_RECOVER = 0x40000000, /* frontend can recover from a cable unplug automatically */ | 69 | FE_CAN_RECOVER = 0x40000000, /* frontend can recover from a cable unplug automatically */ |
diff --git a/Documentation/DocBook/dvb/frontend.xml b/Documentation/DocBook/dvb/frontend.xml index 300ba1f0417..78d756de590 100644 --- a/Documentation/DocBook/dvb/frontend.xml +++ b/Documentation/DocBook/dvb/frontend.xml | |||
| @@ -64,8 +64,14 @@ a specific frontend type.</para> | |||
| 64 | FE_CAN_BANDWIDTH_AUTO = 0x40000, | 64 | FE_CAN_BANDWIDTH_AUTO = 0x40000, |
| 65 | FE_CAN_GUARD_INTERVAL_AUTO = 0x80000, | 65 | FE_CAN_GUARD_INTERVAL_AUTO = 0x80000, |
| 66 | FE_CAN_HIERARCHY_AUTO = 0x100000, | 66 | FE_CAN_HIERARCHY_AUTO = 0x100000, |
| 67 | FE_CAN_MUTE_TS = 0x80000000, | 67 | FE_CAN_8VSB = 0x200000, |
| 68 | FE_CAN_CLEAN_SETUP = 0x40000000 | 68 | FE_CAN_16VSB = 0x400000, |
| 69 | FE_HAS_EXTENDED_CAPS = 0x800000, | ||
| 70 | FE_CAN_TURBO_FEC = 0x8000000, | ||
| 71 | FE_CAN_2G_MODULATION = 0x10000000, | ||
| 72 | FE_NEEDS_BENDING = 0x20000000, | ||
| 73 | FE_CAN_RECOVER = 0x40000000, | ||
| 74 | FE_CAN_MUTE_TS = 0x80000000 | ||
| 69 | } fe_caps_t; | 75 | } fe_caps_t; |
| 70 | </programlisting> | 76 | </programlisting> |
| 71 | </section> | 77 | </section> |
