From d472fe2e251744dbc0baa942225b5705eaec8fd2 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Sat, 17 Dec 2011 15:15:55 +0100 Subject: add udev attribute dynamite_attach_delay for delaying the attach of specific devices --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 2e43776..34c2761 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3