diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -296,6 +296,7 @@ example for udev rule: ACTION=="add", SUBSYSTEM=="dvb", ENV{DVB_DEVICE_TYPE}=="frontend" \ , ENV{dynamite_attach}="yes" \ , ENV{dynamite_attach_delay}="10" \ + , ENV{dynamite_attach_delay_preopen}="yes" \ , ENV{dynamite_instanceid}="0" \ , ENV{dynamite_cardindex}="5" \ , ENV{dynamite_sources}="C,T" \ @@ -318,6 +319,12 @@ dynamite_attach dynamite_attach_delay n: wait with attaching this device at least n seconds +dynamite_attach_delay_preopen + "yes", "y", "1": If an attach_delay is specified, dynamite will open the given path + before the delay (O_RDWR | O_NONBLOCK) to trigger the load of the firmware. + It will be closed immediately and reopened when it's attached. + Useful for "bad" usb-box-drivers. + dynamite_instanceid n: attach only at vdr with matching instance id |