diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-03-25 00:04:01 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-03-25 00:04:01 +0100 |
commit | 2e1250d57513f385d3dbd6527f94d98366c84fc9 (patch) | |
tree | 7507c04142d9e324d7c7d0d6765b19b7f5d18e7f /README | |
parent | 2ad4f6c98465577159b3fa07df24dac37ee5a0e6 (diff) | |
download | vdr-plugin-dynamite-2e1250d57513f385d3dbd6527f94d98366c84fc9.tar.gz vdr-plugin-dynamite-2e1250d57513f385d3dbd6527f94d98366c84fc9.tar.bz2 |
rename udev property dynamite_ignore to dynamite_attach (think positive)v0.0.6
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |