From e1e34f97b97f51cd724cc44b41bfb160f1867d18 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Sun, 5 Feb 2012 13:09:24 +0100 Subject: add udev attribute dynamite_sources which will limit the reception of the device to the given sources --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README') diff --git a/README b/README index bfe6947..930d7c7 100644 --- a/README +++ b/README @@ -298,6 +298,7 @@ ACTION=="add", SUBSYSTEM=="dvb", ENV{DVB_DEVICE_TYPE}=="frontend" \ , ENV{dynamite_attach_delay}="10" \ , ENV{dynamite_instanceid}="0" \ , ENV{dynamite_cardindex}="5" \ + , ENV{dynamite_sources}="C,T" \ , ENV{dynamite_timeout}="10" \ , ENV{dynamite_timeout_handler_arg}="%k" \ , ENV{dynamite_disable_autoidle}="no" @@ -329,6 +330,15 @@ dynamite_disable_autoidle string or missing of this property will activate the auto-idle feature if configured +dynamite_sources + comma separated list of strings from sources.conf + dynamite will deny all channels from other sources for the subdevice. + If this variable is missing the subdevice is asked as usual. + This is useful for hybrid devices which supports multiple delivery systems + but only one is connected. Or if you have to dishes to different satellites + connected to two cards. + It will NOT switch the delivery system on dvb-cards, this is up to the device itself! + dynamite_timeout n: set GetTS timeout in seconds on this device -- cgit v1.2.3