summaryrefslogtreecommitdiff
path: root/dynamicdevice.c
AgeCommit message (Collapse)Author
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-10add parsing of watchdog timeout set by udev ruleLars Hanisch
2011-02-02initial commit of version 0.0.5cLars Hanisch