Re: [kaffeine-devel] [PATCH] updated DvbLinuxDevice to use FE_SET_PROPERTY
Brought to you by:
hftom,
lasselindqvist
From: Stefan R. <li...@st...> - 2013-10-13 16:37:23
|
Hi, this is my Patch, that I wrote Stefan Am 13.10.2013 16:13, schrieb Zw0: > I replaced the "dvb_frontend_info.type" code with "FE_GET_PROPERTY" / > "DTV_ENUM_DELSYS" as you suggested. You should be able to use any combination > of (supported) delivery systems using the same frontend. > > I assume that the extra checks for "dvb_frontend_info.name" are not needed > anymore? At least my "Conexant CX24116/CX24118" is OK without. > > On Saturday 12 October 2013 15:53:32 Stefan Ringel wrote: >> Yes, but not complete. Have you read linuxtv doku? I missed the >> multifrontend support, I missed the using "DTV_ENUM_DELSYS" >> ("dvb_frontend_info.type" are deprecated!!!!). Can you use DVB-T and >> DVB-C over the same frontend path? >> >> Am 12.10.2013 15:50, schrieb Stefan Ringel: >>>> Hi, >>>> >>>> the attached patch should fix a bug when switching between DVB-S2 and >>>> DVB-S >>>> transponders. This for example caused Kaffeine to find "HD"-channels >>>> only.> >>>> >>>> I did a quick test with a DVB-S/S2 and a DVB-C device, both seem to >>>> work fine. >>>> >>>> Regards, >>>> Tobias |