This series of patches updates the DVB v5 documentation, sinchronizing the current implementation with the API spec. Among other things, it: - adds a logic that discovers API gaps between the header file and the API specs; - adds/fixes the DVB S2API (DVBv5) additions; - adds the FE_ATSC frontend descriptions (both v3 and v5); - adds a relation of DVBv5 parameters for usage for each supported delivery system. The API updates were made at the best effort basis, by doing a sort of "reverse engineering" approach, e. g., by looking at the code and trying to figure out what changed, why and how. Due to that, I bet people will find errors on it. Also, English is not my native language, and I didn't have time for doing a language review. so I'm sure that language/style/typo fixes are needed. So, I'd like to encourage people to carefully read the docs and send us patches with fixes. Anyway, as the situation after those patches are better than before them, I'm pushing it to the main repository. This helps to review, as the linuxtv scripts will re-format the DocBook into html. Mauro Carvalho Chehab (15): [media] DocBook/Makefile: add references for several dvb structures [media] DocBook/frontend.xml: Better document fe_type_t [media] DocBook/frontend.xml: Link DVB S2API parameters [media] DocBook/frontend.xml: Correlate dvb delivery systems [media] DocBook/frontend.xml: add references for some missing info [media] DocBook/frontend.xml: Better describe the frontend parameters [media] DocBook/dvbproperty.xml: Document the remaining S2API parameters [media] DocBook/dvbproperty.xml: Use links for all parameters [media] DocBook/dvbproperty.xml: Reorganize the parameters [media] DocBook/frontend.xml: Recomend the usage of the new API [media] DocBook/dvbproperty.xml: Document the terrestrial delivery systems [media] DocBook: Finish synchronizing the frontend API [media] DocBook/dvbproperty.xml: Add Cable standards [media] DocBook/dvbproperty.xml: Add ATSC standard [media] DocBook/dvbproperty.xml: Add Satellite standards Documentation/DocBook/media/Makefile | 17 +- Documentation/DocBook/media/dvb/dvbproperty.xml | 965 +++++++++++++++-------- Documentation/DocBook/media/dvb/frontend.xml | 285 +++++--- 3 files changed, 833 insertions(+), 434 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html