summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-02new patch with idle mode (nearly, not done)Lars Hanisch
2011-03-02add idle-option to dvbciadapterLars Hanisch
2011-02-27vdr-patch: only look at local ciAdapter if idle is possible or notLars Hanisch
2011-02-27new vdr-patch in regard to "idle"-devices with lnb-sharingLars Hanisch
set voltage only on the devices which are allowed to
2011-02-26add new command DTAD for detaching all devicesLars Hanisch
2011-02-26a little bit of refactoringLars Hanisch
- while in cDvbDeviceProbe create only as much cDynamicDevice-objects as needed - create dummy-device-probe only if specified on command line option "--dummy-probe"
2011-02-23adapt ln-sharing-patch to dynamiteLars Hanisch
2011-02-23move reading of udev properties from the monitor to the attacherLars Hanisch
Now they are recognized on devices present at startup.
2011-02-17correct date in HISTORY fileLars Hanisch
2011-02-17new vdr patch for idle mode w/o epg scanLars Hanisch
2011-02-17add manual option to set a device into idle modeLars Hanisch
dvbdevices should close all their handles and can't be used for epg-scan. So be careful to not disable all devices or you won't get epg. A timer or channel-switch should reactivate the device (hopefully).
2011-02-17refactoring and use vdr's SystemExecLars Hanisch
2011-02-17Merge branch 'master' of projects.vdr-developer.org:vdr-plugin-dynamiteLars Hanisch
2011-02-17support idle-option of cDeviceLars Hanisch
2011-02-17dynamite can call an external program if the GetTSTimeout of a device triggersLars Hanisch
In setup.conf set dynamite.GetTSTimeoutHandler to a program you want to execute. If the udev-property dynamite_timeout_handler_arg is set it will be passed as the argument to it otherwise the devpath with wich the device was attached to dynamite.
2011-02-16increase version due to new vdr patchLars Hanisch
2011-02-16rework of vdr patchLars Hanisch
there were some methods left in cDevice which had to know about 'parentDevice'.
2011-02-10update README and HISTORYLars Hanisch
2011-02-10add parsing of watchdog timeout set by udev ruleLars Hanisch
2011-02-03rework of vdr-patch because of trouble with the EITScanner and multiple devicesLars Hanisch
2011-02-02update README and set version for next releaseLars Hanisch
2011-02-02add generic udev-filterLars Hanisch
Other plugins can add a filter for different subsystems and devnodes. example: AddUdevMonitor video4linux /dev/video If udev signals an "add"-event whose devnode starts with "/dev/video" the whole devnode is queued for attaching.
2011-02-02README proofreadingLars Hanisch
2011-02-02prepare version for next releaseLars Hanisch
2011-02-02initial commit of version 0.0.5cLars Hanisch