diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-02-10 01:15:50 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-02-10 01:15:50 +0100 |
commit | ae8c622c7d0d8874cfcd6466ba8df454f0e07794 (patch) | |
tree | 6055e79f0e0ecb6fd6a4bcfa451b931fab507287 /README | |
parent | cad49874dc168a01fe63021329962309bbb8aed1 (diff) | |
download | vdr-plugin-dynamite-ae8c622c7d0d8874cfcd6466ba8df454f0e07794.tar.gz vdr-plugin-dynamite-ae8c622c7d0d8874cfcd6466ba8df454f0e07794.tar.bz2 |
add parsing of watchdog timeout set by udev rule
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -155,6 +155,11 @@ no data for this period of time. WARNING: You have to attach this device manually again! For now there's no automatism to reload the driver (or whatever is needed) to reanimate the device. +If you want to add a timeout only to specific devices you can do this with udev. +Add a rule which sets with ENV{dynamite_timeout}="10" the needed timeout value. +The udev-monitor in dynamite will evaluate this device-property. +For now this only works for attaching via udev-monitor! + Known issues ------------ If a device managed by this plugin is the primary device it cannot be |