Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following 2 changesets: 01/02: cx18: Split LeadTek PVR2100 and DVR3100 H into 2 separate card entries http://linuxtv.org/hg/~awalls/v4l-dvb?cmd=changeset;node=ab23b24b09ce 02/02: cx18: Add DVB-T support for the Leadtek WinFast DVR3100 H http://linuxtv.org/hg/~awalls/v4l-dvb?cmd=changeset;node=ad7dd34a2b2d cx18-cards.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++------------ cx18-driver.c | 3 +- cx18-driver.h | 5 ++- cx18-dvb.c | 53 +++++++++++++++++++++++++++++++++++++- 4 files changed, 120 insertions(+), 20 deletions(-) Special thanks goes to Terry Wu of Leadtek who provided the missing information necessary to get DVB-T working for the Leadtek DVR 3100 H! Terry also performed the testing: 6 MHz and 8 MHz DVB-T work now; 7 MHz DVB-T can also work with a change to tuner-xc2028.c which I will post in a follow up. Rusty, This is the first of 3 cards supported by the cx18 driver with a tuner shared by both analog and digital TV. (The Toshiba Qosmio interal and the Yuan MPC718 will be 2 other cards). The cx18 driver currently has no interlock - so maybe this would be a good example case for what you were looking to pursue. I imagine the cx18 driver could implement all the interlocking itself, but I suppose you were looking at some sort of infrastructure to make the job easier for bridge drivers. Regards, Andy -- 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