From 914af2494259e1cac350e4379da3f1639797a871 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Wed, 23 May 2012 21:22:59 +0200 Subject: add udev attribute dynamite_attach_delay_preopen --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') diff --git a/README b/README index 930d7c7..2d6b674 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3