Em 01-05-2012 01:12, Michael Krufky escreveu: > Signed-off-by: Michael Krufky <mkrufky@xxxxxxxxxxx> Where's the patch description? For sure a patch like that deserves to be well described. > --- > Documentation/DocBook/media/dvb/dvbproperty.xml | 178 +++++++++++++++++++++++ > 1 files changed, 178 insertions(+), 0 deletions(-) > > + </section> > + <section id="DTV-ATSCMH-FIC-ERR"> > + <title><constant>DTV_ATSCMH_FIC_ERR</constant></title> > + <para>FIC error count.</para> > + <para>Possible values: 0, 1, 2, 3, ..., 0xffff</para> > + </section> > + <section id="DTV-ATSCMH-CRC-ERR"> > + <title><constant>DTV_ATSCMH_CRC_ERR</constant></title> > + <para>CRC error count.</para> > + <para>Possible values: 0, 1, 2, 3, ..., 0xffff</para> > + </section> > + <section id="DTV-ATSCMH-RS-ERR"> > + <title><constant>DTV_ATSCMH_RS_ERR</constant></title> > + <para>RS error count.</para> > + <para>Possible values: 0, 1, 2, 3, ..., 0xffff</para> > + </section> The above for sure belongs to statistics API. It should be addressed together with the other statistics API bits. We shouldn't mix statistics with DVB frontent properties. Btw, this is basically the same case as on ISDB-T: the layer that handles the channel data (TPC, on ATSC M/H; TPS on DVB; TMCC on ISDB) provides statistics about the frontend. However, the DVBv3 quality ioctl's are prepared to handle only DVB parameters, and fails with more modern delivery systems. We should apply a patch that will fix this one for all, like the one proposed by: http://patchwork.linuxtv.org/patch/9578/ Regards, Mauro -- 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