summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-12-17 15:15:55 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-12-17 15:15:55 +0100
commitd472fe2e251744dbc0baa942225b5705eaec8fd2 (patch)
tree913f45c6c68e89a5cbe20293b59973508c5ec578 /README
parent37e52a7853221f7cb904a8b0aaf258c15835596a (diff)
downloadvdr-plugin-dynamite-d472fe2e251744dbc0baa942225b5705eaec8fd2.tar.gz
vdr-plugin-dynamite-d472fe2e251744dbc0baa942225b5705eaec8fd2.tar.bz2
add udev attribute dynamite_attach_delay for delaying the attach of specific devicesv0.0.8i
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
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