From 2e1250d57513f385d3dbd6527f94d98366c84fc9 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Fri, 25 Mar 2011 00:04:01 +0100 Subject: rename udev property dynamite_ignore to dynamite_attach (think positive) --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 8f0c839..8d1e490 100644 --- a/README +++ b/README @@ -215,7 +215,7 @@ 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_ignore}="no" \ + , ENV{dynamite_attach}="yes" \ , ENV{dynamite_instanceid}="0" \ , ENV{dynamite_timeout}="10" \ , ENV{dynamite_timeout_handler_arg}="%k" @@ -226,8 +226,11 @@ is not present the devpath is provided as argument, with which the device was at Udev Properties --------------- -dynamite_ignore - "yes", "y", "1": don't attach this device +Attaching of devices can be controlled with some udev device properties which can be +set by a udev rule (see example above). + +dynamite_attach + "no", "n", "0", "ignore": don't attach this device, every other string will be like "yes" dynamite_instanceid n: attach only at vdr with matching instance id -- cgit v1.2.3