diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-02-10 01:20:14 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-02-10 01:20:14 +0100 |
commit | bb3dc02c66852c49b1f651ee3e5a4c10cfd8d568 (patch) | |
tree | ff15bc0f32278b522d442387414d903d6ad1be23 | |
parent | ae8c622c7d0d8874cfcd6466ba8df454f0e07794 (diff) | |
download | vdr-plugin-dynamite-bb3dc02c66852c49b1f651ee3e5a4c10cfd8d568.tar.gz vdr-plugin-dynamite-bb3dc02c66852c49b1f651ee3e5a4c10cfd8d568.tar.bz2 |
update README and HISTORY
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -78,3 +78,8 @@ VDR Plugin 'dynamite' Revision History 2011-02-03: Version 0.0.5e - rework vdr-patch to avoid problems with EITScanner (no ABI changes) + +2011-02-10: Version 0.0.5f + +- add new command to cDynamicDeviceProbe to call dynamite-Service (no ABI changes) +- extend udev-monitor with parsing of a timeout-value set by some udev rule @@ -159,6 +159,8 @@ 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! +example for udev rule: +ACTION=="add", SUBSYSTEM=="dvb", ENV{DVB_DEVICE_TYPE}=="frontend", ENV{dynamite_timeout}="10" Known issues ------------ |