diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -284,10 +284,11 @@ Add a rule which sets with ENV{dynamite_timeout}="10" the needed timeout value. example for udev rule: ACTION=="add", SUBSYSTEM=="dvb", ENV{DVB_DEVICE_TYPE}=="frontend" \ , ENV{dynamite_attach}="yes" \ + , ENV{dynamite_attach_delay}="10" \ , ENV{dynamite_instanceid}="0" \ , ENV{dynamite_cardindex}="5" \ , ENV{dynamite_timeout}="10" \ - , ENV{dynamite_timeout_handler_arg}="%k" + , ENV{dynamite_timeout_handler_arg}="%k" \ , ENV{dynamite_disable_autoidle}="no" After the device is detached and dynamite.GetTSTimeoutHandler in setup.conf is set @@ -302,6 +303,9 @@ set by a udev rule (see example above). dynamite_attach "no", "n", "0", "ignore": don't attach this device, any other string will be like "yes" +dynamite_attach_delay + n: wait with attaching this device at least n seconds + dynamite_instanceid n: attach only at vdr with matching instance id |