On Mon, 2006-02-27 at 22:59 +0100, Marcel Siegert wrote: > typedef enum fe_type { > - FE_QPSK, > - FE_QAM, > - FE_OFDM, > - FE_ATSC > + FE_DVB_S, > + FE_DVB_C, > + FE_DVB_T, > + FE_ATSC, > + FE_DVB_S2 > } fe_type_t; While we're at it: The TDA10023 also supports MCNS in addition to DVB-C. After a quick gaze at [1] I understand that MCNS is somehow connected or equal to DOCSIS, which uses shorter TS packets (122 bytes). The driver needs to know which of these two systems are used because other constants must be used for the calculation of register values and the chip itself also wants to be switched. I don't know any details about the used packet format. Maybe one of our Northern American listeners can comment on this or point me to some informative documents. Best regards, Andreas [1]: http://www.cable-modems.org/standards/DVB/dvb_rcc_wpaper.pdf _______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb