As discussed at the ML, all existing drivers, except for dvb-k only support DVB-C ITU-T J.83 Annex A. Also, a few dvb-c drivers don't support 0.13 roll-off, requred for Annex C. So, apply Manu's patch that adds a separate delivery system for Annex C, and change a few existing drivers that are known to work with both standards to work properly with both annexes. Mauro Carvalho Chehab (6): [media] Update documentation to reflect DVB-C Annex A/C support [media] Remove Annex A/C selection via roll-off factor [media] drx-k: report the supported delivery systems [media] tda10023: Don't use a magic numbers for QAM modulation [media] tda10023: add support for DVB-C Annex C [media] tda10021: Add support for DVB-C Annex C Documentation/DocBook/media/dvb/dvbproperty.xml | 11 +- Documentation/DocBook/media/dvb/frontend.xml | 4 +- drivers/media/common/tuners/xc5000.c | 137 +++++++++------------- drivers/media/dvb/dvb-core/dvb_frontend.c | 25 ++++- drivers/media/dvb/frontends/drxk_hard.c | 43 ++++++- drivers/media/dvb/frontends/tda10021.c | 83 ++++++++++---- drivers/media/dvb/frontends/tda10023.c | 77 +++++++++---- drivers/media/dvb/frontends/tda18271c2dd.c | 44 +++---- include/linux/dvb/frontend.h | 2 - 9 files changed, 258 insertions(+), 168 deletions(-) -- 1.7.8 -- 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